Ulrich Wortmann
Ulrich Wortmann
After using OR for a year or so, I now have some nodes which refer basically to the same thing but are in different files. Is there a mechanism to...
Org has moved to a new repository. Loading any org file will result in an "IMPORTANT: please install Org from GNU ELPA as Org ELPA will close before Org 9.6"...
The following code will produce no output: ``` #+BEGIN_SRC ipython import matplotlib.pyplot as plt Age=[1,2,3,6] d34S=[12, 23, 0, 4] plt.scatter(Age,d34S) plt.show() #+END_SRC ``` this used to work, but some update...
Rationale: I work on a lecture script with many chapters. Each chapter is a self-contained org file. I compile the whole thing as pdf which is straightforward using include statements....
Hi John, I just noticed following: If I execute the following pandas statement ``` #+BEGIN_SRC ipython :results output drawer os_peak.head() #+END_SRC ``` the output will show the dataframe as text,...
Hi John, if i evaluate the following inside a buffer ``` #+BEGIN_SRC python print("text 1") print("text 2") #+END_SRC ``` I obtain ``` #+RESULTS: : text 1 : text 2 ```...
Hi John, I noticed that the following org-code when exported to a notebook Some text #+BEGIN_SRC ipython print("Hello World") #+END_SRC 1. more text 2. even more text results in the...
Hi John, the following took me forever to figure out since much of the info on Linux keyboard mapping out there is either incomplete or out of date. Furthermore, my...
Hi John, this used to work, but broke recently. Likely the error is in the interaction between org-ref and helm (never upgrade a running system...), but I am not good...
Syntax checking works, however, when I issue `lsp-describe-session` the capabilities heading has no child headings Thanks for any pointers how to look into this