[Orgmode] Re: Repeating dates on named weekdays

2010-01-16 Thread Ben Finney
Glauber Alex Dias Prado writes: > William Halliburton writes: > > How can one enter in repeating dates such as > > > > every third thursday of each month > > > http://www.gnu.org/software/emacs/manual/html_node/org/Repeating-items.html#Repeating-items > http://orgmode.org/manual/Repeated-tasks.h

[Orgmode] From comments in code to org-mode

2010-01-16 Thread andrea
I had an idea which would be really nice if I'm able to implement it. I write very often in code comments like // FIXME: infinite loop for example, now is a good thing they're in the code, but I also would like to centralize the error management per project in some way. So I thought something like

[Orgmode] Re: Repeating dates on named weekdays

2010-01-16 Thread Glauber Alex Dias Prado
William Halliburton writes: > Hello all, please excuse me if this is a FAQ, I can't seem to find any > discussion on it. kind of > > How can one enter in repeating dates such as > > every third thursday of each month > http://www.gnu.org/software/emacs/manual/html_node/org/Repeating-items.html#Re

[Orgmode] Bug: Exporting commands with angle brackets [6.34a]

2010-01-16 Thread Bill Jackson
When exporting to LaTeX, curly brackets in a command will be escaped if that command also contains angle brackets. This can be a problem when using beamer. An example input file: #+LaTeX_CLASS: beamer * The One and Only

[Orgmode] Bug: Inconsistency exporting \LaTeX and \TeX [6.34a]

2010-01-16 Thread Bill Jackson
When exporting to LaTeX, the commands \LaTeX and \TeX are not processed consistently. In particular, the backslash for \LaTeX is escaped. This might not be a bug, but it is a bit confusing. An example input file: * The O

[Orgmode] [PATCH] Allow regexps in org-file-apps to capture link parameters using groups

2010-01-16 Thread Jan Böcker
What is this? = This patch changes the way extension regexps in `org-file-apps' are handled. Instead of against the file name, the regexps are now matched against the whole link, and you can use grouping to extract link parameters which you can then use in a command string to be execut

[Orgmode] icalendar: exporting times of day specified in heading?

2010-01-16 Thread Stephen Eglen
nised. Here's a relevant snippet from test.ics: BEGIN:VCALENDAR ... DTSTART:20100116T08 DTEND:20100116T083000 SUMMARY: example 1 CATEGORIES:test ... DTSTART;VALUE=DATE:20100116 DTEND;VALUE=DATE:20100117 SUMMARY: example 2 09:00-09:30 What I *think* I'd like is that for the 2nd calendar ent