Re: Using lexical-binding

2021-02-24 Thread Kyle Meyer
Stefan Monnier writes: >> It looks like add-to-diary-list became an obsolete alias for >> diary-add-to-list in Emacs 23.1 and was removed in Emacs 25.1, >> specifically 3f65970414 (Remove calendar code obsolete since at least >> version 23.1, 2014-10-05). > > Ah, thanks for tracking it down, so I

Re: Using lexical-binding

2021-02-24 Thread Kyle Meyer
Stefan Monnier writes: > Since I'm not using it, I can't really test the result in any meaningful > way. Furthermore, just like `calendar.el`, it relies on dynamic scoping > and `eval` in all kinds of ways, so it's very difficult to be sure the > result is "sufficiently similar" to the old

Re: Bug: org-clone-subtree-with-time-shift invalid interval when using hours [9.3 (release_9.3 @ /usr/local/share/emacs/27.1/lisp/org/)]

2021-02-24 Thread Kyle Meyer
Kyle Meyer writes: > I'm guessing h was left off for this command because it didn't seem too > useful. But something like below should work (untested), and I don't > see any particular reason to not support h. > > diff --git a/lisp/org.el b/lisp/org.el Added tests and pushed (15c738545).

Can no longer org-set-link-parameters with "fuzzy" link types

2021-02-24 Thread Adam Sneller
I have a function that searches for broken fuzzy links in org-mode and applies org-warning face to anything it finds: (org-link-set-parameters "fuzzy" :face (lambda (path) (let ((org-link-search-inhibit-query t)) (if (condition-case nil (save-excursion (save-match-data (org-link-search path

Re: state of the art in org-mode tables e.g. join, etc

2021-02-24 Thread John Kitchin
Thanks for the link! It looks like some useful functions there. It would be nice to integrate some of those with the rich output of a Jupyter kernel so you could get native org tables automatically in org-mode. Derek Feichtinger writes: > Hi John, > > I invested time some years ago in preparing

[Patch] Update previews correctly with color changes

2021-02-24 Thread Yuri Lensky
The hash computed for LaTeX previews did not actually take into account the true foreground/background text color, so org would not refresh previews when themes change. 0001-lisp-org.el-Update-previews-correctly-when-color-chn.patch Description: Binary data

Re: Turning off all indentation in 9.4.4

2021-02-24 Thread TRS-80
On 2021-02-16 23:30, Kyle Meyer wrote: TRS-80 writes: Unfortunately, unless I am doing something wrong, none of these options seem to really restore the previous behavior. I have set ~org-adapt-indentation~ to ~'headline-data~, and now pressing RET goes to column 0. However, unfortunately,