pank
pank
Maybe related: ```R lubridate::as.duration("P1M") # "2629800s (~4.35 weeks)" lubridate::as.duration("P1.5M") # "18408600s (~30.44 weeks)" ``` Although `lubridate::month(1.5)` throws an error. (I guess the nicer output in both cases would be `3944700s`)....
I just meant the org-mode as distributed through orgmode.org and with emacs itself.
Hi zweifisch, > I see. It would be nice to have them included in org-mode. The first thing is you need to assign copyright to FSF so we can include...
On November 19, 2015 12:32:21 AM GMT+01:00, zweifisch [email protected] wrote: > I've sent an email to [email protected] but haven't go any reply yet. I'll > take another try. This is...
FWIW the [branch with support for `oc` ](https://github.com/emacsorphanage/ox-pandoc/commits/citations-org9.5) works well enough for me. I am using it for `org->docx` with `oc-csl` for citations.
Aside: typically `org` saves temp files (used for e.g. async export) in a temporary folder (e.g. `/tmp` on GNU/Linux) which might be a bit elegant than saving the temp file...
this worked for me: https://github.com/magit/libegit2/issues/83#issuecomment-667646200 I had to remove something from one of the header files included with tdm64
I can run `python -i drepl-ipython.py` and it starts. Or in emacs I can eval `(setq python-shell-interpreter "python" python-shell-interpreter-args "-i c:/users/me/.emacs.d/elpa/drepl-0.3/drepl-ipython.py")` and then use `run-python`. I don't think I associate...
I will try this on Monday when I turn on my windows pc again.
With the new versions of `drepl-ipython.{py, el}` and the two changes above, I can run `drepl-ipython`. Completions and plots work as expected (based on very brief testing only).