Re: 9.5: coping with loss of ditaa.jar

2021-10-09 Thread Colin Baxter ๐Ÿ˜บ
> Jarmo Hurri writes: > 3. Copy ditaa.jar from previous version of org. Works in the short > run, but I do not think we want to advocate this: "We took > ditaa.jar out of org, so you will want to download an earlier > version of org to make ditaa work." Not true. I use Org m

org-persist

2021-10-19 Thread Colin Baxter ๐Ÿ˜บ
After today's pull of org-mode I get the warning that org-persist cannot read its index. This is an entirely new warning (as of today) and I assume is the result of the recent commits in org-persist. Please, can this be corrected. The warning is irritating, especially so since I do not use org-p

Re: org-persist

2021-10-19 Thread Colin Baxter ๐Ÿ˜บ
>>>>> Ihor Radchenko writes: > Colin Baxter ๐Ÿ˜บ writes: >> After today's pull of org-mode I get the warning that org-persist >> cannot read its index. This is an entirely new warning (as of >> today) and I assume is the result of

Re: org-persist

2021-10-20 Thread Colin Baxter ๐Ÿ˜บ
>>>>> Ihor Radchenko writes: r> Colin Baxter ๐Ÿ˜บ writes: >> Thank you. I cloned org-mode afresh and got the same warning >> during 'make' - I presume that too is now fixed. r> The warning should never appear now. I removed it com

Re: org-persist

2021-10-20 Thread Colin Baxter ๐Ÿ˜บ
>>>>> Ihor Radchenko writes: > Colin Baxter ๐Ÿ˜บ writes: >> I may not have understood things fully, but it seems that the >> org-persist directory is set only by the >> org-persist-path. Unfortunately, the resulting org-persist >> dir

Re: org-persist - bug report

2021-10-20 Thread Colin Baxter ๐Ÿ˜บ
> Ihor Radchenko writes: > Alastair Burt writes: >> Hi there, >> >> I couldn't find an issue-tracking system for org-mode as they >> have for projects on github. So I'm emailing you directly. > Thanks! The bug reporting for Org mode is by email. You can send > e

Re: org-persist - bug report

2021-10-20 Thread Colin Baxter ๐Ÿ˜บ
>>>>> Ihor Radchenko writes: > Colin Baxter ๐Ÿ˜บ writes: >> >> I just upgraded my org-mode to the latest version in >> >> git. Whenever I visited a certain org file, my Emacs became >> >> unusable. Any attempt to use M-x (execu

Re: org-persist - bug report

2021-10-21 Thread Colin Baxter ๐Ÿ˜บ
>>>>> Max Nikulin writes: > On 21/10/2021 02:04, Colin Baxter ๐Ÿ˜บ wrote: >> >> The max-specpdl-size error has happened again when I tried to add >> a note to an agenda item. Emacs hung and had to be killed. The >> debugger buffer was

Re: org-persist - bug report

2021-10-21 Thread Colin Baxter ๐Ÿ˜บ
> Ihor Radchenko writes: > It was malformed add-hook call. Fixed in 5315773e8. Great! I've pulled org-mode and I can confirm I no longer see my org-persist errors. Excellent. I'm looking at the vc-diff buffer and it's amazing that such a small omission has such a major effect. Best wish

org-element-cache-reset

2021-10-23 Thread Colin Baxter ๐Ÿ˜บ
Hello, Assuming such a question make sense, how do I manually reset org-persist for all org buffers? It's not clear to me if doing M-x org-element-cache-reset is sufficient. Thanks. Best wishes,

Re: org-element-cache-reset

2021-10-25 Thread Colin Baxter ๐Ÿ˜บ
>>>>> Ihor Radchenko writes: > Colin Baxter ๐Ÿ˜บ writes: >> Hello, >> >> Assuming such a question make sense, how do I manually reset >> org-persist for all org buffers? It's not clear to me if doing >> M-x org-ele

org-persist warning when archiving

2021-10-26 Thread Colin Baxter ๐Ÿ˜บ
Hello, Whenever I archive a DONE item via 'C-c C-x C-a' I get the warning: Warning (emacs): org-element--cache: Unregistered buffer modifications detected. Resetting. The archiving is successful, but I keep getting the warning and therefore wonder if there is some org-persist or cache setting th

Re: org-persist warning when archiving

2021-10-26 Thread Colin Baxter ๐Ÿ˜บ
>>>>> Colin Baxter ๐Ÿ˜บ writes: > Hello, Whenever I archive a DONE item via 'C-c C-x C-a' I get the > warning: > Warning (emacs): org-element--cache: Unregistered buffer > modifications detected. Resetting. > The archiving is succes

Re: org-persist warning when archiving

2021-10-26 Thread Colin Baxter ๐Ÿ˜บ
Hi Thor, >>>>> Ihor Radchenko writes: > Colin Baxter ๐Ÿ˜บ writes: >> > Hello, Whenever I archive a DONE item via 'C-c C-x C-a' I get >> the > warning: >> >> > Warning (emacs): org-element--cache: U

Re: org-persist warning when archiving

2021-10-26 Thread Colin Baxter ๐Ÿ˜บ
Hi Ihor, >>>>> Ihor Radchenko writes: > Colin Baxter ๐Ÿ˜บ writes: >> I'm running Org mode version 9.5 (release_9.5-178-gcf8906) on >> emacs-28.0.60. Unfortunately, I could not apply your patch >> ('patch would not apply') using

Re: org-persist warning when archiving

2021-10-27 Thread Colin Baxter ๐Ÿ˜บ
>>>>> Ihor Radchenko writes: > Colin Baxter ๐Ÿ˜บ writes: >> Ok, I now applied your patch and remade org-mode. Unfortunately, >> I don't see any change. I still get the warning on all the >> archive commands: org-agenda-archive-default,

Re: org-persist warning when archiving

2021-10-28 Thread Colin Baxter ๐Ÿ˜บ
I have now discovered what is causing the org-persist warnings. It is because my org-agenda files have local variables present. If I remove the local variables, the warnings disappear. Best wishes, Colin.

Re: org-persist warning when archiving

2021-10-29 Thread Colin Baxter ๐Ÿ˜บ
Hi Ihor, My ECM is as follows. I'm using GNU-Linux and emacs-28.0.60. 1. Delete any existing org-persist directory. 2. mkdir ~/a 3. emacs -Q 4. Evaluate path to latest org-mode. I enter (add-to-list 'load-path (expand-file-name "~/path/to/git/org-mode/lisp")) in the scratch buffer and do C-

