Re: [O] Interesting folding bug

2012-12-20 Thread Bastien
Hi Alan, Alan Schmitt writes: > The problem is that the initial '*' in the crontab confuses org mode. Is > there a way around it, or is it a bug? You need to TAB once in such block so that the ambiguous characters like "* " are comma-escaped. -- Bastien

Re: [O] Interesting folding bug

2012-12-20 Thread Alan Schmitt
Bastien writes: > Hi Alan, > > Alan Schmitt writes: > >> The problem is that the initial '*' in the crontab confuses org mode. Is >> there a way around it, or is it a bug? > > You need to TAB once in such block so that the ambiguous characters like > "* " are comma-escaped. I see. Tabing folds t

[O] Interesting folding bug

2012-12-20 Thread Alan Schmitt
I'm documenting a crontab file, and I have an interesting folding bug. Here is what is in my file: *** crontab -l #+BEGIN_SRC crontab * * * * * do something 0 16 * * * do something else 0 10 * * * do another thing #+END_SRC The problem is that the initial '*' in the crontab confuses org mode. Is