[BUG] org babel python execute from local buffer to remote session [9.5.4 (9.5.4-ge0b05b @ /home/moutsopoulosg/.emacs.d/elpa/org-9.5.4/)]

2022-08-26 Thread George Moutsopoulos
Hi all. I often need to run some code on a remote ssh session, because only there I can access a database and the environment is hard to replicate, while I want to keep the code I run on my local machine. The remote session is initialised with run-python after I change default-directory and use py

Re: [PATCH] babel output seems to drop anything before % (in session)

2022-08-26 Thread Ihor Radchenko
Ihor Radchenko writes: > I finally managed to get some working fix. > At least it kind of works on my system using bash. > The idea is changing shell prompt to something unique when we initialize > the session. > > See the attached patch. Fixed. Applied onto main via a35d16368. https://git.savan

Re: [Feature Request] Create an org-md-toplevel-hlevel variable to allow users to set the level of top level headings in markdown export

2022-08-26 Thread Ihor Radchenko
"Rohit Patnaik" writes: > I've added the entry in the NEWS file, added the entry for the new > variable to section 14.1.5 of the manual, updated the docstring to > have double space periods, and updated the commit message to follow > the changelog style described on > https://orgmode.org/worg/org

Re: [PATCH v3] ol-info: Define :insert-description function

2022-08-26 Thread Ihor Radchenko
Max Nikulin writes: > On 22/08/2022 11:10, Ihor Radchenko wrote: >> >> Maybe, in addition to "Return cons consisting of file name and node name", >> you can put something like "File name may also be a virtual file name >> (see `Info-virtual-files')." > > I have tried to fix docstrings. Thanks!

Re: Filtering agenda clockreport not working?

2022-08-26 Thread Ihor Radchenko
John Young writes: > In the org mode manual the description for org-agenda-clockreport-mode states > that using a prefix argument when toggling this mode (i.e. typing “C-u R”) > causes the clock table to exclude contributions to entries hidden by agenda > filtering (as activated by typing “/“)

bug#50514: 28.0.50; org inline call to python src block req C-g to break

2022-08-26 Thread Ihor Radchenko
Lars Ingebrigtsen writes: > The bug on the Emacs side was fixed by Augusto's patch, I think, but > there's a remaining problem in ob-python, so I'm reassigning this bug > report to org-mode. Could you please elaborate what the problem is? There have been multiple issues in this thread and the on

Re: [BUG] org-table-blank-field keybinding [9.5.4 (N/A @ /gnu/store/sry9khwisaq1jnrjbfnhx6ki8qy2z0db-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/)]

2022-08-26 Thread Ihor Radchenko
André A. Gomes writes: > The changelog for org 9.5 mentions that the keybinding for > org-table-blank-field has been removed, but it seems it isn't the case > as I'm running version 9.5.4. Are you sure? Have you tried starting from emacs -Q (see https://orgmode.org/manual/Feedback.html)? The c

Re: [BUG] org-table-blank-field keybinding [9.5.4 (N/A @ /gnu/store/sry9khwisaq1jnrjbfnhx6ki8qy2z0db-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/)]

2022-08-26 Thread André A . Gomes
Ihor Radchenko writes: > André A. Gomes writes: > >> The changelog for org 9.5 mentions that the keybinding for >> org-table-blank-field has been removed, but it seems it isn't the case >> as I'm running version 9.5.4. > > Are you sure? Have you tried starting from emacs -Q (see > https://orgmod

[PATCH] ox-html.el: Fix DTD typo

2022-08-26 Thread rapunzel
From: Giovanni Alfredo Garciliano Díaz * lisp/ox-html.el (org-html-doctype-alist): Fix system identifier for XHTML 1.1 DTD Right DTDs are listed on https://www.w3.org/QA/2002/04/valid-dtd-list.html TINYCHANGE --- lisp/ox-html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

Re: [BUG] org-table-blank-field keybinding [9.5.4 (N/A @ /gnu/store/sry9khwisaq1jnrjbfnhx6ki8qy2z0db-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/)]

2022-08-26 Thread Ihor Radchenko
André A. Gomes writes: >>> Also, it might be worth mentioning in the manual that this command works >>> when a region is selected. >> >> Indeed M-x org-table-blank-field does work when region is selected. Just >> as documented. > > I meant in the manual, not in the docstring. But perhaps it does

Re: [PATCH] ox-html.el: Fix DTD typo

2022-08-26 Thread Ihor Radchenko
rapun...@disroot.org writes: > From: Giovanni Alfredo Garciliano Díaz > > * lisp/ox-html.el (org-html-doctype-alist): Fix system identifier for XHTML > 1.1 DTD > > Right DTDs are listed on https://www.w3.org/QA/2002/04/valid-dtd-list.html > > TINYCHANGE Thanks! However, the patch does not apply

Re: [Feature Request] Create an org-md-toplevel-hlevel variable to allow users to set the level of top level headings in markdown export

2022-08-26 Thread Rohit Patnaik
Thanks so much for making those changes and getting it merged. -- Rohit

Re: [BUG] org babel python execute from local buffer to remote session [9.5.4 (9.5.4-ge0b05b @ /home/moutsopoulosg/.emacs.d/elpa/org-9.5.4/)]

2022-08-26 Thread Tim Cross
George Moutsopoulos writes: > Hi all. I often need to run some code on a remote ssh session, because > only there I can access a database and the environment is hard to > replicate, while I want to keep the code I run on my local machine. > > The remote session is initialised with run-python af

Re: Org Publish HTML and PDF With GPG Files

2022-08-26 Thread Tim Cross
l...@tosk.in writes: > Good Afternoon, > > I have my org directory filled with encrypted files ending in ".org.gpg". The > publish documentation says that org-mode will > automatically replace references to ".org" files with ".html", but this is > not an automatic action if the files are ".org