org-agenda-move-date-from-past-immediately-to-today could work for non-days

2021-06-20 Thread Samuel Wales
org-agenda-move-date-from-past-immediately-to-today moves a ts immediately to today in agenda, but only if you do org-agenda-do-date-later by one day. if you instead do it by 7 days or so, it will check and not do the feature. i keep getting surprised by this, so i thought perhaps newcomers

Re: [wip-cite-new] Adjust punctuation around citations

2021-06-20 Thread Nicolas Goaziou
Hello, "Bruce D'Arcus" writes: > On Sun, Jun 20, 2021 at 3:41 AM Nicolas Goaziou > wrote: >> As another, imperfect, workaround, I submit the following idea for >> consideration: >> >> "A quotation ending without punctuation" [cite: @hoel-71-whole]. >> "A quotation ending with a

Re: [wip-cite-new] Adjust punctuation around citations

2021-06-20 Thread Bruce D'Arcus
On Sun, Jun 20, 2021 at 3:41 AM Nicolas Goaziou wrote: ... > > The example you are highlighlighting here was why I was earlier > > suggesting for a rule that would allow something like this input: > > > > "A quotation ending with a period." [cite: @hoel-71-whole]. > > > > ... where the second

Re: [PATCH] Fix regression in org-get-time-of-day introduced in aba1f2066

2021-06-20 Thread Nicolas Goaziou
Hello, Ihor Radchenko writes: > The new version of org-get-time-of-day errors on empty string argument. > The attached patch is fixing this. Thanks. I applied a slightly different fix. Regards, -- Nicolas Goaziou

Re: Failure to resolve internal links on ox-html export?

2021-06-20 Thread Tim Visher
On Fri, Jun 18, 2021 at 6:22 PM Tim Cross wrote: > > Tim Visher writes: > > > Hi Juan Manuel, > > > > On Fri, Jun 11, 2021 at 2:31 PM Juan Manuel Macías < > maciasch...@posteo.net> wrote: > > > > Try setting this variable to non-nil: > > > > (setq org-export-with-broken-links t) > > > >

Re: Remove all Org metadata with header argument `:comments org'

2021-06-20 Thread Ihor Radchenko
Juan Manuel Macías writes: > I am writing an *.el file from an *.org file (and then I run > org-babel-tangle). With the header argument `:comments org' not only the > text in my org file is converted to comments (my desired goal) but also > the drawers, keywords and other Org metadata. Since I

Re: prettify-symbols-mode in org agenda?

2021-06-20 Thread Ihor Radchenko
William Xu writes: > Thanks. At least not something weird in my emacs config. :) > > I think your patch is ready to be merged into orgMode. Hopefully it can be > merged soon. I believe that I managed to fix the problem you observe, though I do not understand how. Can you test the attached

Re: org-collector.el does not deal with inherited properties well

2021-06-20 Thread Vikas Rawal
Found the answer here: https://lists.gnu.org/archive/html/emacs-orgmode/2011-01/msg00292.html Sorry for writing before looking through the archives carefully. Best wishes for everyone. Vikas On Sun, 20 Jun 2021 at 16:26, Vikas Rawal wrote: > Hello, > > org-collector.el seems to fill "0" for

org-collector.el does not deal with inherited properties well

2021-06-20 Thread Vikas Rawal
Hello, org-collector.el seems to fill "0" for properties that are inherited just as it does for properties that are not defined for a particular headline (for which also, 0 is poor choice; nil would have been better). This should not be the correct behaviour. Or is it intentional, and I am

[PATCH] Fix regression in org-get-time-of-day introduced in aba1f2066

2021-06-20 Thread Ihor Radchenko
The new version of org-get-time-of-day errors on empty string argument. The attached patch is fixing this. Best, Ihor >From b615265881bdbb65f9a99d9f076424cb2233b250 Mon Sep 17 00:00:00 2001 Message-Id: From: Ihor Radchenko Date: Sun, 20 Jun 2021 17:15:34 +0800 Subject: [PATCH] Fix regression

Re: [wip-cite-new] Adjust punctuation around citations

2021-06-20 Thread Nicolas Goaziou
Hello, "Bruce D'Arcus" writes: > On Mon, Jun 14, 2021 at 7:45 AM Denis Maier wrote: >> * Note style input (=semantically strict input) >> >> "A quotation ending with a period." [cite: @hoel-71-whole] >> >> "A quotation ending without punctuation". [cite: @hoel-71-whole] >> >> As the input