[PATCH] Fixing refile cache use for org-goto in indirect buffers.

2022-09-18 Thread Yuchen Pei
To reprod: - make sure the org-refile-targets generates a big enough list where the refile cache makes a difference - visit an org file in org-refile-targets - M-x clone-indirect-buffer-other-window - C-0 C-c C-w to clear cache - M-: (org-refile-get-targets) - org-goto in the original buffer

[PATCH] Fixing refile cache use for org-goto in indirect buffers.

2022-09-18 Thread Yuchen Pei
To reprod: - make sure the org-refile-targets generates a big enough list where the refile cache makes a difference - visit an org file in org-refile-targets - M-x clone-indirect-buffer-other-window - C-0 C-c C-w to clear cache - M-: (org-refile-get-targets) - org-goto in the original buffer

Re: [PATCH] Fix ob-clojure handling source block variable's value is a org-mode table or list

2022-09-18 Thread Christopher M. Miles
Ping Bastien Guerry. "Christopher M. Miles" writes: > [[PGP Signed Part:Undecided]] > > I bellowing example: > > #+begin_src org > ,#+NAME: ob-clojure-table-test > | a | b | c | > |---+---+---| > | 1 | 2 | 3 | > > ,#+NAME: ob-clojure-table-test-2 > | a | b | c | > |---+---+---| > | 1 | 2 | 3 |

[ANN] EmacsConf 2022 Second Call for Participation (extended until Sep 30)

2022-09-18 Thread Amin Bandali
Dear fellow Emacsians, This is the second and final Call for Participation for EmacsConf 2022 now extended until September 30, and the conference itself planned for December 3 and 4 (Sat-Sun). Please see the CFP below for details on how to send in your proposal(s), or chat with us about them and

Re: [Patch] Pre-/postpend arbitrary LaTeX code to a section

2022-09-18 Thread Max Nikulin
On 18/09/2022 19:27, Juan Manuel Macías wrote: * Section :PROPERTIES: :presec: \begingroup\foo :postsec: \endgroup :END: Juan Manuel, can it be implemented using a derived backend that calls the original variant of headline transcoder (`org-latex-headline') and adds pre/post code

[Patch] Pre-/postpend arbitrary LaTeX code to a section

2022-09-18 Thread Juan Manuel Macías
Hi all, I don't know if the following scenario usually appears in the workflow of other Org users as well. Otherwise, I think this patch could be ignored. In my workflow I often need to pre- or postpend some LaTeX code immediately before or after a section. Consider the following example:

[PATCH worg] org-tutorials/org4beginners.org: fix keybinding

2022-09-18 Thread laalsaas
--- org-tutorials/org4beginners.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-tutorials/org4beginners.org b/org-tutorials/org4beginners.org index 60344c80..d7376f29 100644 --- a/org-tutorials/org4beginners.org +++ b/org-tutorials/org4beginners.org @@ -276,7 +276,7 @@

Re: [BUG] The documentation webserver gives 404s [9.5.4 (release_9.5.4-3-g6dc785 @ )]

2022-09-18 Thread Bastien
Sorry I'm late to fixing this. I reinstalled the rewrite rules on the server and I configured nginx to use the errors pages that Tim already created. We should be covered for most problems, but let me know if we need to do more. Thanks! Ihor Radchenko writes: > If someone else is willing to

Re: [BUG] Info JS does not work [9.5.3 (release_9.5.3-467-g2bd34e @ /Users/salutis/src/org-mode/lisp/)]

2022-09-18 Thread Bastien
FWIW, I just set this up: the org-mode.git Savannah repository is now mirrored to git.sr.ht and github.com every day at 1am CET. -- Bastien

FR: support hard-newlines [9.5.5 (release_9.5.5 @ /home/viz/lib/ports/emacs/lisp/org/)]

2022-09-18 Thread Visuwesh
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.