Bug: Certain keyboard combination is not formatted correctly [9.4.4 (release_9.4.4 @ /usr/local/Cellar/emacs-plus@27/27.2/share/emacs/27.2/lisp/org/)]

2022-01-21 Thread Islambeg Katibov
TLDR: keyboard combination that should be formatted as `C-c '` is instead formatted as `C-c '' (double single quotes instead of single quote and backtick). I observe it in Info Manual of Org Mode Compact Guide ch. 11.4, 12.4. I get this file by exporting org-guide.org as Info file. And I get this

Re: [PATCH] lisp/org-agenda.el: Add header to agenda clock report table

2022-01-21 Thread Samim Pezeshki
Should I do something for this patch to be approved? On Mon, Jan 10, 2022 at 1:58 PM Christopher M. Miles wrote: > > Good idea to add header for clock report table. > > Samim Pezeshki writes: > > > Hi, > > > > This patch adds a header to the clock report table in the agenda, if > >

Re: Extend the existing alternative set of key bindings for terminals

2022-01-21 Thread Loris Bennett
Hi Ihor, Ihor Radchenko writes: > "Loris Bennett" writes: > >>> Then, it is terminal input problem. See >>> https://stackoverflow.com/questions/0801/why-does-ctrl-not-work-when-i-bind-it-to-a-command-in-emacs/8511#8511 >> >> You're right, the problem also happens locally when I

Re: Extend the existing alternative set of key bindings for terminals (was: Second Ctl in keychord not detected)

2022-01-21 Thread Tim Cross
Ihor Radchenko writes: > Also, it appears to me that we may keep losing terminal-incompatible > keys in future unless we provide some mechanisms to check terminal > compatibility automatically. Any ideas? > No ideas on this. Problem being I don't think there is anything like a terminfo

bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-01-21 Thread Eli Zaretskii
> From: "Bruce E. Robertson" > Date: Tue, 18 Jan 2022 10:36:22 -0800 > > > emacs -Q test.org > cursor to "CLOCK:" line, C-c C-c > total time updates but day of week does not change > contents of test.org > -- > * heading > :LOGBOOK: > CLOCK: [2022-01-17 Tue 10:29]--[2022-01-19 Tue 10:29] =>

[BUG] org-icalendar-combined-agenda-file with Footnotes [9.4.6 (9.4.6-g069bcb @ /home/msi/.emacs.d/straight/build/org/)]

2022-01-21 Thread Cletip Cletip
When I call the "org-icalendar-combined-agenda-file" function, everything works fine, I have a new "file.ics". But if you try to make footnotes in one of the files (in org-agenda-files) taken into account in the org-icalendar-combined-agenda-file function, look at the end of the resulting file

Exporting Org file to Html with collapsable headings

2022-01-21 Thread ZIPING CHEN
Hi, I am working on a large org file with exceptional number of subheadings. For example, I may have org headings inside headings up to 20 or 30 layers deep. I may have many things like this in the middle of the file. ** a new heading. When I export the file to html, I

Re: Bug: Certain keyboard combination is not formatted correctly [9.4.4 (release_9.4.4 @ /usr/local/Cellar/emacs-plus@27/27.2/share/emacs/27.2/lisp/org/)]

2022-01-21 Thread Islambeg Katibov
Oh, sorry, seems like it is a normal behavior. Never noticed that all the keyboard combinations are marked by `', thought they both were backticks. Have a good one! On Wed, Jan 19, 2022 at 10:50 PM Islambeg Katibov wrote: > TLDR: keyboard combination that should be formatted as `C-c '` is >

Re: [PATCH] lisp/org-agenda.el: Add header to agenda clock report table

2022-01-21 Thread Nicolas Goaziou
Hello, Samim Pezeshki writes: > +(defcustom org-agenda-clock-report-header nil > + "Header for org agenda clock report mode" > + :group 'org-agenda > + :type 'string) Please add :package-version and :safe keywords to the definition. Also, type does not match the default value. You probably

Re: [BUG] org-element-cache: The inherited property is set wrong

2022-01-21 Thread Ihor Radchenko
Kaushal Modi writes: > I have also been seeing some issues when adding/modidying heading tags > (C-c C-q), and I was able to narrow it down to the element caching > mechanism. > > Issue: Org mode/Emacs hangs kind of indefinitely when I do C-c C-q, > but that doesn't happen each time. > > Once I

Re: [PATCH] ob-plantuml: Allow setting PlantUML args for jar file

2022-01-21 Thread Ihor Radchenko
Max Nikulin writes: >> #!/bin/bash >> gjl_package=plantuml >> gjl_jar="plantuml.jar" >> source /usr/share/java-config-2/launcher/launcher.bash > > It seems with with the suggested patch both -Djava.awt.headless=true and > -headless are passed to jar. I suspect it is either redundant or >

Re: Question Regarding CSS Stylesheets For Art Gallery Webpage Made With Org Mode

2022-01-21 Thread Kaushal Modi
Hi Samuel, On Sun, Jan 16, 2022 at 12:06 PM Samuel Banya wrote: > > I am planning to use Emacs to create Org Mode files for the few main sections > of my site that aren't the Art Gallery page itself. > > I'm trying to figure out how to get a modern Wordpress looking Org generated > HTML page

Re: [BUG] org-element-cache: The inherited property is set wrong

2022-01-21 Thread Ihor Radchenko
Anders Johansson writes: > Hi, > I had some trouble with completing tags, where the already set tags > were wrongly identified. I have dug this down to a problem with > caching. > > with org-element-use-cache=t and org-use-tag-inheritance=t > --- Org > * headline 1 :tag1: > ** headline 2 :tag2:

Re: [BUG] org-element-cache: The inherited property is set wrong

2022-01-21 Thread Ihor Radchenko
Anders Johansson writes: >> I don’t know if this is the best solution though. >> Perhaps this is needed also in org--get-local-tags where a similar >> thing is done? (but only the fontification seems to matter there) > > I now noted that this differed in Ihor's org-fold-universal-core > branch

Re: [PATCH] make test: Make failure results more verbose

2022-01-21 Thread Max Nikulin
On 21/01/2022 20:33, Ihor Radchenko wrote: Max Nikulin writes: I am attaching a tentative patch for Org that should make EMACS_TEST_VERBOSE setting more transparent. Thanks! Your patch looks cleaner. In the meanwhile Lars fixed ERT in Emacs-29, so empty string is considered as false now,

Re: [PATCH] make test: Make failure results more verbose

2022-01-21 Thread Ihor Radchenko
Max Nikulin writes: >> Side note. In f0c474e659b81da0d2ab75e7ec109355965f7a1c I have noticed >> "* H1\nP1\n> that likely should be >> "* H1\nP1\n* H2\n" > > Unrelated to this patch, but still should be fixed. Thanks! Fixed. Best, Ihor

org-element-cache: org-set-tags (C-c C-q) makes Emacs unresponsive at times

2022-01-21 Thread Kaushal Modi
Hello Ihor, > The issue here had nothing to do with hanging. You are probably seeing > yet another bug. ok. > By hang, do you mean that even C-g does not restore responsiveness? Typically, within a second of doing C-c C-q, I would know that the buffer is going to freeze, and if I do C-g soon

Re: [BUG] org-icalendar-combined-agenda-file with Footnotes [9.4.6 (9.4.6-g069bcb @ /home/msi/.emacs.d/straight/build/org/)]

2022-01-21 Thread Nicolas Goaziou
Hello, Cletip Cletip writes: > When I call the "org-icalendar-combined-agenda-file" function, > everything works fine, I have a new "file.ics". But if you try to make > footnotes in one of the files (in org-agenda-files) taken into account in > the > org-icalendar-combined-agenda-file function,

Re: Exporting Org file to Html with collapsable headings

2022-01-21 Thread Juan Manuel Macías
ZIPING CHEN writes: > I am working on a large org file with exceptional number of > subheadings. For example, I may have org headings inside headings up > to 20 or 30 layers deep. > > I may have many things like this in the middle of the file. > ** a new heading. > > When

Re: [PATCH] make test: Make failure results more verbose

2022-01-21 Thread Ihor Radchenko
Max Nikulin writes: > I am attaching a tentative patch for Org that should make > EMACS_TEST_VERBOSE setting more transparent. Thanks! Your patch looks cleaner. In addition, I am attaching a tentative hack to make ERT pretty-print the failure reason as you wished. WDYT? Though it may also be

Re: Exporting Org file to Html with collapsable headings

2022-01-21 Thread Tim Cross
ZIPING CHEN writes: > Hi, > > I am working on a large org file with exceptional number of subheadings. For > example, I may have org headings inside headings up > to 20 or 30 layers deep. > > I may have many things like this in the middle of the file. > ** a new

Re: change the fontsize when exporting to HTML, header not really changed

2022-01-21 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: > Uwe Brauer writes: >> But it did not work neither. Did you test it? I am on GNU Emacs master >> and git master (ok several weeks old, but still recent enough I'd say) > I hadn't seen Eric's message, but what he says makes a lot of sense: are > you

Re: Exporting Org file to Html with collapsable headings

2022-01-21 Thread Max Nikulin
On 21/01/2022 19:23, Juan Manuel Macías wrote: ZIPING CHEN writes: I may have many things like this in the middle of the file. ** a new heading. I wish to turn all layers of headings in org file into collapsable headline to html. Does anybody know a way I can

Re: Question Regarding CSS Stylesheets For Art Gallery Webpage Made With Org Mode

2022-01-21 Thread Samuel Banya
Hey Kaushal, Thanks a ton for these ideas. Yeah, the 'Art Gallery' page itself will be just the JS based project I will deploy, but I'll keep that in mind to just maybe roll with custom template static generated sites for the other sections since I think the only way to get close to that look

Re: [PATCH] ob-plantuml: Allow setting PlantUML args for jar file

2022-01-21 Thread Dejan Josifović
On 19-Jan-22 17:54, Max Nikulin wrote: FYI, you can customise any header arg globally. See manual page 16.3 Using Header Arguments. info "(org) Using Header Arguments" https://orgmode.org/manual/Using-Header-Arguments.html Thanks for the info. I'm still not fully proficient in org-mode so

Re: bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-01-21 Thread No Wayman
It looks like the correction of the day name in timestamps is hardcoded in `org-ctrl-c-ctrl-c': ((or `timestamp (and `planning (guard (org-at-timestamp-p 'lax (org-timestamp-change 0 'day)) `org-clock-update-time-maybe' uses a regexp to match the start and end times and

Re: bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-01-21 Thread No Wayman
From: "Bruce E. Robertson" Date: Tue, 18 Jan 2022 10:36:22 -0800 emacs -Q test.org cursor to "CLOCK:" line, C-c C-c total time updates but day of week does not change contents of test.org -- * heading :LOGBOOK: CLOCK: [2022-01-17 Tue 10:29]--[2022-01-19 Tue 10:29] => 48:00 :END: --