On Oct 12, 2009, at 3:58 PM, Eraldo Helal wrote:
:endgroup already make a newline, so the extra ones are ignored.
What if I want something like this:
You can't.
- Carsten
| { [a] antwhere [c] call [i] internet [p] pharmacy }
|
| [p] Person1 [q] Person2 (...etc)
How an I get the empty like in between there?
If I do not use a group... it does work! (with ":newline")
| [a] antwhere [c] call [i] internet [p] pharmacy
|
| [p] Person1 [q] Person2 (...etc)
at the moment all I get is this:
| { [a] antwhere [c] call [i] internet [p] pharmacy }
| [p] Person1 [q] Person2 (...etc)
or the following: ;; if I add the ":newline" after the last group
item and before the group is closed
| { [a] antwhere [c] call [i] internet [p] pharmacy
| }
| [p] Person1 [q] Person2 (...etc)
Greetings,
Eraldo
- Carsten
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode