Bastien writes:
> I suggest you look at EXPERIMENTAL/org-export.el.
I see.
> It parses an Org buffer and store it as a structured list. It's not
> yet completely syntax aware, but it is a move in the right direction.
That looks like a much cleaner approach, but it is as you say, quite in
its
Hi Jambunathan,
Jambunathan K writes:
> I also invite you to take a look at org-lparse and org-xhtml and org-odt
> that are built on top of it.
As far as I'm aware org-lparse also works line by line.
I don't think this is the right direction for a generic exporter, but
maybe I overlooked som
Hi Achim,
Achim Gratz writes:
> Your remark reminded me that I should look at the generic exporter in
> contrib. It needs an eval-while-compile wrapped (require 'cl) to
> compile and run cleanly. It also doesn't appear to recognize tables (or
> those are still copies from the ASCII export?).
> Your remark reminded me that I should look at the generic exporter in
> contrib. It needs an eval-while-compile wrapped (require 'cl) to
> compile and run cleanly. It also doesn't appear to recognize tables (or
> those are still copies from the ASCII export?). It looks like it works
> line-by
Nicolas Goaziou writes:
> _Note to self_ : I really wish we can come up with an exporter that
> exactly matches Org syntax. An element recognized/ignored in Org should
> be identically recognized/ignored during the export process without
> resorting to any trick (à la `org-protected' text property
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 se
Nick Dokos writes:
> Jambunathan K wrote:
>
>> Nick Dokos writes:
>>
>> > Günter Kolousek wrote:
>> >
>> >>
>> >> Hi, using footnotes i.e. [2] inside #+begin_src #+end_src causes errors
>> >> during export using orgmode 7.7 and tip.
>> >>
>> >> Günter
>> >>
>> >> ...
>> >>
>> >> * Test
>>
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 self_ : I really wish we can come up with an exporter that
exactly matches Org sy
Jambunathan K wrote:
> Nick Dokos writes:
>
> > Günter Kolousek wrote:
> >
> >>
> >> Hi, using footnotes i.e. [2] inside #+begin_src #+end_src causes errors
> >> during export using orgmode 7.7 and tip.
> >>
> >> Günter
> >>
> >> ...
> >>
> >> * Test
> >> foo
> >> #+begin_src python
>
Nick Dokos writes:
> Günter Kolousek wrote:
>
>>
>> Hi, using footnotes i.e. [2] inside #+begin_src #+end_src causes errors
>> during export using orgmode 7.7 and tip.
>>
>> Günter
>>
>> ...
>>
>> * Test
>> foo
>> #+begin_src python
>> lst = [-1, -2, 2, -3, -4]
>>
>> for x in lst[:]
Günter Kolousek wrote:
>
> Hi, using footnotes i.e. [2] inside #+begin_src #+end_src causes errors
> during export using orgmode 7.7 and tip.
>
> Günter
>
> ...
>
> * Test
> foo
> #+begin_src python
> lst = [-1, -2, 2, -3, -4]
>
> for x in lst[:]:
> if x < 0:
> lst.re
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
12 matches
Mail list logo