)
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
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: +
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
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.
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
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
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:
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_