Re: Bug: refiling gobbles a newline and absorbs the next heading [9.1.9 (release_9.1.9-65-g5e4542 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2020-01-11 Thread Miguel Morin
Hello, For me, with my version, it is more than a visual problem. Before refiling, the Org buffer is: ``` * heading 1 ** TODO test* heading 2 * heading 3 ``` and after refiling to `heading 3`, it is: ``` * heading 1 * heading 3 ** TODO test* heading 2 ``` Doing `S-TAB` on the

Re: [O] Orgmode Latex Export with Babel/LilyPond

2020-01-11 Thread adam
On Sun, 2020-01-12 at 10:43 +1300, adam wrote: > On Sun, 2020-01-12 at 09:04 +1300, adam wrote: > > > > On Sat, 2020-01-11 at 12:30 -0300, Jonathan Gregory wrote: > > > > > > > > > > > > On 11 Jan 2020, adam wrote: > > > > > > > > > > > > > > > > > > > Still no success in tangling the

export and split orgmode headers into separate md files?

2020-01-11 Thread Xebar Saram
Hi all For work specific needs at uni i have a need to take a comprehensive org file with hundreds of headers and split each header into separate .md files (with the header name as file name//first header in the md file). Has anyone done anything remotely similar? Or if not can someone point me

Re: [O] Orgmode Latex Export with Babel/LilyPond

2020-01-11 Thread adam
On Sun, 2020-01-12 at 09:04 +1300, adam wrote: > On Sat, 2020-01-11 at 12:30 -0300, Jonathan Gregory wrote: > > > > > > On 11 Jan 2020, adam wrote: > > > > > > > > > > > Still no success in tangling the examples  modal-cycle.org   > > > modal-cycle2.org   > > > shown here,  > > >

Re: Bug: refiling gobbles a newline and absorbs the next heading [9.1.9 (release_9.1.9-65-g5e4542 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2020-01-11 Thread Samuel Wales
dunno if this is useful but i encounter mangled visibility all the time. concatenated headings and ellipsis at top of screen are the two that i can think of that are most common. undo-tree might cause the concatenated headings. On 1/11/20, Nicolas Goaziou wrote: > Hello, > > Miguel Morin

Re: [O] Orgmode Latex Export with Babel/LilyPond

2020-01-11 Thread adam
On Sat, 2020-01-11 at 12:30 -0300, Jonathan Gregory wrote: > > On 11 Jan 2020, adam wrote: > > > > > Still no success in tangling the examples  modal-cycle.org   > > modal-cycle2.org   > > shown here,  > > https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-lilypond.html  > > > > My

Re: (setq org-hide-emphasis-markers t) + markup + lists + Visible only = blank list items

2020-01-11 Thread Nicolas Goaziou
Hello, Michael Dixon writes: > I’m running Org 9.3.1 and Emacs 27.0.60, which I compile myself. > > I discovered that if I have (setq org-hide-emphasis-markers t) in my > config, and I create an ordered or unordered list where there are list > items only containing marked up text, and then I

Re: ol-notmuch.el first line, incorrect filename: org-notmuch.el

2020-01-11 Thread Nicolas Goaziou
Hello, Duianto - writes: > Problem: > The first line of `ol-notmuch.el` shows the filename as: `org-notmuch.el` > https://code.orgmode.org/bzg/org-mode/src/3a6061e787efc9793ce1b7445a1f2502f679b40e/contrib/lisp/ol-notmuch.el#L1 Fixed. Thank you. Regards, -- Nicolas Goaziou

Re: Bug: refiling gobbles a newline and absorbs the next heading [9.1.9 (release_9.1.9-65-g5e4542 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2020-01-11 Thread Nicolas Goaziou
Hello, Miguel Morin writes: > It's interesting that you are unable to reproduce the result. I have > Emacs 26.3 (9.0) on macOS Mojave 10.14.6. I have reproduced it with > `emacs -q`, so the problem is not my init file. Then I don't know what > the culprit is and am curious and available to try

Re: [O] Orgmode Latex Export with Babel/LilyPond

2020-01-11 Thread Jonathan Gregory
On 11 Jan 2020, adam wrote: > Still no success in tangling the examples modal-cycle.org modal-cycle2.org > shown here, > https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-lilypond.html > > My current problem is Emacs rejecting the addition of either Lilypond or > lilypond, in

Re: [O] Orgmode Latex Export with Babel/LilyPond

2020-01-11 Thread Jonathan Gregory
On 20 Apr 2019, Jakob Schöttl wrote: > Hi, > > I'm trying (second attempt), to setup orgmode to export PDFs with > images generated by Babel/LilyPond. > > I followed the setup instructions here: > > https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-lilypond.html > > I have > > a

Re: [O] Orgmode Latex Export with Babel/LilyPond

2020-01-11 Thread adam
Still no success in tangling the examples  modal-cycle.org  modal-cycle2.org   shown here,  https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-lilypond.html  My current problem is Emacs rejecting the addition of either Lilypond or  lilypond, in the  org-babel-do-load-languages