Re: [O] Bug: :session doesn't honor :verbatim [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/26.0.50/lisp/org/)]

2017-04-16 Thread Tilmann Singer
Let me add that when not specifying ":results verbatim", the presence of the % sign in the output also triggers table formatting: #+BEGIN_SRC sh :session *session* echo "a%b" #+END_SRC #+RESULTS: | | | b | Whereas without session, the output is formatted like this #+BEGIN_SRC sh echo "a%b"

Re: [Orgmode] Agenda that shows hierarchy above matches?

2009-08-03 Thread Tilmann Singer
At Mon, 3 Aug 2009 06:31:24 +0200, Carsten Dominik wrote: At Thu, 23 Jul 2009 09:56:38 +0100, Eric S Fraga wrote: Given an projects.org like this: * Project A ** TODO do foo ** TODO do bar ** DONE do baz * Project B ** DONE do foo * TODO Another small thing add the

[Orgmode] Agenda that shows hierarchy above matches?

2009-07-23 Thread Tilmann Singer
Hi, I wonder if there is way to get an agenda showing all TODO items with the hierarchical context up to the top level. Given an projects.org like this: * Project A ** TODO do foo ** TODO do bar ** DONE do baz * Project B ** DONE do foo * TODO Another small thing An agenda view, e.g.

Re: [Orgmode] Agenda that shows hierarchy above matches?

2009-07-23 Thread Tilmann Singer
At Thu, 23 Jul 2009 09:56:38 +0100, Eric S Fraga wrote: Given an projects.org like this: * Project A ** TODO do foo ** TODO do bar ** DONE do baz * Project B ** DONE do foo * TODO Another small thing add the CATEGORY property (C-c C-x p cat TAB) to A and B headings,