From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Problem with Export-exclude-tags and tags:nil Date: Tue, 7 Jul 2009 06:07:59 +0200 Message-ID: <977B2FDA-10F0-498B-B841-2476BCF6B7C2@gmail.com> References: <871vp2y3un.fsf@bzg.ath.cx> <87my7i5p14.fsf@bzg.ath.cx> <200907062237.36179.kristina@infomuse.net> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MO1yU-0000Be-VD for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 00:08:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MO1yQ-0000Ap-91 for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 00:08:10 -0400 Received: from [199.232.76.173] (port=43836 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MO1yQ-0000Ac-3H for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 00:08:06 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]:50903) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MO1yP-0005A5-HZ for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 00:08:05 -0400 Received: by ewy4 with SMTP id 4so5342287ewy.42 for ; Mon, 06 Jul 2009 21:08:04 -0700 (PDT) In-Reply-To: <200907062237.36179.kristina@infomuse.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: kristina@infomuse.net Cc: emacs-orgmode@gnu.org Hi Kristina, this does work correctly for me, using your test file as it is. So I would think that you are not using 6.28e but some older version. What do you get with M-x org-version RET ? If it is not 6.28e, check out http://orgmode.org/worg/org-faq.php#loaded-old-org HTH - Carsten On Jul 7, 2009, at 4:37 AM, Kristina M. Spurgin wrote: > Hi, > > I've already found and corrected the stupid typo, and that didn't > fix this > problem, so it's time to call for help. > > I just downloaded 6.28e last night. I am using GNU Emacs, 22.3.1 on > Windows > XP. > > I'm trying to export an org file to LaTeX, and overall it is working > ok. > However, I cannot seem to get the options #+EXPORT_EXCLUDE_TAGS and > #+OPTIONS:...tags:nil to work. I've looked around some at org-export- > general > options, and I deleted the only old export setup file I had. I would > think that > options listed in the file would take precedence over those, though. > > Below are a truncated version of my org file and then the LaTeX output > resulting from C-c C-e l. The section with the tag listed in export- > exclude is > in the output. The tag on that section is not in the output, > however. My > understanding of this setting was that it would prevent the tree > from export, > not just the keyword. The tags on other sections are also in the > output, > though I have tags:nil. > > #+OPTIONS is all on one line in my file. > > For the exclude tags option, I tried: > :noexportlatex: > :noexportlatex > and what you see below. > > I did do C-c C-c in each of the options lines after adding them. > > I also tried without blank line between top options and #LATEX > OPTIONS (I also > could not get export to ignore options marked with begin/end html > block.) > > Thanks for any help, and for org-mode in general. I voted. :-) > > --Kristina > > -=-=-test.org-=-=- > #+TITLE: A test page > #+AUTHOR: Kristina M. Spurgin > #+EMAIL: kristina@infomuse.net > #+DATE: 2008-11-10 Mon > #+LANGUAGE: en > > # LATEX OPTIONS > #+OPTIONS: H:4 num:t toc:4 \n:t @:t ::t |:t ^:t -:t f:t *:t TeX:t > LaTeX:nil > skip:nil d:nil tags:nil > #+EXPORT_EXCLUDE_TAGS: noexportlatex > > * How to use this page :noexportlatex: > Here you will find step by step instructions for constructing all > the numbers > we looked at in class. There are also others to demonstrate concepts > we do not > have time to look at in class. > * Concepts > ** Standing room and approximating the whole :standing- > room:approximating- > whole: > Consult the Introduction in v. 1 for more information on the ideas of > "standing room" in a class number, "approximating the whole" of the > universe > of a class number, and when you can add on standard subdivisions. > *Relevant > sections are 7.16, 7.18, and 8.9.* > > > > -=-=-LaTeX Output (preamble snipped)-=-=- > > \begin{document} > > \maketitle > > \setcounter{tocdepth}{4} > \tableofcontents > > \section{How to use this page} > > Here you will find step by step instructions for constructing all > the numbers > we looked at in class. There are also others to demonstrate concepts > we do not > have time to look at in class. > \section{Concepts} > > \subsection{Standing room and approximating the whole :standing- > room:approximating-whole:} > > Consult the Introduction in v. 1 for more information on the ideas of > ``standing room'' in a class number, ``approximating the whole'' of > the > universe of a class number, and when you can add on standard > subdivisions. > \textbf{Relevant sections are 7.16, 7.18, and 8.9.} > > \end{document} > > -- > Kristina M. Spurgin > PhD student - Teaching assistant > School of Information & Library Science - UNC Chapel Hill > CB#3360, 100 Manning Hall - Chapel Hill, NC 27599-3360 > kristina@infomuse.net - kspurgin@email.unc.edu > http://www.infomuse.net http://blog.infomuse.net aim: infomusings > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode