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
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
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
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-
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