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

2020-01-10 Thread Michael Dixon
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 export Visible only (C-v), those list

Error running timer ‘org-alert-check’: (args-out-of-range "" 0)

2020-01-10 Thread Roland Everaert
Hello, First, best wishes. Currently emacs is hanging during startup. In a terminal, running the following command unblock the init phase and emacs finish loading up properly. kill -USR2 In the *Messages* buffer, I see the message shown in the subject line of this mail. Removing my org-alert

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

2020-01-10 Thread Duianto -
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 Cause: It was overlooked when the other instances in the same file, were renamed in this commit:

Re: Accessing properties in code blocks

2020-01-10 Thread sergio ruiz
Ah. I am running the org-mode that came with my emacs. I tried updating it, but ran into version problems. I will see if there is another emacs-lisp way to get that info. Thanks! > On Jan 9, 2020, at 6:26 PM, Mike Gauland wrote: > > Looking at git, it seems that was introduced in 9.2.

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

2020-01-10 Thread adam
On Sat, 2019-04-20 at 14:04 +0200, 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 >