Problem in 9.3: (next-error) broken

2020-08-22 Thread Tory S. Anderson
Running 9.3 as included in emacs 27, I have found a breaking error that I am not sure how to debug any further. Here's my workflow: 1 or 2. Execute (find-grep) for something that brings results 1 or 2. Switch to an orgmode buffer 3. Attempt C-` (next-error) Result: user-error: No more matches

imenu and drop-downs

2020-08-22 Thread Sharon Kimble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I am using 'imenu' as a drop-down for giving an easy way to jump among different headings in an org file. But, I'm finding that level 2 headings are not showing all of the list of available headings once the list is bigger than the screen! So how

patch to suppress "deprecated cl" warnings plus few others

2020-08-22 Thread Richard Kim
Attached patch suppresses byte compiler warnings. Most changes are to replace (require 'cl) with (require 'cl-lib). Few other changes were also made simply by following messages printed by the byte compiler, e.g., replacing show-branches with outline-show-branches, org-pop-to-buffer-same-window

Re: [SOLVED] Re: [PROBLEM] The commit "e1f09607e0" caused org-mode inline image preview try to convert PDF file link

2020-08-22 Thread Lars Ingebrigtsen
"numbch...@gmail.com" writes: > Thanks Lars. I will wait for new update in Emacs source code, then re-compile > Emacs. The fix has been pushed already. :-) -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no

[SOLVED] Re: [PROBLEM] The commit "e1f09607e0" caused org-mode inline image preview try to convert PDF file link

2020-08-22 Thread numbch...@gmail.com
Thanks Lars. I will wait for new update in Emacs source code, then re-compile Emacs. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog:

Re: [BUG] babel runs bash instead of zsh when sessions are used

2020-08-22 Thread Rudi C
I tried using emacs -Q and org 9.4, and you're right, this bug is nonexistent there. I am using Doom, so that's where the bug is coming from most probably. Unfortunately, things don't work without that bug either. The evaluation hangs indefinitely. I have used C-g to cancel them and take a look at

Re: [PROBLEM] The commit "e1f09607e0" caused org-mode inline image preview try to convert PDF file link

2020-08-22 Thread Lars Ingebrigtsen
"numbch...@gmail.com" writes: > The commit "e1f09607e0" caused this problem. I confirmed by git > checkout a commit before it. And re-eval source code, then the problem > is gone. This is because the commit added > ~image-converter-file-name-extensions~ in image-convert.el library > which

Re: Bug: org-set-tags-command deletes inherited tags [9.3.7 (9.3.7-18-g093b47-elpaplus @ /home/ionasal/.emacs.d/elpa/org-plus-contrib-20200810/)]

2020-08-22 Thread Allen Li
On Fri, Aug 21, 2020 at 8:39 AM Allen Li wrote: > > Kyle Meyer writes: > > > That looks good as far as fixing the misbehavior you report. I wonder > > though whether there's a deeper org-get-tags issue here worth > > considering. Its documentation says > > > > ... the returned list of tags

Re: Bug: Total shown clocked time of inlinetask includes the clocking of the parent task [9.3.7 (release_9.3.7-783-gd307b6 @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-08-22 Thread Ihor Radchenko
> Thank you. Please send the patch with a commit message, as described at > . See the attached. Let me know if anything is missing. Best, Ihor >From 3f7b54f0100013c9a37be10256538f76abdd7112 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sat,

Re: configure separator in org-table-insert-hline

2020-08-22 Thread Vladimir Alexiev
How can I use radio tables for that?