Bug: org-adapt-indentation is not compatible with paragraph-indent-minor-mode [9.4.5 (9.4.5-16-g94be20-elpaplus @ /home/lockywolf/.emacs.d/elpa/org-plus-contrib-20210412/)]

2021-09-06 Thread Vladimir Nikishkin
Hello, everyone. Basically, my bug report is roughly about the subject. `paragraph-indent-minor-mode` is shipped with Emacs by default (just like org), and its behaviour is very standard for a lot of languages. A one or two spaces indentation starts a new paragraph in quite a few human languages.

Re: How to use Org with Python as an IDE?

2021-09-06 Thread edgar
On 2021-09-06 22:20, Dr. Arne Babenhauserheide wrote: It’s the finding that’s hard, not the setup. Very kind of you. Sehr net von dir. You may also want to use flake8. That helps keep your code pythonic. I don’t know how much of that is in pylint. Actually, it's running on my computer. I

Merging latest org-mode for Emacs 28.1

2021-09-06 Thread Stefan Kangas
[Cross-posted to orgmode-emacs and emacs-devel. Please use "Reply to all".] Hi org-mode, As a heads up, Emacs is getting ready to cut the emacs-28 branch in preparation of the upcoming release of Emacs 28.1: https://lists.gnu.org/archive/html/emacs-devel/2021-07/msg00812.html It would be

Re: [BUG] [BUG] inconsistent behavior when reading multiple tags [9.4.6 (9.4.6-g366444 @ /home/n/.emacs.d/straight/build/org/)]

2021-09-06 Thread No Wayman
Allen Li writes: green-blue is recoverable, and green:blue is not. Consider a file where some headings are tagged :green:blue: and some are tagged :green_blue:. If green-blue gets changed into :green:blue:, then it is no longer possible to tell which :green:blue: headings are supposed to

Re: How to use Org with Python as an IDE?

2021-09-06 Thread Dr. Arne Babenhauserheide
ed...@openmail.cc writes: > I am very sorry for wasting your precious time. This was very simple It’s the finding that’s hard, not the setup. > 1. Install (some are optional) python-language-server > jedi-language-server bash-language-server python-pylint > python-pydocstyle ccls

Re: Org babel source blocks ignore buffer-local variables

2021-09-06 Thread Berry, Charles
> On Sep 6, 2021, at 1:53 AM, Dominik Schrempf > wrote: > > Thank you, this solution works. May I ask about the reasons of such a > distinction? [i.e. between exec-path and (getenv "PATH")] Well, this is how `shell' and `shell-command-on-region' both do it, and they seem to be the

Re: Citation in footnote not expanded/exported to LaTeX (using Org-ref-cite)

2021-09-06 Thread Bruce D'Arcus
It does seems there's a little bug with this; for in-footnote citation outputs, but the second not. Body text with a citation: [cite:@mcneill2011 with a suffix][fn:2]. Body text with a citation: [cite:@low2001; @mcneill2011; with a suffix][fn:3]. On Mon, Sep 6, 2021 at 7:50 AM Bruce D'Arcus

Bug: `org-babel-latex-preamble' should not hardcode `pgfsysdriver' [9.4.4 (release_9.4.4 @ /home/n/.emacs.d/elpa/28.0/develop/org-mode/lisp/)]

2021-09-06 Thread Zhuohua Li
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.

Addition: Org-cite issue - citation in footnote not exported to LaTeX

2021-09-06 Thread Elias Bounatirou
I'd like to add one detail I've realized only now: The problem that citations using Org-cite are not exported LaTeX obviously does not concern footnotes with an inline definition. Best regards, Elias

Re: Citation in footnote not expanded/exported to LaTeX (using Org-ref-cite)

2021-09-06 Thread Bruce D'Arcus
This works fine for me: #+bibliography: test.bib #+cite_export: biblatex verbose Body text with a citation: [cite:@mcneill2011]. Footnote: [fn:1] #+print_bibliography: * Footnotes [fn:1] A commentary, and then a citation: [cite:@low2001]. Results for the end is: Body text with a citation:

Citation in footnote not expanded/exported to LaTeX (using Org-ref-cite)

2021-09-06 Thread Elias Bounatirou
Hello, I tried to insert a citation in a footnote using Org-ref-cite. Unfortunately, when exporting to LaTeX, the citation is ignored, i.e., it is left out and does not appear in the LaTeX output. Is there a way to make references appear in the footnotes or is there at least a work around? The

org-attach-use-inheritance inherits from sibling

2021-09-06 Thread Johan Tolö
Hi, I have set 'org-attach-use-inheritance' to t. If a heading has no parents it seems to inherit from the first heading in the file which has either the ID or DIR property set, ie from the first sibling above it. I'm guessing this is not the expected behaviour? Johan -- Johan

Re: Org babel source blocks ignore buffer-local variables

2021-09-06 Thread Dominik Schrempf
Thank you, this solution works. May I ask about the reasons of such a distinction? Dominik "Berry, Charles" writes: >> On Sep 4, 2021, at 5:30 AM, Dominik Schrempf >> wrote: >> >> Hello, >> >> I use directory local environments with =envrc= [1], and run into trouble >> when >> using