[Orgmode] [patch] Extended link capabilities to Wanderlust messages

2010-04-11 Thread David Maus
Hello all, Attached patch extendes Org mode's capabilities to store and open links to Wanderlust messages. The gist of the extended capabilities: - Remove filter conditions for messages in a filter folder If customization variable `org-wl-link-remove-filter' is non-nil, filter

[Orgmode] Re: Tangling

2010-04-11 Thread Andrea Crotti
Dan Davison davi...@stats.ox.ac.uk writes: here Although Org maps elisp to emacs-lisp-mode in org-src-lang-modes (therefore C-c ' works), Org-babel currently does not recognise elisp by default. Thanks for raising this, I think we need to make ourselves more compatible with

Re: [Orgmode] Re: Tangling

2010-04-11 Thread Dan Davison
Andrea Crotti andrea.crott...@gmail.com writes: Dan Davison davi...@stats.ox.ac.uk writes: [...] So now I have a strange behaviour, sometimes the file is loaded and sometimes is not This is the init file: (setq base ~/Documents/pycon/) (setq conf (concat base conf/)) (add-to-list

Re: [Orgmode] [BUG] LaTeX export: only the body is exported

2010-04-11 Thread Eric Schulte
Hi Valentin, Thanks for reporting this bug. I've just pushed up a fix. Best -- Eric Valentin Wüstholz wuesth...@gmail.com writes: Hi, when I export to LaTeX, only the body is exported. It looks like this might be due to the following change: 1b40601ebd5de3746ab72d19d3258f815a402066

Re: [Orgmode] [BUG] LaTeX export: only the body is exported

2010-04-11 Thread Valentin Wüstholz
Great! Thanks. Valentin On Sun, Apr 11, 2010 at 6:14 PM, Eric Schulte schulte.e...@gmail.com wrote: Hi Valentin, Thanks for reporting this bug.  I've just pushed up a fix. Best -- Eric Valentin Wüstholz wuesth...@gmail.com writes: Hi, when I export to LaTeX, only the body is

Re: [Orgmode] [babel] RFC: column and row names in babel tables

2010-04-11 Thread Taru Karttunen
On Fri, 09 Apr 2010 20:03:55 -0400, Dan Davison davi...@stats.ox.ac.uk wrote: New behaviour: by default all languages will *drop all hlines* from tables in input. We shall make no attempt to reinstate hlines in the output[1] *Do we want some way for the user to control hlines in the

[Orgmode] My reference data management approach with org and emacs

2010-04-11 Thread Marcelo de Moraes Serpa
Amazing stuff, Jan. From what I could understand, it aims on being a no-brainer reference system, and indeed, my aim is capturing quickly *but* with enough information and structure to be able to find it later. What I find happening to me time after time, is that even though I do have a quick way

[Orgmode] howm-mode

2010-04-11 Thread Marcelo de Moraes Serpa
Hello list, I think you could find this interesting: http://howm.sourceforge.jp/ I found out about this miner-mode a few days ago, and it is pretty interesting. It has a lot in common with org, but is very minimalist and works around a wiki concept. I also found this page:

Re: [Orgmode] [babel] RFC: column and row names in babel tables

2010-04-11 Thread Dan Davison
Taru Karttunen tar...@taruti.net writes: On Fri, 09 Apr 2010 20:03:55 -0400, Dan Davison davi...@stats.ox.ac.uk wrote: New behaviour: by default all languages will *drop all hlines* from tables in input. We shall make no attempt to reinstate hlines in the output[1] *Do we want some

[Orgmode] Bug: double or single quote inside code or verbatim markup [6.35g]

2010-04-11 Thread Günter Kolousek
I am unable to include neither double nor single quote characters inside a verbatim markup as described in the manual. Also, I didn't find anything in the mailing list archive: =a= doesn't work, but =x a x= does. Same for ~. I didn't find any workaround. There is no escape character, isn't