Re: [PATCH] org-refile: add missing version number

2021-01-09 Thread Kyle Meyer
David Duthie writes: > * org-refile.el: (define-obsolete-function-alias): Added missing version > number, [...] Thank you for the patch, but this was already addressed on Thursday by 248dfcd71.

[BUG] org-bibtex-read requires that bibtex is properly initialized

2021-01-09 Thread Matthieu Lemerre
Hi, When calling org-bibtex-read on a fresh emacs on a text which is not a .bib file, we get the following error: bibtex-parse-entry: Wrong type argument: stringp, nil This problem is solved if the (bibtex-set-dialect) function is called before. Note that this function is called automatically the

Bug: test-org-archive/datetree fails with German locale

2021-01-09 Thread General discussions about Org-mode.
Hello, I've run across a test error on the current HEAD. When I run "make test" on my system, then test-org-archive/datetree fails. The test fails because the expected output should contain "Sunday", but with a German locale the generated text is "Sonntag" instead (which is the German translation

Re: Org to ConTeXt exporter?

2021-01-09 Thread Juan Manuel Macías
Hello, Jason, Jason Ross writes: > I recently had the same thought and I've started working on one. > You can see it here: > > https://github.com/Jason-S-Ross/ox-context/ > > It's no substitute for the LaTeX exporter but it implements a lot > of the basics. I'm deriving from the LaTeX exporter b

Re: Possibility to copy text outside EMACS and send it to orgmode document

2021-01-09 Thread TRS-80
On 2021-01-07 01:29, Gerardo Moro wrote: Thanks. Then why is in https://orgmode.org/worg/org-contrib/org-protocol.html#installation this confusing bit? INSTALLATION * To load org-protocol.el add the following to your .emacs: (server-start) (add-to-list 'load-path "~/path/to/org/protoc

[PATCH] org-footnote: fix inserting new footnote mangling drawers (was: Re: Bug: inserting footnote when Footnotes heading has property drawer [9.3.6 (9.3.6-23-g01ee25-elpaplus @ /home/user/.emacs.d/e

2021-01-09 Thread TRS-80
On 2021-01-03 16:27, TRS-80 wrote: Hello! I seem to have come across a bug today in org-footnote. I had just learned about the variable org-footnote-auto-adjust and set it to t. Then I tried to test it by invoking org-footnote-new in my Org file in between existing footnotes 2 and 3. N.B., my

Re: [PATCH] ob-java, a proposal on import improvement

2021-01-09 Thread ian martins
> I can’t give an informed opinion about the patch, but the example looks > great! I did not know that Java support in org-babel is that good. Thanks. Yes, ob-java got an update with org 9.4.

Re: [PATCH] ob-java, a proposal on import improvement

2021-01-09 Thread ian martins
On Fri, Jan 8, 2021 at 11:28 AM John Herrlin wrote: > I would like to combine imports from header-args with imports from a > source block. > ... > I didnt get the to work so I made a patch. John, Sorry that wasn't working. Thanks for investigating and submitting a fix. I think the problem was t

Re: Generated graphic not included in exported TeX/PDF

2021-01-09 Thread Eric S Fraga
Loris (& the list), did you get this sorted? It seems that I am running into the same problem now. What seems to be happening is that the LaTeX file is created in /tmp/babel-XX/latex-YY.tex but the log, aux, etc. files are being created in the current directory (where the file with the L

[PATCH] org-refile: add missing version number

2021-01-09 Thread David Duthie
* org-refile.el: (define-obsolete-function-alias): Added missing version number, which is required since 32c6732d16385f242b1109517f25e9aefd6caa5c was merged into Emacs' master branch. org-copy was made obsolete in f636cf91b6cbe322eca56e23283f4614548c9d65, prior to the 9.4 release. --- lisp/org-ref