Re: Bug: missing autoload org-load-modules-maybe [9.4 (9.4-7-g3eccc5-elpaplus @ /home/standard/.emacs.d/elpa/26.3/develop/org-plus-contrib-20200921/)]

2020-10-19 Thread Kyle Meyer
Tim Frana writes: > Hello, > > Reproduction: > > Start emacs without loading org, call org-store-link. > Error message is displayed: "Symbol’s function definition is void: > org-load-modules-maybe" > > Expected behaviour: > > Org link to the current location is stored. > > I guess an autoload sho

Re: Bug: Incorrect done TODO keywords highlighting in column view

2020-10-19 Thread Kyle Meyer
Martin Kampas writes: > Hi Kyle, > > You are right, I completely forgot about columns view under the "regular" > buffers. > Updated patch below. Thanks for the update. Applied (90b14cb40), adding a TINYCHANGE cookie to the commit message. (Please let me know if you've completed the copyright

Re: [PATCH] Org Refile Document RFLOC (was: Org Refile RFLOC and Struct Type)

2020-10-19 Thread Kyle Meyer
Kevin Foley writes: > My pleasure, I've attached a patch to this email. I put something > together but I wasn't sure how it should be styled/formatted so if > anyone has any suggestions I'd be happy to update it. Thanks. Looks good. Applied (2d1e2606e), tweaking the commit message to use a col

Specification for org-table formula mode string

2020-10-19 Thread Daniele Nicolodi
Hello, I am looking at the parsing of org-table formula mode strings and I find it quite confusing and I have an hard time understanding if it works the way it does by design or by accident. Formula mode strings are documented here https://orgmode.org/manual/Formula-syntax-for-Calc.html#Formula-

Bug in org-table--set-calc-mode?

2020-10-19 Thread Daniele Nicolodi
Hello, I am hacking org-table-eval-formula (see thread about monetary values in org-tables) which uses this inline function: (defsubst org-table--set-calc-mode (var &optional value) (if (stringp var) (setq var (assoc var '(("D" calc-angle-mode deg) ("R" calc-a