Re: org-persist warning when archiving

2021-10-29 Thread Colin Baxter ๐Ÿ˜บ
>>>>> Ihor Radchenko writes: > Colin Baxter ๐Ÿ˜บ writes: >> Hi Ihor, >> >> My ECM is as follows. I'm using GNU-Linux and emacs-28.0.60. > Thanks! I was able to reproduce on my system. Should be fixed on > main via 9f87b1cc

Re: C-c . no longer inserts org-time-stamp (after upgrade to 9.5)

2021-11-02 Thread Colin Baxter ๐Ÿ˜บ
> Michael Maurer writes: > Subject line says it all, I upgraded to 9.5 two days ago and > everything seemed to work, but today I fire up the PC and C-c . no > longer is bound to anything. I guess I could custom-bind it in my > config, but I'm more interested in why it's happen

org-diary

2021-11-02 Thread Colin Baxter ๐Ÿ˜บ
Hello, I have this #+begin_src elisp &%%(org-diary :deadline* :timestamp :scheduled*) #+end_src at line 9 in my main diary file ~/.emacs.d/diary/main. It worked well up until recently (a week or so, I think). Now I get the following warning: --8<---cut here---start--

Re: org-diary

2021-11-03 Thread Colin Baxter ๐Ÿ˜บ
>>>>> Eric S Fraga writes: > On Wednesday, 3 Nov 2021 at 06:43, Colin Baxter ๐Ÿ˜บ wrote: >> I have this >> >> #+begin_src elisp &%%(org-diary :deadline* :timestamp >> :scheduled*) #+end_src > I cannot help you directly b

Re: org-diary

2021-11-05 Thread Colin Baxter ๐Ÿ˜บ
> Eric S Fraga writes: > On Thursday, 4 Nov 2021 at 18:21, Michael Maurer wrote: >> Oh. I assumed >> >> #+begin_src elisp &%%(org-diary :deadline* :timestamp >> :scheduled*) #+end_src >> >> is an org-babel code block. > Yes but I think that was just for the

Re: Bibliographies on export with ox-context and ox-epub

2021-11-24 Thread Colin Baxter ๐Ÿ˜บ
> Denis Maier writes: > Are you already on org 9.5? Looks like your still using the "old" > org-ref links. > The following mwe might get you started: > %% > #+title: Citation tests #+cite_export: csl > #+bibliogra

Re: Bibliographies on export with ox-context and ox-epub

2021-11-24 Thread Colin Baxter ๐Ÿ˜บ
>>>>> Eric S Fraga writes: > On Wednesday, 24 Nov 2021 at 09:59, Colin Baxter ๐Ÿ˜บ wrote: >> Where is citeproc.el? I'm using Org mode version 9.5.1 >> (release_9.5.1-194-gd82936) and I don't see it. > It's a separate Emacs pa

Re: Is M-j broken for you in Org on Emacs 27 and 28?

