UPDATE: all-tex-fonts feature branch

2025-05-09 Thread Pedro Andres Aranda Gutierrez
HI, I have pushed some refinements to the feature branch, which should be now ready for more general testing. I plan to attend the meetup next Wednesday to make a short presentation and demonstration of what I have achieved. If someone feels adventurous enough, feedback will always be welcome ;-)

Re: [FR] Accept nil outline path for file+olp+datetree org-capture-templates target

2025-05-09 Thread Kristoffer Balintona
Whoops, I forgot to include in my diff the small test I added. I've attached the full diff here. -- Best, Kristoffer diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 6d395406cf..f418e9fba9 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -205,24 +205,36 @@ (

Re: [FR] Accept nil outline path for file+olp+datetree org-capture-templates target

2025-05-09 Thread Kristoffer Balintona
On Thu, May 08 2025, Ihor Radchenko wrote: > Kristoffer Balintona writes: > >> Currently, `org-find-olp' assumes that it is being passed a file path + >> an outline path, but when the olp function returns nil, only a file path >> is returned, so `org-find-olp' ends up returning nil when >> `org-c

Re: [PATCH] lisp/ox-html.el: Add file level option to manage headlines self link

2025-05-09 Thread Sébastien Gendre
Hello, With the ox-html option `:html-divs', the value is list of lists that look like this: '((preamble "div" "preamble") (content "div" "content") (postamble "div" "postamble")) It is to long to be set as an OPTION. But a KEYWORD only accept string if I understand correctly ? Do

Code Review Request: Step 1 for [FR] Allow emojis in tags (was: emojis in tags?)

2025-05-09 Thread Shuo Shen
This is the first patch for the feature request: [FR] Allow emojis in tags (was: emojis in tags?) (https://list.orgmode.org/orgmode/87wn4pdarh.fsf@localhost/) It's my first diff. I'm trying to get an understanding of code as well as the process at the same time, and don't want to get things compli

Re: Cycle values of a cell from a sequence

2025-05-09 Thread jman
Christian Moe writes: ** TO_BE_SENT Invoice CL161 :PROPERTIES: :Date: [2025-03-02 Sun] :No: CL161 :Amount: 10 :END: Ah OK, now I understand. I like this version better, it's a little bit cleaner - as you point out. Thanks again, happy that I learned something co

Re: Org comment dwim -- keep selection

2025-05-09 Thread Raoul Comninos
Ihor Radchenko writes: > Maybe. Or not. Depends on preferences. Some users do not like keeping > selection. If you want this feature, you can add support of > `org-edit-keep-region' to `org-comment-dwim'. That's a simpler and more elegant solution. I cobbled this together and it works for me:

Re: Org comment dwim -- keep selection

2025-05-09 Thread Ihor Radchenko
Raoul Comninos writes: > However, to re-invoke `org-comment-dwim` one has to then reselect the > text. Is this by design? This is a standard behavior of Emacs's `comment-dwim'. Org mode follows that default. > It would be helpful if selection remains as in this sample code, which > could be bet

Re: Cycle values of a cell from a sequence

2025-05-09 Thread Christian Moe
jman writes: > Christian Moe writes: >> An alternative to defining a STATUS property at all would be to define the >> statuses as local TODO keywords, which gives you a quick way to look up >> all unsent or unpaid invoices via the agenda view without having to >> write match syntax. > > I've tri

Org comment dwim -- keep selection

2025-05-09 Thread Raoul Comninos
In Org one can use Org Source blocks to illustrate Org Syntax, as follows: #+begin_src org * Test ** Test 2 #+end_src If one invokes `org-comment-dwim` on the source code, the text is commented out, as follows: #+begin_src org # * Test # ** COMMENT Test 2 #+end_src A second invocation adds th

Re: Cycle values of a cell from a sequence

2025-05-09 Thread jman
PJ Proudhon writes: In, your my/org-cycle-status function, if you just set t as the last argument of your org-table-put call, e.g. " (org-table-put (org-table-current-line) (org-table-current-column) next t)", the columns will automatically be realigned after a value is inserted Thank you f

Re: Cycle values of a cell from a sequence

2025-05-09 Thread jman
Christian Moe writes: For this particular use case, though, have you considered a different approach, using entries and column view? That is: Wow, this is really a great solution. I didn't know I could play with properties to build a table template! It's just a little bit verbose, but the r

Re: Emacs new literate configuration approach

2025-05-09 Thread Moakt Temporary Email
Hi Ihor, > > Not really. I am proposing to tag each package and option, which is much > > more easier and efficient to find and discover packages and options, and > > even > > individual choices, and maybe tag also other things like keybindings, > > installation methods, etc. > > It is alre

Re: Cycle values of a cell from a sequence

2025-05-09 Thread Christian Moe
jman writes: > --8<---cut here---start->8--- > #+PROPERTY: INVOICE_STATUS "TO_BE_SENT SENT TO_BE_PAID PAID" > > | Invoice Date | Invoice # | Amount | Status | > |--+---++| > | [2025-03-02 Sun] | CL161 |