Thanks a lot!
Regards,
Günter
Am 2011-07-30 12:45, schrieb Nicolas Goaziou:
Hello,
Günter Kolousek writes:
Hi, using footnotes i.e. [2] inside #+begin_src #+end_src causes errors
during export using orgmode 7.7 and tip.
This should be fixed now. Thank you for reporting this.
_Note to
Hi, using footnotes i.e. [2] inside #+begin_src #+end_src causes errors
during export using orgmode 7.7 and tip.
Günter
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation]
#+BEAMER_FRAME_LEVEL: 2
#+BEAMER_HEADER_EXTRA:
\usetheme{boxes}\addheadbox{structure}{\tiny\quad\insertsection\qqu
Quoting Carsten Dominik :
Hi,
I have made a test version of Org with the compatibility code
for XEmacs and without some of the left-over compatibility
code for Emacs 21.
I would appreciate if some people could check out the
`remove-compatibility-code' branch from repo.or.cz and report back
if
Yes, this works well. Thanx!
Günter
Quoting "Thomas S. Dye" :
On Apr 11, 2010, at 11:23 AM, Günter Kolousek wrote:
I am unable to include neither double nor single quote characters
inside a verbatim markup as described in the manual. Also, I didn't
find anything in t
I am unable to include neither double nor single quote characters
inside a verbatim markup as described in the manual. Also, I didn't
find anything in the mailing list archive:
="a"=
doesn't work, but
=x "a" x=
does. Same for ~.
I didn't find any workaround. There is no escape character, is
Using the following orgmode text:
* Test
- XXX ::
/testing/
+ one plain list item
+ just another one
here follows a plain paragraph
+ and another new plain list
+ second item
next new paragraph
the LaTeX exporter produces:
\section{Test}
\label{sec-1}
\beg
I think there is a problem using brackets at the beginning
of plain list items with the LaTeX backend:
1. [A] foo bar...
The generated LaTeX code looks like:
\item[A] foo bar...
but rather this would be the expected output:
\item{}[A] foo bar...
Here follows the patch:
*** org-list.e