Re: [PATCH v2] org.el: Fix percent substitutions in `org-open-file'

2022-09-04 Thread Ihor Radchenko
Max Nikulin writes: > I have removed most parts of the example. In addition I fixed some > issues with references in the docstring (man mailcap is not recognized > as a link for some reason yet). I changed the function to consider > trailing backslash as a format error. Thanks! Applied onto

Re: Volunteering to maintain ob-processing.el

2022-09-04 Thread Jarmo Hurri
Greetings Bastien. >> I see that ob-processing.el has currently no maintainer. I volunteer. > > Thanks! I added you as the maintainer in the main branch. Excellent. I will get onto it. All the best, Jarmo

Org-Crypt usage questions

2022-09-04 Thread David Masterson
I've gotten org-crypt working, but I have some questions: + the setup in the manual only automatically *encrypts* on save, not decrypts on read, correct? + decryption is done via org-decrypt-* -- is there another way? + after org-decrypt-*, will the entries be automatically encrypted again or do

Re: Org Publish HTML and PDF With GPG Files

2022-09-04 Thread David Masterson
l...@tosk.in writes: >> Tim Cross theophil...@gmail.com writes: >> I do not think that things are that difficult. org->html link conversion >> >> assumes that the linked .org file is also exported generating the >> .html file. If I understand correctly, .org.gpg files are also exported >> during

Re: [BUG] ob-shell: cmdline and stdin broken when used with TRAMP

2022-09-04 Thread Bruno Barbier
Ihor Radchenko writes: > > '->` :: `process-file' > Sorry: fixed. > > lib/ob-shell.el (org-babel-sh-evaluate): Use `process-file' (instead > > lisp/ob-shell.el Thanks. > >> +(with-connection-local-variables > > I tried to test your patch on various Emacs versions. >

Re: [BUG] org-element-cache [9.5.4 (release_9.5.4-766-gf3f60e @ /home/boudiccas/git/org-mode/lisp/)]

2022-09-04 Thread Sharon Kimble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Ihor Radchenko writes: > Sharon Kimble writes: > >>> Can you please check if you are using some third-party package that are >>> modifying the buffer on save? >> >> I've found this, but I don't know if this is what you're meaning? >> >> ===

Help mastering indentation

2022-09-04 Thread Ypo
Hi! I am studying in org mode, I love it, I prefer it over some university books which have poor typography. But when it comes to displaying each paragraph, I perceive it like very difficult: filling, unfilling, wrapping, adaptive wrapping, indent... and it seems that emacs and org-mode

Re: [BUG] org-element-cache [9.5.4 (release_9.5.4-766-gf3f60e @ /home/boudiccas/git/org-mode/lisp/)]

2022-09-04 Thread Ihor Radchenko
Sharon Kimble writes: >> Can you please check if you are using some third-party package that are >> modifying the buffer on save? > > I've found this, but I don't know if this is what you're meaning? > > === > #+BEGIN_SRC emacs-lisp > (defun force-backup-of-buffer () > (setq

Re: [BUG] org-element-cache [9.5.4 (release_9.5.4-766-gf3f60e @ /home/boudiccas/git/org-mode/lisp/)]

2022-09-04 Thread Sharon Kimble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Ihor Radchenko writes: > Sharon Kimble writes: > >>> Could you please add >>> >>> (setq org-element--cache-self-verify 'backtrace >>> org-element--cache-self-verify-frequency 1.0) >>> >>> to your config and then try to reproduce the issue.

Re: [PATCH] ol-info: Enable :insert-description feature

2022-09-04 Thread Max Nikulin
On 06/08/2022 14:00, Ihor Radchenko wrote: Max Nikulin writes: To get impression of the new feature in action, I modified ol-info.el. First patch does not depend on :insert-description and might be useful per se. Second one just enables the feature. Thanks! The patches look useful. You

Re: [BUG] org-element-cache [9.5.4 (release_9.5.4-766-gf3f60e @ /home/boudiccas/git/org-mode/lisp/)]

2022-09-04 Thread Ihor Radchenko
Sharon Kimble writes: >> Could you please add >> >> (setq org-element--cache-self-verify 'backtrace >> org-element--cache-self-verify-frequency 1.0) >> >> to your config and then try to reproduce the issue. >> Then, report the backtrace. > > As follows but rather long I'm afraid. Thanks!

Re: [PATCH v2] org.el: Fix percent substitutions in `org-open-file'

2022-09-04 Thread Max Nikulin
On 03/09/2022 15:26, Ihor Radchenko wrote: Max Nikulin writes: The only problems is that adding entries programmatically breaks easy customization interface for `org-file-apps'. Currently there is the same issue with `org-link-parameters' that is a defcustom variables with entries added by

Re: [BUG] org-element-cache [9.5.4 (release_9.5.4-766-gf3f60e @ /home/boudiccas/git/org-mode/lisp/)]

2022-09-04 Thread Ihor Radchenko
Sharon Kimble writes: > My file keeps locking on me whilst doing a background save, with this error > report - > > === > ■ Warning (org-element-cache): org-element--cache: (nil) Cached element is > incorrect in jwm.org. (Cache tic up to date: "yes") Resetting. Thanks for reporting!

[BUG] org-element-cache [9.5.4 (release_9.5.4-766-gf3f60e @ /home/boudiccas/git/org-mode/lisp/)]

2022-09-04 Thread Sharon Kimble
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: [BUG] ob-shell: cmdline and stdin broken when used with TRAMP

2022-09-04 Thread Ihor Radchenko
Bruno Barbier writes: >> You patch is >15LOC so we do need your copyright assignment before >> merging. Let me know if you face any difficulties with the copyright >> process. Note that FSF should reply within 5 working days. > > Done. I just learnt a few days ago the process is done. Thanks!

Re: Org Publish HTML and PDF With GPG Files

2022-09-04 Thread lehi
> Tim Cross theophil...@gmail.com writes: > I do not think that things are that difficult. org->html link conversion > > assumes that the linked .org file is also exported generating the > .html file. If I understand correctly, .org.gpg files are also exported > during publishing process. (Lehi