emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Exporter problem: cannot activate options
@ 2013-03-11 10:59 Rainer Stengele
  2013-03-13 15:15 ` Nicolas Goaziou
  0 siblings, 1 reply; 7+ messages in thread
From: Rainer Stengele @ 2013-03-11 10:59 UTC (permalink / raw)
  To: emacs-orgmode

Hi!

Using Org-mode version 8.0-pre (release_8.0-pre-35-g5fd7bb I cannot seem
to get export options to work.

I have


****** DONE [#A] text
       :LOGBOOK:
       CLOCK: [2013-03-11 Mo 11:30]--[2013-03-11 Mo 11:45] =>  0:15
       CLOCK: [2013-03-07 Do 10:30]--[2013-03-07 Do 11:00] =>  0:30
       :END:
       :PROPERTIES:
       :EXPORT_OPTIONS: <:t todo:t toc:nil c:t
       :END:

#+BEGIN: clocktable :maxlevel 2 :scope subtree
#+CAPTION: Clock summary at [2013-03-11 Mo 11:30]
| Headline     | Time   |
|--------------+--------|
| *Total time* | *5:00* |
|--------------+--------|
#+END:
       - [2013-03-07 Do 11:14] E-text
	 text
..


I do mark the subtree and export by "C-e h o".
Export is fine but I always get the TOC (although toc:nil) and I cannot
get the clock entries (although c:t).

Please help.

Thanks,
Rainer

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Exporter problem: cannot activate options
  2013-03-11 10:59 Exporter problem: cannot activate options Rainer Stengele
@ 2013-03-13 15:15 ` Nicolas Goaziou
  2013-03-14 10:10   ` Rainer Stengele
  0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Goaziou @ 2013-03-13 15:15 UTC (permalink / raw)
  To: Rainer Stengele; +Cc: emacs-orgmode

Hello,

Rainer Stengele <rainer.stengele@online.de> writes:

> I do mark the subtree and export by "C-e h o".
> Export is fine but I always get the TOC (although toc:nil) and I cannot
> get the clock entries (although c:t).

You don't need to mark the subtree when doing a subtree export. Though,
you should specify that you want a subtree export with "C-s" key from
within the dispatcher.


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Exporter problem: cannot activate options
  2013-03-13 15:15 ` Nicolas Goaziou
@ 2013-03-14 10:10   ` Rainer Stengele
  2013-03-14 22:25     ` Nicolas Goaziou
  0 siblings, 1 reply; 7+ messages in thread
From: Rainer Stengele @ 2013-03-14 10:10 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

Am 13.03.2013 16:15, schrieb Nicolas Goaziou:
> Hello,
> 
> Rainer Stengele <rainer.stengele@online.de> writes:
> 
>> I do mark the subtree and export by "C-e h o".
>> Export is fine but I always get the TOC (although toc:nil) and I cannot
>> get the clock entries (although c:t).
> 
> You don't need to mark the subtree when doing a subtree export. Though,
> you should specify that you want a subtree export with "C-s" key from
> within the dispatcher.
> 
> 
> Regards,
> 
Nicolas,

thanks for the notice.
I really would need to be able to configure export options.
I cannot include timestamps in a html export.
Please give me a hint.

Regards,
Rainer

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Exporter problem: cannot activate options
  2013-03-14 10:10   ` Rainer Stengele
@ 2013-03-14 22:25     ` Nicolas Goaziou
  2013-03-15  9:28       ` Rainer Stengele
  0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Goaziou @ 2013-03-14 22:25 UTC (permalink / raw)
  To: Rainer Stengele; +Cc: emacs-orgmode

Hello,

Rainer Stengele <rainer.stengele@online.de> writes:

> thanks for the notice.
> I really would need to be able to configure export options.

I just told you how to do it.

> I cannot include timestamps in a html export.
> Please give me a hint.

Could you elaborate?

Thank you.


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Exporter problem: cannot activate options
  2013-03-14 22:25     ` Nicolas Goaziou
@ 2013-03-15  9:28       ` Rainer Stengele
  2013-03-15 17:40         ` Nicolas Goaziou
  0 siblings, 1 reply; 7+ messages in thread
From: Rainer Stengele @ 2013-03-15  9:28 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

