From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: proposal to have ignoreheading tags/properties Date: Thu, 12 Jun 2014 22:35:49 -0400 Message-ID: References: <87tx7qxahl.fsf@gmail.com> <87ppie2c2h.fsf@gmail.com> <871tutx4t4.fsf@gmail.com> <878up1vdon.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvHOD-0006QV-5b for emacs-orgmode@gnu.org; Thu, 12 Jun 2014 22:38:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WvHO4-0007B4-4R for emacs-orgmode@gnu.org; Thu, 12 Jun 2014 22:38:49 -0400 Received: from mail-qc0-x22e.google.com ([2607:f8b0:400d:c01::22e]:65364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvHO3-0007B0-W6 for emacs-orgmode@gnu.org; Thu, 12 Jun 2014 22:38:40 -0400 Received: by mail-qc0-f174.google.com with SMTP id x13so3335537qcv.19 for ; Thu, 12 Jun 2014 19:38:39 -0700 (PDT) In-reply-to: <878up1vdon.fsf@gmail.com> 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: Eric Schulte Cc: Mark Edgington , emacs-orgmode , Nicolas Girard Hi Eric, On 2014-06-12 at 20:46, Eric Schulte wrote: > Can you suggest a more intuitive/appropriate tag name? I'm not > personally partial to "inline", it was just the first thing that > occurred to me. Previous implementations of similar behavior > used the tag "prelim". I posted the following before. I think you might not be getting all the emails I post to the list. For example, I commented that INLINE as a TODO keyword didn't make sense to me using a similar explanation to your reply to that same email. I have used your implementation from last week using "prelim" but changed the word, because as with "inline", I don't associate the word "prelim" with the behavior being implemented. -k. I vote for the following tags: + :noexport: Does not export item, content, and children. + :ignoreheading: Does not export heading. Exports content and children. + :ignorecontent: Does not export heading or content. Does export children. + :ignorebranch: Does not export heading, content, or children. + :promotesubheadings: Promotes children headings, regardless of exporting this heading or not Note that :ignorebranch: is the same as ":noexport" but is a more consistent naming scheme. Ignoring and promotion are two separate items and can be used together or exclusively for maximum number of export behaviors.