Re: Bug: org-set-tags-command deletes inherited tags [9.3.7 (9.3.7-18-g093b47-elpaplus @ /home/ionasal/.emacs.d/elpa/org-plus-contrib-20200810/)]

2020-08-18 Thread Kyle Meyer
Thanks for the patch. Allen Li writes: > Example Org file: > > * Parent :foo:bar:baz: > ** Child :foo:bar:spam: > > Invoking org-set-tags-command with point on Child prepopulates the > minibuffer prompt with only the tags :spam: > > This is because org-get-tags doesn't distinguish between

[ANN] Org-collection - (experimental) global minor mode

2020-08-18 Thread Gustav Wikström
Hi there, Just wanted to mention that there’s an embryo at https://github.com/Whil-/org-collection for de-globalizing your org mode setup into collections. For those interested in that. This relates to: https://lists.gnu.org/archive/html/emacs-orgmode/2019-12/msg00215.html It’s hasn’t turned

Bug: org-set-tags-command deletes inherited tags [9.3.7 (9.3.7-18-g093b47-elpaplus @ /home/ionasal/.emacs.d/elpa/org-plus-contrib-20200810/)]

2020-08-18 Thread Allen Li
Example Org file: * Parent :foo:bar:baz: ** Child :foo:bar:spam: Invoking org-set-tags-command with point on Child prepopulates the minibuffer prompt with only the tags :spam: This is because org-get-tags doesn't distinguish between inherited only tags and inherited tags which are also

[PATCH] org-add-planning-info: respect caller's given time [9.3.7 (release_9.3.7-716-g3d4876 @ /home/n/.emacs.d/straight/build/org/)]

2020-08-18 Thread No Wayman
The current behavior of `org-add-planning-info' does not include the time of day when it is passed the TIME argument. This is because `org-time-was-given' is initially let-bound to nil during the scope of the function. The attached patch removes that binding and allows the caller to pass

Re: [PATCH] ob-python.el: Fix issue with sessions on remote machines

2020-08-18 Thread Jack Kamm
Hi Christian, Thanks for reporting this and providing a fix! > The function `org-babel-python-evaluate-session' doesn't process temp > file names with `org-babel-process-file-name' before inserting them into > the Python code blocks. This causes a 'No such file' error when the > executing the

Re: LaTeX math export problems

2020-08-18 Thread Nicolas Goaziou
Hello, Nick Higham writes: > I thought this might be to do with something in my .emacs, but the same > problem happens with a bare bones Emacs. A simple example is this file: > > # > # ex1a_bad.org > \[ > \widehat{y} =

LaTeX math export problems

2020-08-18 Thread Nick Higham
I use Org for producing LaTeX (e.g., all of https://github.com/higham/what-is is produced from Org source). I'm finding that Org has trouble parsing some LaTeX math expressions and I then have to make seemingly arbitrary tweaks to get it to parse correctly. I thought this might be to do with