emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Tags included in subtree export title despite tags:nil in header


From: Giovanni Ridolfi
Subject: Re: [O] Tags included in subtree export title despite tags:nil in header
Date: Thu, 27 Oct 2011 11:06:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (windows-nt)

suvayu ali <address@hidden> writes:

Hi, Suvayu,
>
> I also have a subtree where I
> wrote beamer presentation about the project. I would like to exclude
> this from the html export, so I tag it with noexport.
>
> Now when I do a subtree export 
                 ^^^^^^^^^^^^^^^^^
> to get the beamer presentation, my
> presentation has the title: "Text in headline :noexport:". Is there
> any way to exclude the tag from the exported title short of toggling
> the tag before export or setting the EXPORT_TITLE property?

>
> I was expecting this to work out of the box since I already have
> tags:nil in the file header. 
           ^^^^^^^^^^^^^^^^^^^^
> Would this be considered as a bug?
I don't think so. 

Options for *the* specific subtree have to be defined in the subtree:

* file
** beamer :noexport:
:PROPERTIES:
:EXPORT_TITLE: beamer
:EXPORT_FILE_NAME: test.html
:EXPORT_OPTIONS:  H:3 num:nil toc:nil \n:t @:t ::t |:t ^:t f:nil *:t tags:nil 
TeX:t LaTeX:nil skip:t p:nil  author:nil  email:nil  creator:nil timestamp:nil
:END:
beamer 2
*** beamer 3

hth
Giovanni



reply via email to

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