[BUG] org-agenda-clock-cancel does not update agenda buffer [9.6.15 (release_9.6.15 @ /nix/store/5hl68vr85cagmwaycqy652r2g2isjcyq-emacs-29.2/share/emacs/29.2/lisp/org/)]

2024-03-20 Thread z
After clocking into an entry (org-agenda-clock-in) from an agenda buffer (such as org-agenda-list), the entry is highlighted with a face (org-agenda-clocking). When the entry is no longer clocked in, e.g., by clocking out or marking it DONE, the org-agenda-clocking face is normally removed.

Re: [BUG] Partially broken Org mode when remote setupfile is unavailable

2024-03-20 Thread Ihor Radchenko
Confirmed. Max Nikulin writes: > I have tried the following .org file > > --- 8< --- > #+setupfile: /dav:localhost#8000:/setup-dav-123.org > > * Heading > > [[https://orgmode.org/][Link]] > --- >8 --- > > Having no webdav server running. Expected error: >> Package ‘tramp-gvfs’ not supported

Re: [PATCH] `org-ctags-create-tags` creates empty TAGS file [9.6.15 (release_9.6.15 @ /home/martin/Projects/emacs/lisp/org/)]

2024-03-20 Thread Ihor Radchenko
Max Nikulin writes: > The committed change is anyway incomplete. > ... May you submit a patch? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at

Re: Org-attach risks

2024-03-20 Thread Ihor Radchenko
Kepa writes: > It would be enough to have the option to not having those prompt. > > If I could set it to don't offer to copy files, and the option to don't > offer to delete old folder, it would be enough. Would you be interested to submit a patch? See

Re: Possible bug in org-agenda not showing habits properly

2024-03-20 Thread Rens Oliemans
Ihor Radchenko writes: > You should set `org-modules' _before_ loading Org. Or you can load > org-habit in more traditional way, via (require 'org-habit) or > (use-package org-habit). Thanks, this works! I misunderstood the way the different use-package blocks got executed.

Re: Worg build status?

2024-03-20 Thread Bastien Guerry
Ihor Radchenko writes: > This is still a problem. Likely on Sourcehut side. > For now, only Bastien can trigger the builds. FWIW I've just asked the question here: https://lists.sr.ht/~sircmpwn/sr.ht-discuss/%3C87frwldwqw.fsf%40bzg.fr%3E -- Bastien Guerry

Re: Pending contents in org documents (Re: Asynchronous blocks for everything (was Re: ...))

2024-03-20 Thread Ihor Radchenko
Bruno Barbier writes: > I rewrote the API, rename many things, moved the code around and > sorted everything into heading/subheading sections. This is hopefully > less confusing and a lot simpler; and the documentation hopefully > explains better how to use it. Thanks! It does look more clear.

Re: [PATCH] Allow external libraries (org-roam) to supply org-id locations

2024-03-20 Thread Ihor Radchenko
"Rick Lupton" writes: > The point is that I was thinking org-roam should advise/modify/hook the > specific function `org-id-find' [to find ids in its database] but NOT the > more general `(org-link-get-parameter "id" :follow)' [because `org-id-open' > has a lot of extra logic for

Re: heading structure ramblie

2024-03-20 Thread Ihor Radchenko
Samuel Wales writes: > i sometimes need to know when a folded heading has children, > and also possibly go to them. maybe it swallowed a heading > without my intention. creating new headings with c-c * > seems to create children, when i want a sibling. (so maybe i need a > command like c-c *

Re: Presenting Hyperorg version 0.1.0: The Org to HTML Converter

2024-03-20 Thread Ihor Radchenko
c.bu...@posteo.jp writes: > I am excited to introduce Hyperorg 0.1.0 [1], designed to efficiently > convert files > from Emacs Org-mode and Org-roam into clean HTML files. Ideal for > Zettelkasten > enthusiasts and personal wiki creators, Hyperorg simplifies the > conversion process, >

Re: [DISCUSSION] What should we do with undocumented x^(superscript inside /round/ braces) syntax?

2024-03-20 Thread Ihor Radchenko
Ihor Radchenko writes: > "Fraga, Eric" writes: > >> On Saturday, 17 Feb 2024 at 14:06, Ihor Radchenko wrote: >>> Inconsistent with LaTeX syntax, Org mode not only allows >>> x^{superscript}, but also x^(superscript) with round braces used for >>> grouping. >> >> Inconsistent with LaTeX is not a

Re: [FR] 'org-columns-next-allowed-value' for 'summary-checkbox'es functions should have 'intermediate state' '[-]'

2024-03-20 Thread Sławomir Grochowski
Ihor Radchenko writes: > I think that we can do the following: > > (1) modify org-columns-next-allowed-value (S-/) to use the > three states. > > (2) modify org-columns-toggle-or-columns-quit and org-columns--toggle to > follow what C-c C-c does: > > (5.6 Checkboxes section of the

Re: [DISCUSSION] "quick-help" popup for org-columns (column view)

2024-03-20 Thread Ihor Radchenko
Sławomir Grochowski writes: > Inspired by "Re: Adding a "quick-help" menu" > https://lists.gnu.org/archive/html/emacs-devel/2022-10/msg01138.html > > I've created a "quick-help" for functionality in org-mode - column view > (https://orgmode.org/worg/org-tutorials/org-column-view-tutorial.html) >

Error with org-persist

2024-03-20 Thread Al Oomens
Greetings, I have never posted to this list before. I searched the email archive, and didn't see anything related. I have been using Emacs and org-more for several years and recently started getting this error when I first open a .org file: 'Missing write access rights to

Re: Error with org-persist

2024-03-20 Thread Ihor Radchenko
Al Oomens writes: > Greetings, I have never posted to this list before. Welcome! > ... recently started getting this > error when I first open a .org file: > > 'Missing write access rights to org-persist-directory: "c:/Users/aloom/My > Drive/home/.emacs.d/org-persist/"'. > > I am using emacs

Re: [FR] 'org-columns-next-allowed-value' for 'summary-checkbox'es functions should have 'intermediate state' '[-]'

2024-03-20 Thread Ihor Radchenko
Sławomir Grochowski writes: >> Except that we should not allow removing checkboxes and instead >> force empty checkbox with single prefix argument. > > And why do you want to avoid this? > When using 'org-column' I sometimes remove an empty checkbox. > So I see use in it, and most

Re: Error with org-persist

2024-03-20 Thread Ihor Radchenko
[ Adding Org mailing list back to CC. Please use "Reply All" to keep the conversation public ] Al Oomens writes: > OK, very strange. > .emacs.d/org-persist/ does not exist. It should be automatically created, > correct? Yup. > Evaluating (file-writable-p "c:/Users/aloom/My

Re: Error with org-persist

2024-03-20 Thread Al Oomens
(file-writable-p "c:/Users/aloom/My Drive/home/.emacs.d/org-persist") - returns "t" From: Ihor Radchenko Sent: Wednesday, March 20, 2024 3:07 PM To: Al Oomens Cc: emacs-orgmode@gnu.org Subject: Re: Error with org-persist [ Adding Org mailing list back to CC.