emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Announcement: org-one-to-many


From: Daniel Clemente
Subject: Re: [O] Announcement: org-one-to-many
Date: Fri, 24 Oct 2014 11:06:02 +0700
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/25.0.50 (x86_64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO)

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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]