Re: what would cause failure in template for org capture?

2021-07-23 Thread Tim Cross
No Wayman writes: >> from an earlier thread, I recall you mentioned you were using native >> compilation? This is almost certainly the cause of your problem. > > This does smell like a byte-compilation problem. > Seems to be a failure with any interactive, single-character %-escaped >

Re: Headings and Headlines

2021-07-23 Thread Tom Gillespie
I enthusiastically support changing the documentation to use heading. I use heading in my formal grammar because I have found there are more ways that it can be modified and remain grammatically correct when used in english sentences. The internal implementation in elisp still refers to headlines,

Re: what would cause failure in template for org capture?

2021-07-23 Thread No Wayman
from an earlier thread, I recall you mentioned you were using native compilation? This is almost certainly the cause of your problem. This does smell like a byte-compilation problem. Seems to be a failure with any interactive, single-character %-escaped patterns in a template string (e.g.

Re: Headings and Headlines

2021-07-23 Thread Tim Cross
André A. Gomes writes: > Hi, > > The project's documentation refers to headings and headlines as > synonyms. Relying on a single definition would be beneficial. If I had > to choose between the two, I'd go with heading. > > If the community finds this valuable, I could prepare a patch. > I

Re: Cascading cookie counts

2021-07-23 Thread Tim Cross
George Mauer writes: > * Cascading Checkbox Cookie Counts > I would like checkbox cookies to show the total of all cookies beneath them > regardless of hierarchy nesting. > The code for ~org-update-checkbox-count~ is more complex than I expected so > before spending time digging into

Re: what would cause failure in template for org capture?

2021-07-23 Thread Tim Cross
Eric S Fraga writes: > On Wednesday, 21 Jul 2021 at 18:23, to...@tuxteam.de wrote: >> So edebug fixed it? Good :-) > > Well, it fixed it until I started Emacs again (which I don't do often, > luckily, as it's my window manager). So, to get org-capture to work > again, I need to instrument the

Re: Headings and Headlines

2021-07-23 Thread Eric S Fraga
Just for completeness, definitions of both terms from WordNet: heading n 1: a line of text serving to indicate what the passage below it is about; "the heading seemed to have little to do with the text" [syn: {heading}, {header}, {head}] headline n 1: the

Re: Headings and Headlines

2021-07-23 Thread Timothy
Christopher Dimech writes: > Headline gave an indication that the heading is contained in a single line. I feel the need to add that the strongest association with "headline" to me is newspaper headlines, and I never think of an article having more than one headline. On the other hand, I

Headings and Headlines

2021-07-23 Thread Christopher Dimech
Headline gave an indication that the heading is contained in a single line. > Sent: Saturday, July 24, 2021 at 1:56 AM > From: "Eric S Fraga" > To: "André A. Gomes" > Cc: emacs-orgmode@gnu.org > Subject: Re: Headings and Headlines > > I agree that consistency would be good and I also think

Re: Headings and Headlines

2021-07-23 Thread Timothy
André A. Gomes writes: >> I am certainly of the mind that this would be a worthwhile change :) > > There's a problem though. Function names would have to be changed, > which would have to wait for version 10 otherwise we'd ruin backwards > compatibility. I see 61 functions with "headline"

Re: what would cause failure in template for org capture?

2021-07-23 Thread tomas
On Fri, Jul 23, 2021 at 03:41:49PM +0100, Eric S Fraga wrote: > On Wednesday, 21 Jul 2021 at 18:23, to...@tuxteam.de wrote: > > So edebug fixed it? Good :-) > > Well, it fixed it until I started Emacs again Gah. Sorry to hear that :-( Cheers - t signature.asc Description: Digital signature

Re: Headings and Headlines

2021-07-23 Thread Kaushal Modi
On Fri, Jul 23, 2021 at 10:07 AM Marco Wahl wrote: > André A. Gomes writes: > > > The project's documentation refers to headings and headlines as > > synonyms. Relying on a single definition would be beneficial. > > Agreed. E.g. no more thinking waste about the question if it is > headline or

Re: Headings and Headlines

2021-07-23 Thread André A . Gomes
Timothy writes: > I am certainly of the mind that this would be a worthwhile change :) There's a problem though. Function names would have to be changed, which would have to wait for version 10 otherwise we'd ruin backwards compatibility. I think there's little sense in changing the wording

Re: what would cause failure in template for org capture?

