Re: How have users managed email tasks with org?

2025-05-24 Thread hobbes
Kristoffer Balintona writes: > On Wed, May 21 2025, Rémi Letot wrote: > >> Christian Moe writes: >> >>> Kristoffer Balintona writes: >>> >>> [... 8 lines elided] >>> >>> I don't have any cure-all workflow for this, but I can think of a >>> feature that would help facilitate it: e-mail backlinks

Re: [FR] org-babel-n-tangle

2025-05-24 Thread Lei Zhe
Hi Ihor, I’m resending this email because I realized I forgot to include emacs-orgmode. Apologies. > Instead, we can handle `org-babel-tangle-use-relative-file-links' in > `org-babel-tangle-single-block' itself, post-processing the link there. > Then, we can, say, store the processed link in PARA

Re: How have users managed email tasks with org?

2025-05-24 Thread Kristoffer Balintona
On Sat, May 24 2025, hob...@poukram.net wrote: > Kristoffer Balintona writes: > >> [... 19 lines elided] >>> >>> I've been using mu4e for a while now, but in my gnus email days I >>> used gnorb, and I dearly miss those features in my current >>> workflow... >>> >>> https://elpa.gnu.org/packages/g

[PATCH] org-link: Add async-shell link

2025-05-24 Thread pinmacs
Hi, I see no async-shell link and I propose the following one, see patch attached To avoid any problem with copyright, yesterday I sent my copyright assignment FSF [1] Cheers, pinmacs [1] email Subject: Pedro Vilchez Blanco; From: pinmacs; Date: 2025-05-23 19:22:02 (UTC) From 5b365ea9d5a6

Re: Language support for C# in org-babel

2025-05-24 Thread poverobuosodonati
1. In the readme, you mention `org-babel-csharp-target-framework', but there is no such variable in the code. There is `org-babel-csharp-target-framework' True. Thanks for noticing. I adapted this (and the rest of the documentation where I felt an update was due) 2. The value of `org-babe

Re: [BUG] Double slash in body text not captured in Org Protocol [9.7.30 (9.7.30-84f18c @ /Users/cchoi/.config/emacs/elpa/org-9.7.30/)]

2025-05-24 Thread Max Nikulin
On 15/05/2025 05:08, Charles Choi wrote: emacsclient"org-protocol://capture?body=org-protocol://" Ihor wrote about `server--process-filter-1', but another issue is usage of `string-split' to find "org-protocol:..." in the argument. As a result, when slashes are not encoded as %2F, org-p

Re: [PATCH] org-link: Add async-shell link

2025-05-24 Thread pinmacs
sorry, I did a small typo in the NEWS file, attached new version On 2025-05-24 18:31, pinm...@cas.cat wrote: Hi, I see no async-shell link and I propose the following one, see patch attached To avoid any problem with copyright, yesterday I sent my copyright assignment FSF [1] Cheers, pinm