Am 14.03.2013 23:25, schrieb Nicolas Goaziou:
> Hello,
> 
> Rainer Stengele <rainer.stengele@online.de> writes:
> 
>> thanks for the notice.
>> I really would need to be able to configure export options.
> 
> I just told you how to do it.
> 
>> I cannot include timestamps in a html export.
>> Please give me a hint.
> 
> Could you elaborate?
> 
> Thank you.
> 
> 
> Regards,
> 
Maybe I misunderstand the situation.
My old settings

:PROPERTIES:
:EXPORT_OPTIONS: <:t todo:t toc:nil
:END:

do not work anymore. I see that

#+OPTIONS: <:nil tasks:t d:t toc:t

is working, but I want a setting per subtree.
I thought that the mechs for setting options did change with the new
exporter but I could not find new docs for that.

I also cannot get a list of possible options with the old "C-c C-e t".

Sorry for being unclear.

Regards,
Rainer

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Exporter problem: cannot activate options
  2013-03-15  9:28       ` Rainer Stengele
@ 2013-03-15 17:40         ` Nicolas Goaziou
  2013-03-15 21:05           ` Bastien
  0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Goaziou @ 2013-03-15 17:40 UTC (permalink / raw)
  To: Rainer Stengele; +Cc: emacs-orgmode

Hello,

Rainer Stengele <rainer.stengele@online.de> writes:

> Am 14.03.2013 23:25, schrieb Nicolas Goaziou:
>> Hello,
>> 
>> Rainer Stengele <rainer.stengele@online.de> writes:
>> 
>>> thanks for the notice.
>>> I really would need to be able to configure export options.
>> 
>> I just told you how to do it.
>> 
>>> I cannot include timestamps in a html export.
>>> Please give me a hint.
>> 
>> Could you elaborate?
>> 
>> Thank you.
>> 
>> 
>> Regards,
>> 
> Maybe I misunderstand the situation.
> My old settings
>
> :PROPERTIES:
> :EXPORT_OPTIONS: <:t todo:t toc:nil
> :END:

Put point, for example, on properties line. Call Export Dispatcher (with
C-c C-e). If "Export Scope" isn't "Subtree", use C-s once. Then call the
appropriate exporter (e.g. h H).

> do not work anymore. I see that
>
> #+OPTIONS: <:nil tasks:t d:t toc:t
>
> is working, but I want a setting per subtree.
> I thought that the mechs for setting options did change with the new
> exporter but I could not find new docs for that.
>
> I also cannot get a list of possible options with the old "C-c C-e t".

This has been removed, because it is heavily back-end dependent.

On the other hand, pcomplete (through M-TAB) offers some nice
completions for many keywords.


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Exporter problem: cannot activate options
  2013-03-15 17:40         ` Nicolas Goaziou
@ 2013-03-15 21:05           ` Bastien
  0 siblings, 0 replies; 7+ messages in thread
From: Bastien @ 2013-03-15 21:05 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: Rainer Stengele, emacs-orgmode

Nicolas Goaziou <n.goaziou@gmail.com> writes:

>> I also cannot get a list of possible options with the old "C-c C-e t".
>
> This has been removed, because it is heavily back-end dependent.

The fact it's back-end dependant is a reason for reintroducing this
feature, but a bit wiser.  You could do C-c C-e t to insert a back-end
independant template (org-export-with-author, etc.) and C-c C-e h t to
insert the html-dependant ones.

> On the other hand, pcomplete (through M-TAB) offers some nice
> completions for many keywords.

I think M-TAB after #+OPTIONS should complete a complete line with
the values for back-end-independant options.  It's easier to tweak
them by directly editing them rather than doing M-TAB each time
you want to insert an option.  Also, the advantage of the previous
behavior was to be able to know what were the values of the options,
which is not possible anymore.

-- 
 Bastien

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-03-15 21:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-11 10:59 Exporter problem: cannot activate options Rainer Stengele
2013-03-13 15:15 ` Nicolas Goaziou
2013-03-14 10:10   ` Rainer Stengele
2013-03-14 22:25     ` Nicolas Goaziou
2013-03-15  9:28       ` Rainer Stengele
2013-03-15 17:40         ` Nicolas Goaziou
2013-03-15 21:05           ` Bastien

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).