From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: ATTACH tag gets exported unconditonally to PDF [8.0-pre (release_8.0-pre-11014-gd195e8 @ /home/mrb/dev/emacs/packages/org-mode/lisp/)] Date: Sat, 13 Apr 2013 11:53:41 +0200 Message-ID: <878v4mwyca.fsf@bzg.ath.cx> References: <8761ztqak7.fsf@hsdev.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQx9b-0004Hj-LV for emacs-orgmode@gnu.org; Sat, 13 Apr 2013 05:53:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQx9a-0002gZ-2V for emacs-orgmode@gnu.org; Sat, 13 Apr 2013 05:53:51 -0400 Received: from mail-wg0-f45.google.com ([74.125.82.45]:57068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQx9Z-0002gJ-RQ for emacs-orgmode@gnu.org; Sat, 13 Apr 2013 05:53:49 -0400 Received: by mail-wg0-f45.google.com with SMTP id l18so3434428wgh.24 for ; Sat, 13 Apr 2013 02:53:49 -0700 (PDT) In-Reply-To: <8761ztqak7.fsf@hsdev.com> (Marcel van der Boom's message of "Thu, 11 Apr 2013 18:47:04 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marcel van der Boom Cc: emacs-orgmode@gnu.org Hi Marcel, Marcel van der Boom writes: > When exporting a subtree, I often use the attach functionality (C-c C-a) > to "attach" files to a heading. This gives the heanding an :ATTACH: tag. > > When exporting such a subtree via latex to pdf, using > org-export-dispatch (C-c e) the output in pdf contains the :ATTTACH: > tag. > > If I use other tags on headings, they are not printed, which is what I > expect to happen, given my configuration. > > Possibly related is that setting '#+EXPORT_EXCLUDE_TAGS: exclude' also does NOT > hide the section having that tag if using a #SETUPFILE directive. It > *does* work when setting the 'org-export-excluded-tags' variable > directly, so I think this is a separate issue. I'm not sure I fully understand the issue but in any case, :ATTACH: is treated like any other tag when exporting a subtree for me. -- Bastien