2021-11-28 Thread Colin Baxter ๐Ÿ˜บ
> Richard Lawrence writes: > Hi Org community, Some questions for those of you on Emacs 27 and > 28: > Does M-j in an org-mode buffer do what you expect? Does it throw > an error? What function is M-j bound to in Org? > Backstory: > I have long been on Emacs 26.3

Re: Is M-j broken for you in Org on Emacs 27 and 28?

2021-11-29 Thread Colin Baxter ๐Ÿ˜บ
> Richard Lawrence writes: > Tim Cross writes: >> I'm running Emacs 28 and cannot reproduce the issue you observe. > Hmm, the plot thickens! >> Running emacs -Q I find M-j is bound to >> >> M-j runs the command default-indent-new-line (found in >> global-map),

Re: [BUG] clocktable :inherit-props does not respect global property setting [9.4.6 (9.4.6-12-gdcc3a8-elpa @ /home/jet/.config/emacs/elpa/org-20210823/)]

2021-11-30 Thread Colin Baxter ๐Ÿ˜บ
Hello Jeff You clock table works for me, including your missing rate of 150. I attach a screen shot. By the way, you have a ":inherit-props t" which is not on the #+BEGIN: clocktable line. I assume that has been corrupted in the email formatting. Best wishes

Clocktable parameters

