Re: Properly handle defaults in org-set-property

2023-02-03 Thread Ihor Radchenko
Janek F writes: > 1. Put the cursor on a heading that does not have an id > 2. Invoke (org-set-property "ID" (org-read-property-value "ID" nil > "default-value")) via keybind or Alt-: > 3. default-value is not within the list of suggestions Fixed, on main.

Re: [POLL] Proposed syntax for timestamps with time zone info (was: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda)

2023-02-03 Thread Jean Louis
* Ihor Radchenko [2023-02-02 11:38]: > Jean Louis writes: > > > * Ihor Radchenko [2023-02-01 15:23]: > >> [2022-11-12 14:00 @UTC+2] > >> [2022-11-12 14:00 @UTC-2:30] > >> > >> are also fine within the proposed format. > > > > The above format is unclear to me. I look at timestamps every day,

Re: [BUG] list.orgmode.org managed to parse a message in future: 2023-10-29 [9.6.1 (release_9.6.1-223-gc8d20d @ /home/yantar92/.emacs.d/straight/build/org/)]

2023-02-03 Thread Jean Louis
* Ihor Radchenko [2023-02-03 14:13]: > Hi, > > We currently have a message in future on top of > https://list.orgmode.org/ > > The message is > https://list.orgmode.org/ZT2vNKsf3Lp5xit3@protected.localdomain/raw, and > it does not contain the future dates in headers. Just in the body. > > Are

Re: bug#59882: Multiple versions of Org in load-path problem

2023-02-03 Thread Eli Zaretskii
> From: Ihor Radchenko > Cc: Stefan Monnier , emacs-orgmode@gnu.org, Eli > Zaretskii , 59...@debbugs.gnu.org > Date: Fri, 03 Feb 2023 11:02:21 + > > Considering the popularity of Debian-based distros, may someone take a > closer look on what may be going on? Since the latest Emacs release

[BUG] list.orgmode.org managed to parse a message in future: 2023-10-29 [9.6.1 (release_9.6.1-223-gc8d20d @ /home/yantar92/.emacs.d/straight/build/org/)]

2023-02-03 Thread Ihor Radchenko
Hi, We currently have a message in future on top of https://list.orgmode.org/ The message is https://list.orgmode.org/ZT2vNKsf3Lp5xit3@protected.localdomain/raw, and it does not contain the future dates in headers. Just in the body. Are we observing public inbox bug? -- Ihor Radchenko //

Re: [HELP] Translate/extend `org-clock-clocktable-language-setup' for Spanish/Dutch/more languages

2023-02-03 Thread Kevin Brubeck Unhammer
> 1. I think "ALT" should be "ALLE" as in "alle filene" (the documentation > says "ALL" refers to "All files when clock table includes multiple > files"). > > 2. I like "Tid stempla", but "Tidsoversyn" or "Tidssamandrag" would stick > closer to the original and be clearer, I think. > > 3. I think

Re: [HELP] Translate/extend `org-clock-clocktable-language-setup' for Spanish/Dutch/more languages

