> 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] =>
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 service
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 star
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
> > org-agenda-c
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
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
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
> ins
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 "fil
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 l
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,
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:
>
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 wh
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 s
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
> launch
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 I
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
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 s
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 en
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,
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 th
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 accomplis
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
>>> "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 applyi
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 heading
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 th
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:
--
t
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 ha
27 matches
Mail list logo