emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [New exporter][texinfo] noexport tag ignored
@ 2012-11-10 21:44 Thomas S. Dye
  2012-11-10 22:35 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas S. Dye @ 2012-11-10 21:44 UTC (permalink / raw)
  To: Org-mode

Aloha,

#+TITLE:     export-test.org
#+AUTHOR:    Thomas Dye
#+EMAIL:     tsd@tsdye.com
#+DATE:      2012-11-10 Sat
#+DESCRIPTION:
#+KEYWORDS:
#+LANGUAGE:  en
#+OPTIONS:   H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
#+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
#+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
#+LINK_UP:   
#+LINK_HOME: 
#+XSLT:

* Export

* Do not export                                                    :noexport:

Exports a menu that doesn't respect the noexport tag:

...
@menu
* Export::           
* Do not export::    
...

All the best,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com

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

* Re: [New exporter][texinfo] noexport tag ignored
  2012-11-10 21:44 [New exporter][texinfo] noexport tag ignored Thomas S. Dye
@ 2012-11-10 22:35 ` Nicolas Goaziou
  2012-11-11  3:00   ` Thomas S. Dye
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2012-11-10 22:35 UTC (permalink / raw)
  To: Thomas S. Dye; +Cc: Org-mode

Hello,

tsd@tsdye.com (Thomas S. Dye) writes:

> #+EXPORT_SELECT_TAGS: export
> #+EXPORT_EXCLUDE_TAGS: noexport

This should be (see `org-export-options-alist'):

   #+SELECT_TAGS: export
   #+EXCLUDE_TAGS: noexport


Regards,

-- 
Nicolas Goaziou

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

* Re: [New exporter][texinfo] noexport tag ignored
  2012-11-10 22:35 ` Nicolas Goaziou
@ 2012-11-11  3:00   ` Thomas S. Dye
  2012-11-11  9:12     ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas S. Dye @ 2012-11-11  3:00 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: Org-mode

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

> Hello,
>
> tsd@tsdye.com (Thomas S. Dye) writes:
>
>> #+EXPORT_SELECT_TAGS: export
>> #+EXPORT_EXCLUDE_TAGS: noexport
>
> This should be (see `org-export-options-alist'):
>
>    #+SELECT_TAGS: export
>    #+EXCLUDE_TAGS: noexport
>
>
> Regards,

#+TITLE:     export-test.org
#+AUTHOR:    Thomas Dye
#+EMAIL:     tsd@tsdye.com
#+DATE:      2012-11-10 Sat
#+DESCRIPTION:
#+KEYWORDS:
#+LANGUAGE:  en
#+OPTIONS:   H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
#+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
#+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js
#+SELECT_TAGS: export
#+EXCLUDE_TAGS: noexport
#+LINK_UP:   
#+LINK_HOME: 
#+XSLT:

* Export

* Do not export                                                    :noexport:

Exports:

...

@menu
* Export::           
* Do not export::    

@end menu

...

Tom
-- 
T.S. Dye & Colleagues, Archaeologists
735 Bishop St, Suite 315, Honolulu, HI 96813
Tel: 808-529-0866, Fax: 808-529-0884
http://www.tsdye.com

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

* Re: [New exporter][texinfo] noexport tag ignored
  2012-11-11  3:00   ` Thomas S. Dye
@ 2012-11-11  9:12     ` Nicolas Goaziou
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2012-11-11  9:12 UTC (permalink / raw)
  To: Thomas S. Dye; +Cc: Org-mode

Hello,

tsd@tsdye.com (Thomas S. Dye) writes:

> #+TITLE:     export-test.org
> #+AUTHOR:    Thomas Dye
> #+EMAIL:     tsd@tsdye.com
> #+DATE:      2012-11-10 Sat
> #+DESCRIPTION: #+KEYWORDS:
> #+LANGUAGE:  en
> #+OPTIONS:   H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
> #+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
> #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js
> #+SELECT_TAGS: export
> #+EXCLUDE_TAGS: noexport
> #+LINK_UP:   
> #+LINK_HOME: 
> #+XSLT:
>
> * Export
>
> * Do not export                                                    :noexport:
>
> Exports:
>
> ...
>
> @menu
> * Export::           
> * Do not export::    
>
> @end menu
>
> ...

This should be fixed now. Thank you for reporting it.


Regards,

-- 
Nicolas Goaziou

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

end of thread, other threads:[~2012-11-11  9:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-10 21:44 [New exporter][texinfo] noexport tag ignored Thomas S. Dye
2012-11-10 22:35 ` Nicolas Goaziou
2012-11-11  3:00   ` Thomas S. Dye
2012-11-11  9:12     ` Nicolas Goaziou

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