Re: Bug: Function org-heading-components is not resilient [9.4.3 (9.4.3-elpa @ /home/data1/protected/.emacs.d/elpa/org-20201216/)]

2022-12-17 Thread Jean Louis
* Tim Cross [2022-12-18 04:26]: > > M-x org-id-get-create > > I think this is an unrealistic expectation. We have sufficient > challenges ensuring org functions work within org buffers without adding > the additional burden of expectation they would work outside these > buffers where there is no

Re: [BUG] Org-9.6 declares compatibility with Emacs-25.1

2022-12-17 Thread Timothy
Hi Max, > Notice emacs-25.1 in the elpa package description: Yea, I’m pretty sure this is just an oversight. This should be bumped to 26. All the best, Timothy -- Timothy (‘tecosaur’/‘TEC’), Org mode contributor. Learn more about Org mode at . Support Org development at

[BUG] Org-9.6 declares compatibility with Emacs-25.1

2022-12-17 Thread Max Nikulin
Hi, Notice emacs-25.1 in the elpa package description: Status: Available Obsolete from gnu -- Install Archive: gnu Version: 9.6 Commit: b3da427ebb1c401355aa4cba9baeaa92f87ccb2f Summary: Outline-based notes management and organizer Requires: emacs-25.1 Homepage:

Bug? org-assert-version does not prevent mixed install

2022-12-17 Thread Max Nikulin
Hi, It seems `org-assert-version' guard is not enough to protect against mixed install. Some code is required to generate a *fatal* error during compilation and a more descriptive error during loading. I decided to look closer at https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59882 "30.0.50;

Re: [Syntax discussion] Should we treat src blocks without LANG as paragraphs? (was: [BUG] ox-html does not export captions of source blocks without language)

2022-12-17 Thread Tim Cross
Tom Gillespie writes: > Treating src blocks missing a lang as paragraphs is > incorrect because according to the syntax spec they > are syntactically still blocks (greater or lesser depending > on your inclinations). > > I think the general principle we want to follow here is > that a block

Re: Failing to load, showing this 'Symbol's function definition is void: defvar-1'

2022-12-17 Thread Tim Cross
Sharon Kimble writes: > I unfortunately upgraded this morning to emacs-30.0.50, and since then I > can't get into my usual emacs of 29.0.50. > > When I'm loading emacs-29.0.50 from /usr/local/bin/ it is consistently > failing to load > saying "Symbol's function definition is void:

Agenda View Export with Clocking Gaps

2022-12-17 Thread Yifan Zhu
In agenda view, all clocking gaps can be found by turning on [c]lockcheck. However, if we export the agenda view (C-x C-w (|org-agenda-write|) to a html file, the clocking gaps don't show up in the resultant file. Is there anyway to include the clocking gaps in the exported file? Best,

Re: Bug: Function org-heading-components is not resilient [9.4.3 (9.4.3-elpa @ /home/data1/protected/.emacs.d/elpa/org-20201216/)]

2022-12-17 Thread Tim Cross
Jean Louis writes: > * Ihor Radchenko [2022-12-17 12:59]: >> The error looks like you attempted to run `org-heading-components' in >> non-Org buffer. `org-heading-components' behaviour in non-Org buffers is >> undefined. > > OK I can change it for my personal use, however, consider that >

Re: Bug: Function org-heading-components is not resilient [9.4.3 (9.4.3-elpa @ /home/data1/protected/.emacs.d/elpa/org-20201216/)]

2022-12-17 Thread Jean Louis
* Ihor Radchenko [2022-12-17 12:59]: > The error looks like you attempted to run `org-heading-components' in > non-Org buffer. `org-heading-components' behaviour in non-Org buffers is > undefined. OK I can change it for my personal use, however, consider that function `org-heading-components' is

Re: orgmode 9.6

2022-12-17 Thread Jean Louis
* Paul Schlesinger [2022-12-17 00:31]: > Just to remind you the encoding warning does not occur with the same files > using the emacs 28.1 with orgmode 9.52 included. The characters that > trigger the warning are ones that are not found in UTF-8 and since I do a > lot of editing of web documents

Re: Completely hide properties drawer in 9.6

2022-12-17 Thread Jean Louis
* Ihor Radchenko [2022-12-16 18:21]: > I agree that your message is on topic. Just, as I pointed, I feel like > it is a bit too broad to be useful. I may be wrong, of course. You may take it personally, but you shouldn't, as people like me, and others, may not always discuss exactly that what

[Info path] Re: Does variable 'org-goto-interface' exist?

2022-12-17 Thread Alain . Cochard
Ihor Radchenko writes on Tue 13 Dec 2022 13:14: > alain.coch...@unistra.fr writes: > > > I have a practical question, though: in order to see the effect of > > your patch in context, I applied it in my git repository and did > > > >make && make doc > > > > I then can see the change in