2023-02-03 Thread Kevin Brubeck Unhammer
> (defcustom org-clock-clocktable-language-setup > Contributions for other languages are also welcome. Here's Norwegian Nynorsk: (setq org-clock-clocktable-language-setup '( ("nn" "Fil" "N" "Tidspunkt" "Overskrift" "Tid" "ALT" "Total tid" "Filtid" "Tid stempla ved")

Re: [HELP] Things to help Org that do not involve programming

2023-02-03 Thread Kevin Brubeck Unhammer
>>> More things also require translation in `org-export-dictionary'. The missing Norwegian Nynorsk "nn" org-export-dictionary entries: ( ("Continued from previous page" ("nn" :default "Held fram frå førre side")) ("Continued on next page" ("nn" :default "Held fram på neste side"))

Re: [HELP] Translate/extend `org-clock-clocktable-language-setup' for Spanish/Dutch/more languages

2023-02-03 Thread Christian Moe
Hi, Kevin, A couple of considerations: 1. I think "ALT" should be "ALLE" as in "alle filene" (the documentation says "ALL" refers to "All files when clock table includes multiple files"). 2. I like "Tid stempla", but "Tidsoversyn" or "Tidssamandrag" would stick closer to the original and be

Re: org-clock idle time in pgtk Emacs

2023-02-03 Thread Ihor Radchenko
Julien Cubizolles writes: >> May I know where "jc-idle-time" is coming from? Is it a built-in command >> on wayland? > > Sorry, I forgot to mention. It's a custom python program, working both > in X11 and wayland. I didn't find a built-in command. I would prefer something built-in or, at least,

Re: [patch] improved: add TTL as defcustom to ox-icalendar

2023-02-03 Thread Detlef Steuer
Am Tue, 17 Jan 2023 10:30:07 + schrieb Ihor Radchenko : > Detlef Steuer writes: > > >> The patch only allows to the TTL globally for all the calendars. > >> However, it would make sense to specify TTL on per-file basis. > >> WDYT? > > > > Hmm. Surely it would be useful to have the option

Re: [POLL] Proposed syntax for timestamps with time zone info (was: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda)

2023-02-03 Thread Jean Louis
* Ihor Radchenko [2023-02-01 14:12]: > Let me try to explain better. Just specifying time zone is ambiguous > once per year during daylight transition. For reason to make it unambiguous, people (representatives of countries in international associations) are creating the TZ database, and

Re: Internal links to lines in different org files

2023-02-03 Thread kevin lucas
Thanks for responding. I meant specifically the :: syntax with org IDs, and not filenames. I did confirm that this feature is currently only in Doom Emacs, see: https://github.com/doomemacs/doomemacs/blob/master/modules/lang/org/config.el#L639-L659 Regarding org-export-with-broken-links, is there

Re: When is a function an interactive function? [was Re: Is function 'org-insert-property-drawer' usable?]

2023-02-03 Thread Ihor Radchenko
alain.coch...@unistra.fr writes: > For example, with the cursor on 'org-capture-finalize' in the manual, > 'C-h f ' gives nothing right away; 'C-h f org-capture' does > not offer 'org-capture-finalize' as a completion; 'C-h f > org-capture-fin' does complete and says that > 'org-capture-finalize'

Re: [PATCH] org-agenda-filter-by-category: fix 'no category' error

2023-02-03 Thread Ihor Radchenko
Liu Hui writes: > To reproduce the bug: > ... > Subject: [PATCH] org-agenda: Fix `org-agenda-filter-by-category' Thanks for reporting and providing a fix! Applied, onto bugfix, adding link to this message to the commit message. Fixed.

Re: org-clock-sum-today performance

2023-02-03 Thread Ihor Radchenko
Tijs Mallaerts writes: > This is the profiler report: Thanks! Do I understand correctly that `org-element-use-cache' is set to nil for you? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: Re: [ANN] Looking for new maintainers for ox-latex.el (LaTeX export library)

2023-02-03 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > I'm certainly time-limited, but use ox-latex and ox-beamer profusely and in > parallel with "pure" LaTEX - whatever you might understand by "pure" ;-) > will be close enough - I could also help when my lectures permit and yes, I > also follow the list

Re: bug#59882: Multiple versions of Org in load-path problem

2023-02-03 Thread Ihor Radchenko
Max Nikulin writes: > On 27/12/2022 16:47, Ihor Radchenko wrote: >> Can you then try to test using Emacs 28? >> The main question if whether this has been fixed in newer Emacs releases >> or it is also something to do with OS environment. > > I see quite the same issue with Emacs-28.2 in Debian

Re: [O] [PATCH] ob-eval: display error fix

2023-02-03 Thread Andreas Gerler
Hi Ihor, way too busy right now. As soon as I find some time I’ll rework that change. Might take a week or two. so long... Andreas Gerler > On Jan 27, 2023, at 2:11 PM, Ihor Radchenko wrote: > > Andreas Gerler writes: > >> +(defcustom org-babel-eval-error-display-notify nil >> + "Display

Re: PATCH for worg about cb_thunderlink (Re: Link from orgmode file to E-Mail (using kmail or notmuch))

2023-02-03 Thread Max Nikulin
On 02/02/2023 13:04, Bruno Barbier wrote: As it's still not clear to me how to configure browse-url, I'm still relying on start-process. Bruno, it seems I completely confused you by my comments. I am sorry for that. Does the method currently suggested by FAQ works for you? My particular

Re: [BUG] #+cite_export: ... bibstyle citestyle cannot be universally used as global defaults (was: Patch for \usepackage[ ... natbib = true ...]{...biblatex} with org-cite)

2023-02-03 Thread Edgar Lux
On Jan 24, 2023 at 11:54 AM, Ihor Radchenko wrote:Edgar Lux writes: > I understand. My takeaway from here is that there is a need to provide > extended global defaults for both bibliography style and citation style. > > Which is a questionable design choice. I was referring to higher-level >

Re: org-clock idle time in pgtk Emacs

2023-02-03 Thread Max Nikulin
On 03/02/2023 19:17, Ihor Radchenko wrote: Julien Cubizolles writes: May I know where "jc-idle-time" is coming from? Is it a built-in command on wayland? Sorry, I forgot to mention. It's a custom python program, working both in X11 and wayland. I didn't find a built-in command. I would

Re: [POLL] Proposed syntax for timestamps with time zone info

2023-02-03 Thread Stefan Nobis
Jean Louis writes: > Specifying time zone is not ambiguous as long as you use the TZ > database for specifications! That's wrong and you know it. For example [2023-10-29 02:30 @Europe/Berlin] is ambiguous. Period. And that some examples got a bit off has been quite obvious and has already

Re: PATCH for worg about cb_thunderlink (Re: Link from orgmode file to E-Mail (using kmail or notmuch))

2023-02-03 Thread Bruno Barbier
Max Nikulin writes: > On 02/02/2023 13:04, Bruno Barbier wrote: >> As it's still not clear to me how to configure browse-url, I'm still relying >> on start-process. > > Bruno, it seems I completely confused you by my comments. I am sorry for > that. I was confused way before, trying to

Re: bug#59882: Multiple versions of Org in load-path problem

2023-02-03 Thread Tim Cross
Ihor Radchenko writes: > Max Nikulin writes: > >> On 27/12/2022 16:47, Ihor Radchenko wrote: >>> Can you then try to test using Emacs 28? >>> The main question if whether this has been fixed in newer Emacs releases >>> or it is also something to do with OS environment. >> >> I see quite the

Re: [HELP] Translate/extend `org-clock-clocktable-language-setup' for Spanish/Dutch/more languages

2023-02-03 Thread Esteban Ordóñez
El 2023-02-02 06:05, Ihor Radchenko escribió: > Ihor Radchenko writes: > >> (your version) >> >> ("es" "Archivo" "N" "Fecha y hora" "Tarea" "Duración" "TODO" >> "Duración total" "Tiempo archivo" "Generado el") >> >> or >> >> (Esteban's version) >> >> ("es" "Archivo"

Re: [POLL] Proposed syntax for timestamps with time zone info

2023-02-03 Thread Jean Louis
* Stefan Nobis [2023-02-03 18:50]: > Jean Louis writes: > > > Specifying time zone is not ambiguous as long as you use the TZ > > database for specifications! > > That's wrong and you know it. What I know is based on research and good references. It seems you did not follow it. > For example

[BUG] org-publish does not obey org-footnote-section [9.6.1 ( @ /home/contrapunctus/.emacs.d/elpa/org-9.6.1/)]

2023-02-03 Thread contrapunctus
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.

Re: PATCH for worg about cb_thunderlink (Re: Link from orgmode file to E-Mail (using kmail or notmuch))

2023-02-03 Thread Max Nikulin
On 03/02/2023 22:42, Bruno Barbier wrote: Max Nikulin writes: (with-eval-after-load 'ol (org-link-set-parameters "mid" :follow (lambda (url arg) (browse-url (concat "mid:" url) arg Thunderbird opens mid: links in new message display tab or window. Yes. If

Re: Supporting non-free SQL clients in ob-sql (was: [PATCH] ob-sql: Add support for Athena)

2023-02-03 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > I think it is a good idea to document the reasoning for these > > decision.