[Orgmode] Patch for latex export supporting nested emphasis

2010-08-20 Thread Robert Hennig
translated to: Now \textbf{you \emph{can} write} \emph{nested} \textbf{\emph{emphasis} recursively!} Best regards, yours faithful Robert Hennig --- org-latex.el 2010-08-20 15:58:28.0 +0200 +++ org-latex.mod.el 2010-08-20 16:06:26.0 +0200 @@ -1795,8 +1795,24 @@ (defun org

[Orgmode] fix for error of quoted and emphasized text in LaTeX export

2010-07-07 Thread Robert Hennig
the org-export-latex-content function, because the quotation marks would be changed and do not match the regexp anymore. But I'm not too shure if there are other implications to regard. best regards, Robert Hennig ___ Emacs-orgmode mailing list

[Orgmode] mixing emphasis fails

2010-06-23 Thread Robert Hennig
for this I came up with was: #+BEGIN_HTML This sentence is bold #+END_HTML #+BEGIN_LaTeX \textbf{This sentence \emph{is} bold} #+END_LaTeX which is not very at all... Thank you for your advices, yours Robert Hennig ___ Emacs-orgmode mailing list Please

Re: [Orgmode] Re: latex export - skipping lvls breaks export

2010-06-22 Thread Robert Hennig
e > himself or herself to skip a level. > > Cheers, > Sebastian > I'm working on the translation of a book and the Table of Contents has a odd structure. I would also appreciate if skipping a level in the structure could be possible. One reason to have this working is if yo

Re: [Orgmode] Howto generate LaTeX footnotes using \footnote{}

2010-05-03 Thread Robert Hennig
} $^{2}$ inside a Latex Environment ... - which is not the intended behaviour. Best Regards, Robert Eric S Fraga wrote: > On Fri, 30 Apr 2010 14:34:46 +0200, Robert Hennig > wrote: >> Dear orgmode list! >> >> I'm would like to generate LaTeX

[Orgmode] Howto generate LaTeX footnotes using \footnote{}

2010-04-30 Thread Robert Hennig
ge where it is referenced, he LaTeX \footnote{} should do this.) Digging into the code I found the \footnote, but I'm not this familiar to figure out howto actually I could reproduce the desired behaviour. Thank you a lot for the wonderful world of org-mode! Y

[Orgmode] howto extend org-export-generic

2009-06-26 Thread Robert Hennig
Hello, I would like to make use of the org-export-generic library and stumbled over the use of the org-set-generic-type function. The implementation uses a set-alist function which is not defined at all. What is the proper way to activate the org-set-generic-type function? Kind regards, Robert

[Orgmode] LaTeX export errors

2009-05-12 Thread Robert Hennig
y the #+LaTeX: ... invocation (#+BEGIN_LaTeX has the same effect). The Error in the generated tex file is that - #+TBLNAME: Test will not be removed - the '%' sign will not be translated to \% Thanks in Advance, Robert Hennig ___ Emacs-orgmo