emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug (?) in new exporter (export subtree)


From: Nicolas Goaziou
Subject: Re: [O] Bug (?) in new exporter (export subtree)
Date: Fri, 18 Jan 2013 22:12:19 +0100

Rick Frankel <address@hidden> writes:

> So, it seems that as long as there is a body (or blank) line after the
> parent heading and you position the cursor on that line, it works
> (point at X):
>
> #+begin_src org
> * Title
>   X
> ** heading 1
>    text
> ** heading 2
>    ...
> #+end_src
>
> But if there is no blank line after the "title", there is no way to
> get the expected results with the point either on the title line or
> the first asterix on heading 1:
>
> #+begin_src org
> * Title
> ** heading 1
>    text
> ** heading 2
>    ...
> #+end_src

Indeed, you have to be within the subtree you want to export in order to
effectively export it. In your example there's no such place, so there's
no way to tell which subtree you want to be exported.

This is a reasonable behaviour in my opinion.


Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]