Re: [PATCH] lisp/ox-html.el: Add file level option to manage headlines self link

2025-05-30 Thread Sébastien Gendre
After reflection, it's maybe not a good idea to give nil as default value to these 3 new options. If these options have nil as default instead of a variable, I cannot use the variable documentation to document the option. And as you requested to not document in the manual an option who is not alre

WORG Patch 2/2 for Org Protocol Page

2025-05-30 Thread Charles Choi
Interim snapshot of rewrite of Org Protocol page. This is still WIP, but intended to illustrate direction of changes to this document. 0002-Rewrite-Org-Protocol-Page-org-protocol.org.patch Description: Binary data — Charles Y. Choi, Ph.D. kickingve...@gmail.com

WORG Patch 1/2 for Org Protocol Page

2025-05-30 Thread Charles Choi
Archives org-annotation-helper.org and snapshots org-protocol.org 0001-Archive-org-annotation-helper.org-and-org-protocol.o.patch Description: Binary data -- Charles Y. Choi, Ph.D. kickingve...@gmail.com

Re: org-refile confusing refiling

2025-05-30 Thread Jacob S. Gordon
Hey, On 2025-05-30 09:53, jman wrote: > So, it seems that xclip-mode with default options triggers this > issue (I am using Wayland so `wl-copy` is invoked). For what it’s worth, I’m also under wayland and using `wl-clipboard'. With the default `xclip' settings the `xclip-method' still picks out

Re: EXTERNAL: Re: [BUG] not able to use diary in Emacs30.1 [9.7.11 (release_9.7.11 @ c:/D_Disk/emacs-30.1/share/emacs/30.1/lisp/org/)]

2025-05-30 Thread Bastien Guerry
Hi Ruizhou, Ruizhou LIAO writes: > By setting ‘diary-file’ and ‘org-agenda-diary-file’, there is no > issue. Maybe need to update related guideline/ manual. By default `org-agenda-diary-file', is set to 'diary-file and `diary-file' is set to ~/.emacs.d/diary, which is not an .org file. With th

Re: Org Protocol Worg Maintenance?

2025-05-30 Thread Christian Moe
Charles Choi writes: > Wondering if anybody is actively maintaining these worg pages. They seem > quite stale. I'd be happy to contribute. > > https://orgmode.org/worg/org-contrib/org-protocol.html > > https://orgmode.org/worg/org-mac.html Please do! For guidance on how to contribute, please se

Re: [WORG] Help test style/accessibility change

2025-05-30 Thread Christian Moe
Samuel Wales writes: > works great. thank you for even thinking about such things. Thanks, good to know! Tbh, I probably wouldn't have thought about it if Ihor and Bastien hadn't brought it up as an unresolved issue when I came in. > i would say that the toc has unexpected behavior as follows

Re: [PATCH] lisp/org.el: Add ability to sort tags by hierarchy

2025-05-30 Thread Morgan Smith
Ihor Radchenko writes: > > Hmm. I think we can do it differently. > Rather than trying to do secondary sorting in > `org-tags-sort-hierarchy...' we can allow `org-tags-sort-function' to be > a list of functions. Then, when sorting, if (sort-function a b) and > (sort-function b a) return the same v

Re: [WORG] Help test style/accessibility change

2025-05-30 Thread Christian Moe
Corwin Brust writes: > On Thu, May 29, 2025 at 3:41 PM Bastien Guerry wrote: >> >> Also, it seems to me the Zenburn alternate css is not usable: shall we >> simply remove it? And perhaps remove all alternate css stylesheets if >> they are not maintained. >> > > Yes, I think. I will do it if th

Re: [WORG] Help test style/accessibility change

2025-05-30 Thread Bastien Guerry
Hi Christian, Christian Moe writes: > Please leave the "Test" style for now. An alternate stylesheet is > helpful for testing without a local build environment, and I think I'll > keep the worg-test.css file up permanently for that purpose. Apart from > that, I don't see maintaining alternate st

Re: EXTERNAL: Re: [BUG] not able to use diary in Emacs30.1 [9.7.11 (release_9.7.11 @ c:/D_Disk/emacs-30.1/share/emacs/30.1/lisp/org/)]

2025-05-30 Thread Bastien Guerry
Colin Baxter writes: > I sometimes get the same error as the OP. The solution for me is always > to open org-agenda first, before the calendar. My settings are: > > (setq diary-file "~/.emacs.d/diary/main") > org-agenda-diary-file set to diary-file Thanks - that's weird. With the default value

Re: Org Protocol Worg Maintenance?

