Re: [O] NLS/Augment

2019-08-21 Thread Jean Louis
* Fraga [2019-08-20 11:33]: > On Tuesday, 13 Aug 2019 at 20:39, Jean Louis wrote: > > [...] > > > So is the concept of hierarchical data management or structured data > > management. > > You might be interested in reading about Plan 9: https://9p.io/plan9/ Plan 9 I heard of since longer, great

[O] Bug: :lexical header argument not handled when tangling [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/local/share/emacs/26.2/lisp/org/)]

2019-08-21 Thread immanuel
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

[O] Editing elisp code block inserts spurious , before *

2019-08-21 Thread Immanuel Litzroth
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. --

Re: [O] Editing elisp code block inserts spurious , before *

2019-08-21 Thread Marco Wahl
Hi! Immanuel Litzroth writes: > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? See > > https://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org mailing list.

[O] org-babel-insert-result doesn't comma escape properly

2019-08-21 Thread Berry, Charles
Here is an ECM: #+begin_src emacs-lisp :wrap example "line 1 ,* headline 2 ,* headline 3 ,* headline 4 ,* headline 5 " #+end_src With today's master, the last `headline' is not escaped in the example block this produces when executed. It seems to me that dropping the let binding for `before-fi