2021-07-23 Thread Eric S Fraga
On Wednesday, 21 Jul 2021 at 18:23, to...@tuxteam.de wrote: > So edebug fixed it? Good :-) Well, it fixed it until I started Emacs again (which I don't do often, luckily, as it's my window manager). So, to get org-capture to work again, I need to instrument the function and then it works. I

Re: Bug: Aborting org-capture can alter target file [9.3 (release_9.3 @ /usr/local/share/emacs/28.0.50/lisp/org/)]

2021-07-23 Thread Timothy
Hi Robert, There seem to be a strange number of newlines in your bug report, which makes it a bit harder to read. Am I correct in summarising your bug report as?: When targeting a headline with an empty next line, the subsequent headline is moved down a level. -- Timothy Robert Davidson

Re: Headings and Headlines

2021-07-23 Thread Timothy
André A. Gomes writes: > If the community finds this valuable, I could prepare a patch. I am certainly of the mind that this would be a worthwhile change :) -- Timothy

Cascading cookie counts

2021-07-23 Thread George Mauer
* Cascading Checkbox Cookie Counts I would like checkbox cookies to show the total of all cookies beneath them regardless of hierarchy nesting. The code for ~org-update-checkbox-count~ is more complex than I expected so before spending time digging into this, maybe someone here has a tip? **

Re: Headings and Headlines

2021-07-23 Thread Marco Wahl
André A. Gomes writes: > The project's documentation refers to headings and headlines as > synonyms. Relying on a single definition would be beneficial. Agreed. E.g. no more thinking waste about the question if it is headline or heading? > If I had to choose between the two, I'd go with

Re: Headings and Headlines

2021-07-23 Thread Eric S Fraga
I agree that consistency would be good and I also think heading is a better choice than headline. The former's definition fits what it means in org; the latter's is more equivalent to a title than anything else. -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.6-598-g604bfd : Latest paper

Headings and Headlines

2021-07-23 Thread André A . Gomes
Hi, The project's documentation refers to headings and headlines as synonyms. Relying on a single definition would be beneficial. If I had to choose between the two, I'd go with heading. If the community finds this valuable, I could prepare a patch. Thank you. -- André A. Gomes "Free

Re: Dynamic block tables: adding prefix of "id:" to %ID

2021-07-23 Thread Kristian Grönberg
> I can't follow you here. > > How does a working link to your heading look like? I didn't read your question properly. Would it work for you to use the "<>"? *** <> barheading :PROPERTIES: :ID: [[bar][barheading]] :END: /Kris signature.asc Description: OpenPGP digital signature

Re: Dynamic block tables: adding prefix of "id:" to %ID

2021-07-23 Thread Karl Voit
Hi Kristian, * Kristian Grönberg wrote: > > hi Karl, > > I had to solve this by putting the link inside of the heading, like so: > > * STARTED proj foo >:PROPERTIES: >:ID: [[foo][id]] >:END: I can't follow you here. How does a working link to your heading look like? Here are some of my tests:

Re: Dynamic block tables: adding prefix of "id:" to %ID

2021-07-23 Thread Kristian Grönberg
hi Karl, I had to solve this by putting the link inside of the heading, like so: * STARTED proj foo :PROPERTIES: :ID: [[foo][id]] :END: However this is not optimal since viewing the same ID property with "org-agenda-custom-commands" includes the link as well (which for me is not good since I

Dynamic block tables: adding prefix of "id:" to %ID

2021-07-23 Thread Karl Voit
Hi, I do have a dynamic block table like this: #+BEGIN: columnview :id global :match "+project-focus/!+STARTED|+NEXT|+WAITING" :format "%TODO(State) %ITEM(What) %ID(ID) %TAGS(Tags)" | State | What | ID | Tags | |-++-+---| |

Re: Bug: :match filter fails on columnview dblock when :maxlevel present [9.4.6 (9.4.6-gab9f2a @ /Users/pabfr/.emacs.d/elpa/org-9.4.6/)]

2021-07-23 Thread Kristian Grönberg
> On 12 Jul 2021, at 15:22, Pablo Perez wrote: > > * Scrum Summary >#+BEGIN: columnview :hlines 3 :id "47B8AC9D-2556-4F6E-AAE1-775731314596" > :indent t :maxlevel 4 :match "Sprint4" I’ve noticed in the past that :maxlevel prevents “match” from functioning properly. Have you tried to