> :endgroup already make a newline, so the extra ones are ignored.
What if I want something like this:
| { [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
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode