[O] TODO list sorted across categories

2013-07-06 Thread Edward DeMeulle
I'd like to be able to produce a TODO list that is sorted by timestamp independently of category. I'm still new to elisp and so don't yet understand all the code involved. What I've been able to do so far is create a separate version of org-todo-list by changing a single line: (org-set-sorti

Re: [O] org-odt-export-to-odt: hide text

2013-07-06 Thread Eric Abrahamsen
Daniel Clemente writes: > El Sat, 6 Jul 2013 13:03:01 +0200 Suvayu Ali va escriure: >> >> If you or any other user wants this kind of feature, you have to come up >> with a syntax that is not intrusive and doesn't break basic Org >> features. >> > > I created such a syntax for normal text fil

Re: [O] Can `org-element-map' act on secondary-strings?

2013-07-06 Thread Nicolas Goaziou
Hello, Thorsten Jolitz writes: > when parsing an Org file with org-element-parse-buffer, headline titles > and section contents (e.g.) end up as secondary strings in the > parse-tree that do have a ':parent' attribute. > > When I try to modify all :parent attributes inside a parse-tree with > `o

Re: [O] org-odt-export-to-odt: hide text

2013-07-06 Thread Daniel Clemente
El Sat, 6 Jul 2013 13:03:01 +0200 Suvayu Ali va escriure: > > If you or any other user wants this kind of feature, you have to come up > with a syntax that is not intrusive and doesn't break basic Org > features. > I created such a syntax for normal text files [1] but have been struggling to

Re: [O] [babel] feature request: debug messages

2013-07-06 Thread Andreas Leha
Hi Eric, Eric Schulte writes: > Andreas Leha writes: > >> Hi Eric, >> >> >> Eric Schulte writes: >> >>> Hi Andreas, >>> >>> This should be easy to turn on or off using the newly introduced >>> :prologue and :epilogue header arguments. See the manual and the >>> following example. >>> >>> #+Ti

[O] Can `org-element-map' act on secondary-strings?

2013-07-06 Thread Thorsten Jolitz
Hi List, when parsing an Org file with org-element-parse-buffer, headline titles and section contents (e.g.) end up as secondary strings in the parse-tree that do have a ':parent' attribute. When I try to modify all :parent attributes inside a parse-tree with `org-element-map' (by mapping over

Re: [O] tag groups

2013-07-06 Thread Bastien
Hi Maurice, Bastien writes: > I will try your minimal example and check, thanks for sharing it. I pushed a fix. Please try against the maint or master branch when you get a chance. Thanks for reporting this! -- Bastien

Re: [O] text before toc in html export

2013-07-06 Thread henry atting
Nicolas Goaziou writes: > Hello, > > henry atting writes: > >> As the export option `#+TEXT:' is completely ignored I assume that >> something has changed. What is now the correct way to insert some >> descriptive text before the toc? > > By default (i.e. with :toc option), TOC is included at th

Re: [O] tag groups

2013-07-06 Thread Bastien
Hi Maurice, Maurice writes: > No, this value was the result of the command « describe-variable > org-tag-alist-for-agenda » Yes -- but somehow the value of this variable is not correctly set. I will try your minimal example and check, thanks for sharing it. -- Bastien

Re: [O] How do I create an agenda block for entries with a specific tag?

2013-07-06 Thread Alan Schmitt
Hi Bastien, b...@gnu.org writes: > Hi Alan, > > Alan Schmitt writes: > >> I'm trying to find a way to create an agenda bloc (of type agenda) that >> is restricted to a set of tags. I tried using a skip function but (as I >> explained in another mail) I cannot get it to work. If someone has done

Re: [O] org-odt-export-to-odt: hide text

2013-07-06 Thread Suvayu Ali
Hello Uwe, On Sat, Jul 06, 2013 at 10:37:07AM +0200, Uwe Brauer wrote: > > While I would like to have some tags which I could toggle on and off, > for example in the example of Eric, I would just substitute > the tag :noexport: for :export: If you want to use tags, but then say you would prefer

Re: [O] text before toc in html export

2013-07-06 Thread Nicolas Goaziou
Hello, henry atting writes: > As the export option `#+TEXT:' is completely ignored I assume that > something has changed. What is now the correct way to insert some > descriptive text before the toc? By default (i.e. with :toc option), TOC is included at the beginning of the document. You just

[O] text before toc in html export

2013-07-06 Thread henry atting
As the export option `#+TEXT:' is completely ignored I assume that something has changed. What is now the correct way to insert some descriptive text before the toc? I'm using org from git: Org-mode version 8.0.3 (release_8.0.3-324-gb61ef4) -- web: http://literaturlatenight.de jabberID: att...@ja

Re: [O] org-odt-export-to-odt: hide text

2013-07-06 Thread Christian Moe
Suvayu Ali writes: > On Fri, Jul 05, 2013 at 09:26:22PM +0200, Uwe Brauer wrote: >> the issue is I want to write say one paragraph in Spanish >> and the next in German, again spanish then German, etc >> but the odt file should only display one language. Try drawers: --8<---

Re: [O] tag groups

2013-07-06 Thread Maurice
Hi, Bastien, Bastien écrivit : >> value for : org-tag-alist-for-agenda >> >> ((:startgroup) >> ("prêté" . 112) >> ("emprunté" . 101) >> (:endgroup) >> ("note" . 110) >> ("noexport" . 120) >> ("lien" . 98) >> ("crypt" . 99) >> ("projet" . 112) >> ("suspendu" . 122) >> (:startgroup "lie

Re: [O] org-odt-export-to-odt: hide text

2013-07-06 Thread Uwe Brauer
>> "Suvayu" == Suvayu Ali writes: > On Fri, Jul 05, 2013 at 09:26:22PM +0200, Uwe Brauer wrote: >> >> the issue is I want to write say one paragraph in Spanish >> and the next in German, again spanish then German, etc >> but the odt file should only display one language. > Why

Re: [O] Sitemap for google?

2013-07-06 Thread Vikas Rawal
> > When I publish my website, orgmode gives me the sitemap as an html. > > Google requires sitemap as an xml, rss or text file > > (https://support.google.com/webmasters/answer/183668). > > > > Any suggestions on how to get orgmode to create a google-compatible > > sitemap? > > You seem to have

Re: [O] org-odt-export-to-odt: hide text

2013-07-06 Thread Suvayu Ali
On Fri, Jul 05, 2013 at 09:26:22PM +0200, Uwe Brauer wrote: > On 07/05/2013 07:40 PM, Eric S Fraga wrote: > > #+begin_comment ... #+end_comment? > does not work, the odt file contains > > #+begin_comment > > my text > > #+end_comment ? > > the issue is I want to write say one paragraph in Span