[BUG] Org 9.5.3 fails to display agenda (error "rx form ‘regexp’ requires args satisfying ‘stringp’")

2022-05-01 Thread Edmund Christian Herenz
) org-agenda(nil) funcall-interactively(org-agenda nil) call-interactively(org-agenda nil nil) command-execute(org-agenda) Best regards, Christian -- Edmund Christian Herenz (ESO Fellow) Office: M152 ESO Vitacura Email: eher...@eso.org Alo

Re: Installation on offline machines

2021-11-01 Thread Edmund Christian Herenz
quot; (at least on *nix). Best, Chrsitian -- -------- Edmund Christian Herenz (ESO Fellow) Office: M152 ESO Vitacura Email: eher...@eso.org Alonso de Córdova 3107 Phone: +

Installation on offline machines

2021-10-31 Thread Edmund Christian Herenz
st. Best regards, Christian -- -------- Edmund Christian Herenz (ESO Fellow) Office: M152 ESO Vitacura Email: eher...@eso.org Alonso de Córdova 3107 Phone: +56 2 2463 3047 (Office) Vitacura, Casilla 19001 +56 9 4613 7517

Re: Bug: Font highlighting with in-line latex math broken [9.4 (9.4-dist)]

2020-11-25 Thread Edmund Christian Herenz
Hi, me again... On Wed, Nov 25, 2020 at 04:32:28PM -0300, Edmund Christian Herenz wrote: > This is only cosmetical, but a bit annoying. Ah, and while we are at it Entering a line break in $math mode$ is also valid and should not break the font highlighting. CH.

Bug: Font highlighting with in-line latex math broken [9.4 (9.4-dist)]

2020-11-25 Thread Edmund Christian Herenz
Hi, In AucTeX inserting $1\times10^{-18}$erg\,s\,cm$^{-2}$ Will correctly highlight $1\times10^{-18}$ and $^{-2}$ as math. However, in org mode I get erg\,s\,cm highlighted. This is only cosmetical, but a bit annoying. With best regards, Christian Herenz

org-read-date-display-live has no effect when org-read-date-popup-calendar is nil

2020-07-05 Thread Edmund Christian Herenz
calendar pop-up is disabled. Best regards, Christian -- Edmund Christian Herenz (ESO Fellow) Office: M152 ESO Vitacura Email: eher...@eso.org Alonso de Córdova 3107

[O] Bug: HTTP links that contain %20 get malformed to %2520 - affects ODT export [9.2.1 (9.2.1-dist @ /home/ehere/emacs-scripts/org-9.2.1/lisp/)]

2019-02-21 Thread Edmund Christian Herenz
document. With best regards, Christian Herenz P.S. Please CC me in follow-up emails, as I am not subscribed to the mailinglist. -- -------- Edmund Christian HerenzOffice: C6:1001 Stockholms universitet E-Mail:

[O] Bug: Tangling python code results in mixed tabs and spaces, incomaptible with python3 [9.1.4 (9.1.4-dist @ /home/ehere/emacs-scripts/org-9.1.4/lisp/)]

2017-12-20 Thread Edmund Christian Herenz
The following python code uses only whitespaces for the different indentdation levels: a_list = ['elem1', 'elem2', 'elem3'] for elem in a_list: print(elem) for char in elem: print char I enter this code into a SRC block with #+BEGIN_SRC python :tangle blank_