[Orgmode] org-infojs-handle-options fails when :infojs-opt is not in exp-list

2008-12-23 Thread Friedrich Delgado Friedrichs
Hi. I got org-infojs-handle-options: Wrong type argument: stringp, nil the first time I tried to do a html export with java script turned on. I didn't change any options in 'Org Infojs Options' yet, so I guess that's why (plist-get exp-plist :infojs-opt) returns nil and string-match gives an

Re: [Orgmode] org-infojs-handle-options fails when :infojs-opt is not in exp-list

2008-12-23 Thread Friedrich Delgado Friedrichs
Doh! Friedrich Delgado Friedrichs schrieb: Workaround: set an option Doesn't work. Fix: Complete rubbish, as I just noticed... I think I got the wrong spot... -- Friedrich Delgado Friedrichs frie...@nomaden.org Vaßmerstraße 3 +49-4161/651844 21614

Re: [Orgmode] org-infojs-handle-options fails when :infojs-opt is not in exp-list

2008-12-23 Thread Friedrich Delgado Friedrichs
Found the culprit :) org-jsinfo rocks :) -- Friedrich Delgado Friedrichs frie...@nomaden.org From 0fef25f56c837ae9f434449c6f30268e0474f7ab Mon Sep 17 00:00:00 2001 From: Friedrich Delgado Friedrichs delg...@dfn-cert.de Date: Tue, 23 Dec 2008 12:10:42 +0100 Subject: [PATCH] fix

Re: [Orgmode] ido slow for outline path completion

2008-12-23 Thread Samuel Wales
On Mon, Dec 22, 2008 at 01:30, Carsten Dominik domi...@science.uva.nl wrote: By the way, if you type ? a few times using ido, it will show a completions buffer. But here's the interesting part: that showed one path, which was mytodo// plus the full path name of the file -- not the outline

Re: [Orgmode] Undelivered Mail Returned to Sender

2008-12-23 Thread Carsten Dominik
No, column view can not be sorted, only tables can. You can capture a column view into a table, and then sort the table. - Carsten On Dec 22, 2008, at 11:12 PM, Christopher DeMarco wrote: On Sun, Dec 21, 2008 at 06:17:49PM +0100, Carsten Dominik wrote: Seems I mistyped a variable name.

Re: [Orgmode] Remember mode (frist time) reports wrong type argument:stringp, nil

2008-12-23 Thread Carsten Dominik
Hi Charles, this is a strange bug which should not happen. Basically what seems to happen is this: I do (find-file-no-select file) followed by (with-current-buffer (get-file-buffer file)) For some strange reason, get-file-buffer cannot find the buffer even though it has just been

Re: [Orgmode] bug in org-remember?

2008-12-23 Thread Carsten Dominik
Hi John, another fine example of how important it is to send your configuration with a bug report. You have org-remember-store-without-prompt = nil, which puts you on a different path than I am normally testing. I believe this bug is squashed now, let me know if not. - Carsten On Dec