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
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
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
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
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
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
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