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 there a way around it, or is it a bug? Thanks, Alan