Re: profiling latency in large org-mode buffers (under both main & org-fold feature)

2022-02-21 Thread Samuel Wales
i have been dealing with latency also, often in undo-tree. this might be a dumb suggestion, but is it related to org file size? my files have not really grown /that/ much but maybe you could bisect one. as opposed to config. i am not saying that your org files are too big. just that maybe it

profiling latency in large org-mode buffers (under both main & org-fold feature)

2022-02-21 Thread Matt Price
I'm trying to figure out what causes high latency while typing in large org-mode files. The issue is very clearly a result of my large config file, but I'm not sure how to track it down with any precision. My main literate config file is ~/.emacs.d/emacs-init.org, currently 15000 lines, 260 src

reference cards missing

2022-02-21 Thread Cédric Martínez Campos
Hi there! There is explicit reference at https://orgmode.org/worg/#learn to reference cards in PDF and ASCII format. The links are broken and the linked files do not exist in the git repo. This seems to be a new TODO. Regards, Cédric M. Campos

bug#51043: Fix build of rkdeveloptool

2022-02-21 Thread General discussions about Org-mode.
Hi, Here's fix of the rkdeveloptool package which fails to build due to GCC complaining about the truncation error. See https://github.com/rockchip-linux/rkdeveloptool/pull/62. PetrFrom 50e6bbcf7f648a7793ecf6b1ddd9a4148fc776b8 Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Mon, 21 Feb

Re: LaTeX letters in Org

2022-02-21 Thread Michael Eliachevitch
On 2022-02-20 at 14:47 +01, Christian Heinrich wrote: FYI, there's also an article on using the scrlttr2 class from KOMA-script (mostly for European/German usage I guess) for letters: https://orgmode.org/worg/exporters/koma-letter-export.html Oh nice, should pay more attention to worg. I

Re: Bug: SCHEDULED's end time wrong [9.5.2 (9.5.2-gfbff08 @ /Users/liutos/.emacs.d/elpa/org-9.5.2/)]

2022-02-21 Thread Ihor Radchenko
Liutos writes: > Sorry for missing the error's detail. Here it is > > ``` > org-duration-to-minutes: Invalid duration format: "+0:29" > ``` > > I seen this message from my Emacs' *Messages* buffer after I invoke > org-agenda. And the *Org Agenda* buffer is empty except a simple title. Thanks

Re: Bug: SCHEDULED's end time wrong [9.5.2 (9.5.2-gfbff08 @ /Users/liutos/.emacs.d/elpa/org-9.5.2/)]

2022-02-21 Thread Liutos
Sorry for missing the error's detail. Here it is ``` org-duration-to-minutes: Invalid duration format: "+0:29" ``` I seen this message from my Emacs' *Messages* buffer after I invoke org-agenda. And the *Org Agenda* buffer is empty except a simple title. Ihor Radchenko 于2022年2月20日周日 14:49写道:

[WISH] Allow to hide the '*Org Help*' in 'org-goto' [9.5.2 (release_9.5.2-13-gdd6486 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-02-21 Thread Rudolf Adamkovič
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Footnote tooltips (an attempt)

2022-02-21 Thread Juan Manuel Macías
Hi all, I think sometimes it would be nice to have tooltips in the footnote references, so I can see the contents of each footnote definition, especially when I'm in a narrowed subtree; so I've tried to write some code. I have achieved a "semi-automatic" solution. It doesn't work bad at all, but

Re: profiling latency in large org-mode buffers (under both main & org-fold feature)

2022-02-21 Thread Kaushal Modi
On Tue, Feb 22, 2022, 12:34 AM Ihor Radchenko wrote: > > I am wondering if many people in the list experience latency issues. > Maybe we can organise an online meeting (jitsi or BBB) and collect the > common causes/ do online interactive debugging? > +1 I have seen few people see this issue on

More robust CSL-JSON date parsing in oc-basic

2022-02-21 Thread David Lukeš
Hi all, I think I've found an opportunity to make oc-basic a bit more resilient w.r.t. different kinds of CSL-JSON publication date input. I encountered the following error: Error (org-mode-hook): Error running hook "org-fancy-priorities-mode" because: (error Unknown CSL-JSON date format:

Re: profiling latency in large org-mode buffers (under both main & org-fold feature)

2022-02-21 Thread Ihor Radchenko
Samuel Wales writes: > i have been dealing with latency also, often in undo-tree. this might > be a dumb suggestion, but is it related to org file size? my files > have not really grown /that/ much but maybe you could bisect one. as > opposed to config. I am wondering if many people in the

Re: profiling latency in large org-mode buffers (under both main & org-fold feature)

2022-02-21 Thread Ihor Radchenko
Matt Price writes: > However, if I instead use my fairly extensive main config, latency is high > enough that there's a noticeable delay while typing ordinary words. I see > this regardless of whether I build from main or from Ihor's org-fold > feature branch on github. The profiler overview