2025-05-30 Thread Charles Choi
Christian - Thanks for the reply. As I anticipate a number of changes, is it better to have more commits for each change to explain them or to have a single commit? Charles — Charles Y. Choi, Ph.D. kickingve...@gmail.com > On May 30, 2025, at 2:27 AM, Christian Moe wrote: > > Please do!

Re: [WORG] Help test style/accessibility change

2025-05-30 Thread Corwin Brust
On Fri, May 30, 2025 at 5:17 AM Christian Moe wrote: > > Corwin Brust writes: > > > On Thu, May 29, 2025 at 3:41 PM Bastien Guerry wrote: > >> > >> Also, it seems to me the Zenburn alternate css is not usable: shall we > >> simply remove it? And perhaps remove all alternate css stylesheets if >

Re: EXTERNAL: Re: [BUG] not able to use diary in Emacs30.1 [9.7.11 (release_9.7.11 @ c:/D_Disk/emacs-30.1/share/emacs/30.1/lisp/org/)]

2025-05-30 Thread Colin Baxter
> Bastien Guerry writes: > Colin Baxter writes: >> I sometimes get the same error as the OP. The solution for me is >> always to open org-agenda first, before the calendar. My settings >> are: >> >> (setq diary-file "~/.emacs.d/diary/main") org-agenda-diary-file

Re: [WORG] Help test style/accessibility change

2025-05-30 Thread Christian Moe
Rudolf Adamkovič writes: > Much improved, but I am not a fan of showing TOC on hover. Why not > simply show it always, so one gets an idea what the document is about > and can comfortably jump where needed? Note that, on current behavior, you can keep it open by clicking it; then it won't colla

Re: org-refile confusing refiling

2025-05-30 Thread jman
"Jacob S. Gordon" writes: This “memory” effect of refiling the previous item, plus the error message about pasting the subtree made me think it was related to yanking/killing. If I apply your xclip settings in a terminal window, I can reproduce the weird refiling behaviour: #+begin_src emacs-l

Re: Org Protocol Worg Maintenance?

2025-05-30 Thread Christian Moe
Charles Choi writes: > Thanks for the reply. As I anticipate a number of changes, is it > better to have more commits for each change to explain them or to have > a single commit? As a rule of thumb, each commit should group as many similar changes as the first line of the commit message can des

Re: Org Protocol Worg Maintenance?

2025-05-30 Thread Charles Choi
Christian - Also there is a _lot_ of stale and obsolete information around Org Protocol. I’d like to delete it, but before doing so, is there an archive process for worg? Charles — Charles Y. Choi, Ph.D. kickingve...@gmail.com > On May 30, 2025, at 8:55 AM, Charles Choi wrote: > > Chri

Re: Org Protocol Worg Maintenance?

2025-05-30 Thread Charles Choi
Christian - Thanks for the guidance. In terms of raising changes, should that be in the form of a patch or a written proposal? -Charles — Charles Y. Choi, Ph.D. kickingve...@gmail.com > On May 30, 2025, at 1:17 PM, Christian Moe wrote: > > As for process, I think what matters is to rai

Re: [WORG] Help test style/accessibility change

2025-05-30 Thread Rudolf Adamkovič
Samuel Wales writes: > i hovered and it popped up, and i scroll to see what is in it, and > then if i scroll too much, it disappears. then i have to scroll up > the page itself to find it again and hover and try not to scroll too > much [without knowing where the end is precisely]. I had the sa

Re: Org Protocol Worg Maintenance?

2025-05-30 Thread Christian Moe
Charles Choi writes: > Also there is a _lot_ of stale and obsolete information around Org > Protocol. I’d like to delete it, but before doing so, is there an > archive process for worg? There is an archive section with a few documents: https://orgmode.org/worg/archive/ But for aging materials t

Troubles with #+CITE_EXPORT in org-publish

2025-05-30 Thread Kristoffer Balintona
Hi, I’ve recently tried testing out org-publish but ran into a hiccup that I’ve isolated to my using the #+CITE_EXPORT keyword in some of my files. (I can be sure since when I remove these lines, the export proceeds as expected.) More specifically, although org-publish doesn’t error during the exp

Re: EXTERNAL: Re: [BUG] not able to use diary in Emacs30.1 [9.7.11 (release_9.7.11 @ c:/D_Disk/emacs-30.1/share/emacs/30.1/lisp/org/)]

2025-05-30 Thread Colin Baxter
> Bastien Guerry writes: > Hi Ruizhou, Ruizhou LIAO writes: >> By setting ‘️diary-file’ and ‘org-agenda-diary-file’, there is no >> issue. Maybe need to update related guideline/ manual. > By default `org-agenda-diary-file', is set to 'diary-file and > `diary-file' is s