On Apr 17, 2009, at 6:20 PM, Bernt Hansen wrote:
Ah okay. I created that block using Eric's block YASnippet and didn't
even think about the end tag being wrong (since it added that
automagically for me when I typed in the block stuff...)
I'll fix my snippet.
And I fixed org-exp-blocks to be
Ah okay. I created that block using Eric's block YASnippet and didn't
even think about the end tag being wrong (since it added that
automagically for me when I typed in the block stuff...)
I'll fix my snippet.
Thanks!
Bernt
Carsten Dominik writes:
> Hi Bernt,
>
> org-exp-blocks is confused
Hi Bernt,
org-exp-blocks is confused by the "lisp" in the "#+end_src lisp"
line.
- Carsten
On Apr 17, 2009, at 4:01 AM, Bernt Hansen wrote:
Hi,
I've run into what I think is a ditaa export bug. The following file
doesn't export the first ditaa figure, only the last.
Here's my test file: x.
Hi,
I've run into what I think is a ditaa export bug. The following file
doesn't export the first ditaa figure, only the last.
Here's my test file: x.org
--8<---cut here---start->8---
#+STARTUP:
* One
Here we go!
#+begin_src lisp
(foo)
#+end_src lisp
#+begi