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