* [new exporter] export title for subtree
@ 2012-06-17 22:14 Andreas Leha
2012-06-17 23:36 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Andreas Leha @ 2012-06-17 22:14 UTC (permalink / raw)
To: emacs-orgmode
Hi all,
is the new exporter lacking the possibility to set the title of the
exported document, when the title is set in the properties?
Example:
,----
| #+title: test
|
| * testexport
| :PROPERTIES:
| :EXPORT_TITLE: Pumuckl
| :END:
| Some text.
`----
On my system, this still exports to (in LaTeX):
,----
| ...
| \title{test}
| ...
`----
which should be
,----
| ...
| \title{Pumuckl}
| ...
`----
in my opinion.
Regards,
Andreas
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [new exporter] export title for subtree
2012-06-17 22:14 [new exporter] export title for subtree Andreas Leha
@ 2012-06-17 23:36 ` Nicolas Goaziou
2012-06-18 7:04 ` Andreas Leha
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2012-06-17 23:36 UTC (permalink / raw)
To: Andreas Leha; +Cc: emacs-orgmode
Hello,
Andreas Leha <andreas.leha@med.uni-goettingen.de> writes:
> is the new exporter lacking the possibility to set the title of the
> exported document, when the title is set in the properties?
>
> Example:
> ,----
> | #+title: test
> |
> | * testexport
> | :PROPERTIES:
> | :EXPORT_TITLE: Pumuckl
> | :END:
> | Some text.
> `----
This should be fixed in master, as long as you export subtree only.
Thank you for reporting this.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [new exporter] export title for subtree
2012-06-17 23:36 ` Nicolas Goaziou
@ 2012-06-18 7:04 ` Andreas Leha
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Leha @ 2012-06-18 7:04 UTC (permalink / raw)
To: emacs-orgmode
Hi Nicolas,
> Hello,
>
> Andreas Leha <andreas.leha@med.uni-goettingen.de> writes:
>
>> is the new exporter lacking the possibility to set the title of the
>> exported document, when the title is set in the properties?
>>
>> Example:
>> ,----
>> | #+title: test
>> |
>> | * testexport
>> | :PROPERTIES:
>> | :EXPORT_TITLE: Pumuckl
>> | :END:
>> | Some text.
>> `----
>
> This should be fixed in master, as long as you export subtree only.
> Thank you for reporting this.
Thanks for the quick fix. I can confirm this is fixed now on my setup.
Cheers,
Andreas
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-06-18 7:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-17 22:14 [new exporter] export title for subtree Andreas Leha
2012-06-17 23:36 ` Nicolas Goaziou
2012-06-18 7:04 ` Andreas Leha
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).