Re: [PATCH] org-list.el: Reduce scope to subtree

2023-10-05 Thread Jeremias Gonzalez
On Thu, Oct 5, 2023 at 2:39 AM Ihor Radchenko wrote: > Thanks for providing the reproducer! > Fixed, on main. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=88ff6c2fb Wonderful, thank you! Looking at your patch it is definitely much more involved than I was anticipating. Than

Re: org-bibtex-yank failing with error Wrong type argument: stringp, nil

2023-08-13 Thread Jeremias Gonzalez
On Sun, Aug 13, 2023 at 8:44 AM Ihor Radchenko wrote: > Does the attached patch fix the problem? > The patch works for me, thank you very much!

Re: org-bibtex-yank failing with error Wrong type argument: stringp, nil

2023-08-13 Thread Jeremias Gonzalez
On Sun, Aug 13, 2023 at 12:57 AM Ihor Radchenko wrote: > "J. G." writes: > > > Adding the following two lines to my init fixes the error in my case: > > (require 'bibtex)(bibtex-set-dialect 'biblatex nil) > > Do I understand correctly that you attempted to run org-bibtex-read from > a non-bibtex

Re: org-babel-tangle not using relative links

2020-06-09 Thread Jeremias Gonzalez
On 6/8/2020 5:37 PM, Kyle Meyer wrote: Kyle Meyer writes: Thank you for the excellent bug report. This is should be fixed by Guh, "is should be". Apparently I started off feeling bold, reconsidered, and then did a sloppy job of switching to a more cautious claim :/ The new code works perf

Re: org-babel-tangle not using relative links

2020-06-08 Thread Jeremias Gonzalez
With some further testing regarding the issue, I have been able to replicate the problem, with the relative links setting in org babel being ignored, using "emacs -Q" on Ubuntu with the emacs version installed from their package repository. The test.org file is the same as before, and again th

org-babel-tangle not using relative links

2020-06-06 Thread Jeremias Gonzalez
I cannot seem to be able to make org-babel-tangle respect the setting of org-babel-tangle-use-relative-file-links to t. Here is my process after launching "emacs -Q" (the default for org-babel-tangle-use-relative-file-links appears to be true in this configuration): 1. Write example org file