From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: Announcement: org-one-to-many Date: Fri, 24 Oct 2014 11:06:02 +0700 Message-ID: <87bnp2f6xh.wl-n142857@gmail.com> References: <87ppdlfotc.fsf@wmi.amu.edu.pl> <87fvee652f.fsf@wmi.amu.edu.pl> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhW8i-0000yR-Km for emacs-orgmode@gnu.org; Fri, 24 Oct 2014 00:06:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhW8d-0002Aa-Lk for emacs-orgmode@gnu.org; Fri, 24 Oct 2014 00:06:12 -0400 Received: from mail-pa0-x22a.google.com ([2607:f8b0:400e:c03::22a]:52257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhW8d-0002AO-EY for emacs-orgmode@gnu.org; Fri, 24 Oct 2014 00:06:07 -0400 Received: by mail-pa0-f42.google.com with SMTP id bj1so374393pad.29 for ; Thu, 23 Oct 2014 21:06:06 -0700 (PDT) In-Reply-To: <87fvee652f.fsf@wmi.amu.edu.pl> 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: Marcin Borkowski Cc: Org mailing list El Thu, 23 Oct 2014 19:58:48 +0200 Marcin Borkowski va escriure: > > For instance, you can get all headers tagged with "tobesplit" like this: > > (org-map-entries (lambda () (line-number-at-pos)) "+tobesplit" 'agenda) > > > > One of the possible searches is "headers at level 2", so this new system > > would include the one you have. > > I thought about it. I'd like to first make my code a bit cleaner and > fix one bug I know of. I think this will be fairly easy; I could split > headers with some property (a tag might not be a good idea, since tags > are inherited). > Tag inheritance is customizable (org-use-tag-inheritance). I don't use it. Anyway, if I have: * aaaa :publish: ** bbbbb ** ccc :publish: ** dddd * eeee Well, it makes sense to export 2 .org: aaa.org (including bbbb,cccc,ddd) and ccc.org (including only ccc)