Re: [PATCH] (org-remove-occur-highlights) Implements option to remove highlights between points

2020-09-21 Thread Kyle Meyer
Nicholas Savage writes: > I realize now that I messed up sending this patch yesterday so it > didn't show up on updates.orgmode.org. I just wanted to repost it with > a correct subject to make sure it didn't get lost. My original message > follows. This topic is now split across three separate th

Re: Infinite recursion ?

2020-09-21 Thread David Masterson
David Masterson writes: > Haven't figured this out yet, but I seem to be hitting an "infinite > recursion" bug that eventually dies when it runs out of memory. > > The scenario (so far) is trying to change an Org tag in the agenda > (':'). The command gives me the tags that I then edit and save w

Re: Bug: Logbook drawer and org-adapt-indentation with value headline-data [9.4 (9.4-7-g3eccc5-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200921/)]

2020-09-21 Thread Gustavo Barros
Hi Nick, On Mon, 21 Sep 2020 at 19:06, "Nicholas Savage" wrote: > I tried reproducing this, but I am having difficulties. "Baz" and the " - > State" stayed correctly aligned as I would have expected them, and not as you > have shown them. > > I am on emacs 28.0.50 though so maybe that has made t

Re: Bug: Logbook drawer and org-adapt-indentation with value headline-data [9.4 (9.4-7-g3eccc5-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200921/)]

2020-09-21 Thread Nicholas Savage
in the `LOGBOOK' drawer, which > I describe below. > > An ECM to reproduce the issue is: > > - Start 'emacs -Q' > > - Do an initial setup: > #+begin_src emacs-lisp > (add-to-list 'load-path "~/.emacs.d/elpa/org-plus-contrib-20200921"

Infinite recursion ?

2020-09-21 Thread David Masterson
Haven't figured this out yet, but I seem to be hitting an "infinite recursion" bug that eventually dies when it runs out of memory. The scenario (so far) is trying to change an Org tag in the agenda (':'). The command gives me the tags that I then edit and save whereupon it sits in an infinite rec

Bug: org-agenda-later scrolls buffer unnecessarily [9.4 (9.4-7-g3eccc5-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200921/)]

2020-09-21 Thread Gustavo Barros
n `org-agenda-custom-commands' of two agendas with different time spans (one weekly, the other daily). An ECM to reproduce the issue is: - Start 'emacs -Q' - Do an initial setup: #+begin_src emacs-lisp (add-to-list 'load-path "~/.emacs.d/elpa/org-plus-contrib-2

Re: ORG update made Dired the only way to open folders

2020-09-21 Thread Ypo
Thanks, Nicolas Then could it be a bug? Before the update file: links to a folder opened it out of emacs. Now it doesn't, even using "attach"'s option which offers to open links out of emacs. Sep 21, 2020 21:08:44 Nicolas Goaziou : > Hello, > > Ypo writes: > >> Thanks. It seems the problem

Bug: Logbook drawer and org-adapt-indentation with value headline-data [9.4 (9.4-7-g3eccc5-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200921/)]

2020-09-21 Thread Gustavo Barros
Start 'emacs -Q' - Do an initial setup: #+begin_src emacs-lisp (add-to-list 'load-path "~/.emacs.d/elpa/org-plus-contrib-20200921") ;; This is the latest Org weekly build (Org 9.4) (setq org-adapt-indentation 'headline-data) (setq org-log-into-drawer t) (setq or

Re: ORG update made Dired the only way to open folders

2020-09-21 Thread Nicolas Goaziou
Hello, Ypo writes: > Thanks. It seems the problem is that "file:" links have changed their > behaviour. They must be replaced by "file+sys:" links. In this way, > folders are open in Windows OS. file+sys: links are deprecated, tho. I suggest to not use them. Regards, -- Nicolas Goaziou

Bug: Double trailing slash for default candidate in org-refile-get-target [9.4 (9.4-7-g3eccc5-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200921/)]

2020-09-21 Thread Gustavo Barros
ly stands is: - Start 'emacs -Q' - Do an initial setup: #+begin_src emacs-lisp (add-to-list 'load-path "~/.emacs.d/elpa/org-plus-contrib-20200921") (add-to-list 'load-path "~/.emacs.d/elpa/ivy-20200826.955") ;; Those are the latest Org weekly build (O

Re: [PATCH] Adaptive Org faces in headings?

2020-09-21 Thread Mikhail Skorzhinskii
Hi, I've also tried to apply this patch and see if it will work on my, heavily customized in terms of theming, setup. It didn't spot any new issues. Instead it fixed face inheritance bugs with following elements: 1. Tags with customised faces; 2. Links; 3. Ellipsis; 4. TODO keywords; 5. Priorit

Bug: DOI links are broken in HTML exports

