Re: Avoid "Scheme implementation" prompt on export

2024-10-16 Thread Bruno Barbier
Roi Martin writes: > Bruno Barbier writes: > >> My patch fixes a real bug though. Are you sure org is using the correct >> scheme implementation when doing "C-c C-c" ? > I think it works fine if you set the `org-babel-load-languages' variable > in the elisp code block: > > (org-babel

Re: [FR] Allow searching by outline path in file: links to Org files [file:

2024-10-16 Thread a4ofubmq
> > there is ambiguity right now if you want to org-store-link to > > heading 2 > > > subheading 1. By default org stores > > [[file:::*subheading1]], which would incorrectly point to > > heading 1. > > > > Instead it could be [[file:::*heading 2**subheading1]] > > > > Please let me know what you

Re: [BUG] insert C comment in c-babel case wrong result [9.6.15 (release_9.6.15 @ /opt/program/share/emacs/29.4/lisp/org/)]

2024-10-16 Thread PENG Kevin
Some org-mode information not present in this email. Please discard this email, a new one will be sent later. PENG Kevin writes: > [2. text/html] > 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

Re: Avoid "Scheme implementation" prompt on export

2024-10-16 Thread Roi Martin
Bruno Barbier writes: > The HTML fontification is launching REPLs, and *may* prompts > for the implementation to use. I'm able to work around this with this > setting: > > (setq geiser-mode-auto-p nil) > > I'm not sure what the real solution should be though. Thanks a lot for the workaround!

Re: [BUG] Writing table to a folded drawer unfolds it. [9.7.12 (release_9.7.12 @ /home/natrys/.emacs.d/elpa/org-mode/lisp/)]

2024-10-16 Thread Imran Khan
Ihor Radchenko writes: > Imran Khan writes: > >> ... Writing table to a folded drawer unfolds it >> ... >> (insert "| " (format "%f" (time-to-seconds)) " |\n") > > This is expected. > In the middle of the editing, you are breaking the drawer structure, > transiently having something like > >

Re: [BUG] insert C comment in c-babel case wrong result [9.6.15 (release_9.6.15 @ /opt/program/share/emacs/29.4/lisp/org/)]

2024-10-16 Thread PENG Kevin
Thanks for your reply. The document writes: #+BEGIN_EXAMPLE You must insert a comma right before lines starting with either ‘*’, ‘,*’, ‘#+’ or ‘,#+’, as those may be interpreted as outlines nodes or some other special syntax. #+END_EXAMPLE But i found only the lines that starting with '*' or '

Re: [BUG] insert C comment in c-babel case wrong result [9.6.15 (release_9.6.15 @ /opt/program/share/emacs/29.4/lisp/org/)]

2024-10-16 Thread Ihor Radchenko
PENG Kevin writes: > The document writes: > > #+BEGIN_EXAMPLE > You must insert a comma right before lines starting with either > ‘*’, ‘,*’, ‘#+’ or ‘,#+’, as those may be interpreted as outlines nodes > or some other special syntax. > #+END_EXAMPLE > > But i found only the lines that starting

Re: ob-clojure breaks tangling of comments using org-babel-tangle for clojure source code blocks

2024-10-16 Thread Ihor Radchenko
Anoop GR writes: > Comments in org babel clojure blocks are not tangled out. > ... This seems to be intentional (commit b1f564b4b6): In ob-clojure.el, we have: ;; Remove comments, they break (let [...] ...) bindings (body (replace-regexp-in-string "^[]*;+.*$" "" body)) I

Re: [BUG] insert C comment in c-babel case wrong result [9.6.15 (release_9.6.15 @ /opt/program/share/emacs/29.4/lisp/org/)]

2024-10-16 Thread Ihor Radchenko
PENG Kevin writes: > When insert =/**/= comment in a C-src block, "," will be > insert automticlly before =*= as flow: > ... Not a bug. Canceled. , is used to disambiguate raw text from Org markup (headings). See https://orgmode.org/manual/Literal-Examples.html -- Ihor Radchenko // yantar92,

Re: [BUG] insert C comment in c-babel case wrong result [9.6.15 (release_9.6.15 @ /opt/program/share/emacs/29.4/lisp/org/)]

2024-10-16 Thread Ihor Radchenko
PENG Kevin writes: > Some org-mode information not present in this email. > Please discard this email, a new one will be sent later. Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at