2021-11-30 Thread Colin Baxter ๐Ÿ˜บ
Hello, I find the differences between the variables (1) org-clocktable-defaults (2) org-agenda-clockreport-parameter-plist hard to understand. Ok, (1) seems reasonably clear. It's described in `info' (there's no doc-string). The variable (2) confuses me. According to its doc string (there's no

Re: [BUG] clocktable :inherit-props does not respect global property setting [9.4.6 (9.4.6-12-gdcc3a8-elpa @ /home/jet/.config/emacs/elpa/org-20210823/)]

2021-12-01 Thread Colin Baxter ๐Ÿ˜บ
>>>>> Jeff Trull writes: > Confirmed, after updating org it now works! Thanks for your help. > On Tue, Nov 30, 2021 at 1:07 AM Colin Baxter ๐Ÿ˜บ wrote: >> Hello Jeff >> >> You clock table works for me, including your missing rat

org-element-cache warning even when off

2021-12-02 Thread Colin Baxter ๐Ÿ˜บ
Hello, I have #+begin_src emacs-lisp (setq org-element-use-cache nil) (setq org-element-cache-persistent nil) #+end_src Yet when editing by hand a time string in a today habit I get the warning: --8<---cut here---start->8--- Warning (org-element-cache): or

Re: org-element-cache warning even when off

2021-12-02 Thread Colin Baxter ๐Ÿ˜บ
>>>>> Ihor Radchenko writes: > Colin Baxter ๐Ÿ˜บ writes: >> I do not have an org-persist cache present. So I wonder where is >> the cache that I am supposedly corrupting. > That warning is shown when org-element--parse-to throws an error

Re: [BUG] Plain capture template clocks into following headline instead of given olp [9.5.1 (release_9.5.1-15-gdb4805 @ /usr/share/emacs/29.0.50/lisp/org/)]

2021-12-07 Thread Colin Baxter ๐Ÿ˜บ
Hello Michael, > Michael Eliachevitch writes: > Hello, I found a potential bug in org which I can reproduce with a > minimal configuration. > I added some org-capture templates purely for clocking into tasks > via the capture-menu. These capture templates are for things I

Re: [BUG] Plain capture template clocks into following headline instead of given olp [9.5.1 (release_9.5.1-15-gdb4805 @ /usr/share/emacs/29.0.50/lisp/org/)]

2021-12-07 Thread Colin Baxter ๐Ÿ˜บ
Hello Michael, > Michael Eliachevitch writes: > Hello Colin, >> This is amazing. I have run into exactly the same problem. I was >> wondering whether to report it! >> >> Oh, and I can reproduce the bug with your ECM. > Glad that I'm not alone. When you say you ran i

Re: [BUG] Plain capture template clocks into following headline instead of given olp [9.5.1 (release_9.5.1-15-gdb4805 @ /usr/share/emacs/29.0.50/lisp/org/)]

2021-12-08 Thread Colin Baxter ๐Ÿ˜บ
>>>>> Ihor Radchenko writes: > Colin Baxter ๐Ÿ˜บ writes: >> If you get no response on this org-mode list, perhaps re-submit >> it as a normal emacs bug (M-x report-emacs-bug ). > That's not a good idea. org-mode related staff is just forw

Future TODOs with notes appear prematurely

2021-12-17 Thread Colin Baxter ๐Ÿ˜บ
Hello, A TODO item scheduled for a future date ordinarily does not appear in today's agenda. However, this is not the case if the TODO has a note dated today in its log drawer. The TODO item is now visible in today's agenda, even though it's scheduled for the future. If this isn't a bug then how c

Re: Future TODOs with notes appear prematurely

2021-12-17 Thread Colin Baxter ๐Ÿ˜บ
d org-agenda-log-mode-items? Well, this is embarrassing. On a newly launched emacs, I cannot now reproduce what I originally saw. I am sorry for forgetting to try the obvious things before posting! > On 12/17/21, Colin Baxter ๐Ÿ˜บ wrote: >> Hello, >> >> A TODO item

org-journal key-bind confusion

2022-01-01 Thread Colin Baxter ๐Ÿ˜บ
There appears to be confusion between "org-journal-new-entry" and "org-goto". My ME is: 1. emacs -Q (I used emacs-29.0.50) 2. M-x load-library 3. /path/to/org-journal.el 4. C-h c 5. C-c C-j 6. "C-c C-j runs the command org-journal-new-entry" 7. Create an org file (say "test.org") from C-x C-

Re: org-journal key-bind confusion

2022-01-02 Thread Colin Baxter ๐Ÿ˜บ
Thank you for the reply. >>>>> Ihor Radchenko writes: > Colin Baxter ๐Ÿ˜บ writes: >> There appears to be confusion between "org-journal-new-entry" and >> "org-goto". My ME is: >> >> 1. emacs -Q (I used emacs-29.0

Re: org-journal key-bind confusion

2022-01-02 Thread Colin Baxter ๐Ÿ˜บ
I've changed the kbd for org-journal-new-entry to "C-c j". Simpler too. Thanks. Best wishes, Colin -

Re: Feedback on Emacs-Jupyter

2022-01-04 Thread Colin Baxter ๐Ÿ˜บ
> Nathaniel Nicandro writes: > Hello all, > I'm the maintainer of the emacs-jupyter project > (https://github.com/nnicandro/emacs-jupyter) which essentially > integrates Jupyter kernels (https://jupyter.org) with Org mode > source blocks. jupyter.org in using cloudflare

Re: [BUG] Prefer lowercase #+results [9.5.2 (release_9.5.2-3-geb9f34 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-01-08 Thread Colin Baxter ๐Ÿ˜บ
> Rudolf Adamkoviฤ writes: > If I remember well, Org decided to suggest with lowercase keywords > (and use uppercase keywords in the manual, for some reason). > Then, we should change "org-babel-results-keyword" from "RESULTS" > to "results". Change it for yourself. Please do

Re: [BUG] Prefer lowercase #+results [9.5.2 (release_9.5.2-3-geb9f34 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-01-10 Thread Colin Baxter ๐Ÿ˜บ
> Timothy writes: > Hi Gyro, >> Consider Emersonโ€™s quote: >> >> โ€œA foolish consistency is the hobgoblin of little minds, adored >> by little statesmen and philosophers and divines. With >> consistency a great soul has simply nothing to do.โ€ > I think applying a

Re: [BUG] Prefer lowercase #+results [9.5.2 (release_9.5.2-3-geb9f34 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-01-11 Thread Colin Baxter ๐Ÿ˜บ
>>>>> Ihor Radchenko writes: > Colin Baxter ๐Ÿ˜บ writes: >> What is the point of changing a default? Users can change to >> whatever they like, but a default is a default - i.e. remains >> fixed. Why a particular default arose belongs to peculi

Re: [BUG] Prefer lowercase #+results [9.5.2 (release_9.5.2-3-geb9f34 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-01-11 Thread Colin Baxter ๐Ÿ˜บ
> Rudolf Adamkoviฤ writes: > Ihor Radchenko writes: >> So, unless there is overwhelming support for changing uppercase >> defaults into lowercase and a thorough patch, I am inclined >> towards preserving the existing behaviour. > The results so far: > - For inconsis

Re: Depreciating TeX-style LaTeX fragments

2022-01-16 Thread Colin Baxter ๐Ÿ˜บ
> Sรฉbastien Miquel writes: > Hi, With respect to readability, I only mean to point out that the > $โ€ฆ$ syntax is one less character, and that the \(\) characters are > quite overloaded. Indeed. Compare something like $g=\lim_{\delta m\to 0}(\delta F/\delta m)$ with \(g=\lim_{\d

Re: Depreciating TeX-style LaTeX fragments

2022-01-16 Thread Colin Baxter ๐Ÿ˜บ
> Juan Manuel Macรญas writes: > Colin Baxter writes: >> Ah, LaTeX3 - whatever happened to that? > If you're a LaTeX user, you're already using LaTeX3 to a very high > extent, even if you don't see it. The current idea is not to > replace LaTeX2e with LaTeX3 as a new versio