Failing to load, showing this 'Symbol's function definition is void: defvar-1'

2022-12-17 Thread Sharon Kimble
I unfortunately upgraded this morning to emacs-30.0.50, and since then I can't get into my usual emacs of 29.0.50. When I'm loading emacs-29.0.50 from /usr/local/bin/ it is consistently failing to load saying "Symbol's function definition is void: defvar-1". My init.el is this - ;;;

Re: [Syntax discussion] Should we treat src blocks without LANG as paragraphs?

2022-12-17 Thread Max Nikulin
On 15/12/2022 22:07, Ihor Radchenko wrote: Tim Cross writes: I don't see any reason not to allow captions for examples either. In LaTeX, example blocks are exported as verbatim. I am not sure if we can even put captions into verbatim. The default backend for source blocks is verbatim as

Re: [PATCH] lisp/ob-octave.el, was [PATCH] rfc: using ert-deftest with side-effects

2022-12-17 Thread Ihor Radchenko
Ihor Radchenko writes: > Leo Butler writes: > >> From 386c9c2f65730459bdc69b2e0b0b76e22e32dbc9 Mon Sep 17 00:00:00 2001 >> From: Leo Butler >> Date: Tue, 8 Nov 2022 13:31:47 -0600 >> Subject: [PATCH] prevent error in Octave process, add tests, update test docs > > Upon confirming the FSF

Re: [BUG] exporting links with underscores

2022-12-17 Thread Ihor Radchenko
Leo Butler writes: > The manual does not indicate that underscores need to be escaped in > links (and they can't be, as far as I can tell). The latex and html > exporters interpret them as the start of a subscript. > > The link =[[mailto:ex_am...@ex.com][ex_ample]]= is expected to export > to

Re: Bug: Function org-heading-components is not resilient [9.4.3 (9.4.3-elpa @ /home/data1/protected/.emacs.d/elpa/org-20201216/)]

2022-12-17 Thread Ihor Radchenko
Jean Louis writes: > In my opinion the function: (org-heading-components) shall not error, > no matter if it is called outside of the heading, it could still > return nil values if it is outside of the header. > > Debugger entered--Lisp error: (wrong-type-argument stringp nil) >

Re: [Syntax discussion] Should we treat src blocks without LANG as paragraphs? (was: [BUG] ox-html does not export captions of source blocks without language)

2022-12-17 Thread Ihor Radchenko
Max Nikulin writes: > Source blocks without language may be treated as #+begin_example blocks. > I believe, a warning should be issued in such case. M-x org-lint already does it. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support

Re: org-agenda-dim-blocked-tasks don't use org-todo face

2022-12-17 Thread Ihor Radchenko
Ihor Radchenko writes: > From 1bd6d8bd13deb9e7f57826ea492bbc88fddf5ee3 Mon Sep 17 00:00:00 2001 > Message-Id: > <1bd6d8bd13deb9e7f57826ea492bbc88fddf5ee3.1670839095.git.yanta...@posteo.net> > From: Ihor Radchenko > Date: Mon, 12 Dec 2022 12:56:11 +0300 > Subject: [PATCH]

Re: How to disable completely org-persist

2022-12-17 Thread Ihor Radchenko
Ihor Radchenko writes: > Ihor Radchenko writes: > >> Upon further investigation, it looks like we need Org persist all the >> time. As temporary storage, at least. In particular, downloading remote >> images requires org-persist to store files somewhere. All the times. >> ... >> So, we cannot

Re: [OT] org and diff

2022-12-17 Thread Ihor Radchenko
Marcin Borkowski writes: > Well, "months of changes" seems tough. I sometimes (rarely) have to > enter 2 days' worth of changes... It requires discipline, but > discipline pays off in /so many areas of life/... I have implemented several helpers that filter out uninteresting changes from

Re: [OT] org and diff

2022-12-17 Thread Marcin Borkowski
On 2022-12-17, at 03:06, Samuel Wales wrote: > marcin> One question I'd ask is: how important a legible diff is to > you? I keep my Org files in Git, too, but if /I/ know what was > changed, I just don't care about diff going nuts and I treat it as > (more or less) Git's internal

Re: [PATCH] lisp/ob-octave.el, was [PATCH] rfc: using ert-deftest with side-effects

2022-12-17 Thread Ihor Radchenko
Leo Butler writes: > From 386c9c2f65730459bdc69b2e0b0b76e22e32dbc9 Mon Sep 17 00:00:00 2001 > From: Leo Butler > Date: Tue, 8 Nov 2022 13:31:47 -0600 > Subject: [PATCH] prevent error in Octave process, add tests, update test docs Upon confirming the FSF copyright assignment, I have applied the