2020-09-21 Thread General discussions about Org-mode.
Hi, I've found a small bug in org-html-export-to-html. Minimal document to reproduce: --- Foo [fn:1] * Footnotes [fn:1] doi:10.1186/s12864-016-2377-z --- When I export this document to HTML the DOI link gets converted into a broken hyperlink. It should be converted into https://doi.org/10

Re: Help with moderating non-subscribers messages on the Org mailing list

2020-09-21 Thread Dominique Dumont
Hi On mercredi 16 septembre 2020 11:04:42 CEST Bastien wrote: > The task is to check the mailman administration page and to discard > messages that should not be sent to the list, while allowing those > sent by non-subscribers who ask relevant questions. For what's it's worth, I use listadmin [1]

Re: Default description for abbreviated links

2020-09-21 Thread Kévin Le Gouguec
Hello Bastien! Thank you for following up on this. Bastien writes: > Kévin Le Gouguec writes: > >> I like #+LINK keywords because they make documents self-sufficient: >> anyone opening my document can follow these links or export the buffer; >> they do not need to run some Elisp to add to org-

Re: [PATCHES 1, 2/2] allow to use document title in agenda and refile outline paths

2020-09-21 Thread Mikhail Skorzhinskii
... and of course I forgot to attach actual patches. On Monday, September 21, 2020 3:09:58 PM CEST Mikhail Skorzhinskii wrote: > Hello everyone, > > I've already submitted these features to the mailing list: > > https://lists.gnu.org/archive/html/emacs-orgmode/2020-09/msg00628.html > > But ev

[PATCHES 1, 2/2] allow to use document title in agenda and refile outline paths

2020-09-21 Thread Mikhail Skorzhinskii
Hello everyone, I've already submitted these features to the mailing list: https://lists.gnu.org/archive/html/emacs-orgmode/2020-09/msg00628.html But even if these changes are really tiny and minor, they are touching very different functionality of org-mode. It wasn't good mixing my suggestio

[PATCHES 1, 2/2 v2] ox-icalendar: add customisations for summary cookies and allow zero alarm

2020-09-21 Thread Mikhail Skorzhinskii
Hello forum, I've already submitted these features to the mailing list: https://lists.gnu.org/archive/html/emacs-orgmode/2020-09/msg00628.html But even if these changes are really tiny and minor, they are touching very different functionality of org-mode. It wasn't good mixing my suggestions

Re: [PATCHES 1, 2, 3/3] Minor customisation features for ox-icalendar and agenda

2020-09-21 Thread Mikhail Skorzhinskii
Resending the patch. There were missing parenthesis. And I didn't test build after modification. Fixed and retested. Mikhail On Monday, September 21, 2020 10:23:39 AM CEST Mikhail Skorzhinskii wrote: > On Wednesday, September 16, 2020 4:15:20 AM CEST Ihor Radchenko wrote: > > > 1. Show document

Re: ORG update made Dired the only way to open folders

2020-09-21 Thread Ypo
(setq search-invisible t) Working. Thanks! :-) El 21/09/2020 a las 10:17, Ihor Radchenko escribió: BTW: I've tried to use M-% to make the change, but it doesn't seem to work, probably because there links have a [[][description]] that occurs them. AFAIK M-% does not search invisible text. When

Re: [PATCHES 1, 2, 3/3] Minor customisation features for ox-icalendar and agenda

2020-09-21 Thread Mikhail Skorzhinskii
On Wednesday, September 16, 2020 4:15:20 AM CEST Ihor Radchenko wrote: > > 1. Show document title instead of file name in org-agenda; > > > > This should be useful for any users of org-roam package or anyone who > > autogenerate file names and uses document titles instead for navigation. > > Inte

Re: ORG update made Dired the only way to open folders

2020-09-21 Thread Ihor Radchenko
> BTW: I've tried to use M-% to make the change, but it doesn't seem to work, > probably because there links have a [[][description]] that occurs them. AFAIK M-% does not search invisible text. When link has a description in org, the link itself is hidden. You can set `search-invisible' to t to m

[solved] Re: When will 9.4 be on orgmode/elpa ?

2020-09-21 Thread Detlef Steuer
Just to close the thread: The update to 9.4 resolved at least my issue. Thx! Detlef Am Fri, 18 Sep 2020 08:57:15 +0200 schrieb Detlef Steuer : > Hi all, > > I use https://orgmode.org/elpa/ org-plus-contrib to stay uptodate with > org. > > As it seems GNU elpa has org-9.4. > > Normally I woul

Re: ORG update made Dired the only way to open folders

2020-09-21 Thread Ypo
Thanks. It seems the problem is that "file:" links have changed their behaviour. They must be replaced by "file+sys:" links. In this way, folders are open in Windows OS. BTW: I've tried to use M-% to make the change, but it doesn't seem to work, probably because there links have a [[][descripti