org-fold-core-region error: missing SPEC

2023-05-28 Thread 420actionunits
I get the following stack trace when calling ORG-JIRA-GET-ISSUES from org-jira I also get it from similar calls from ejira. After looking at the code I think it's a problem in org and org-fold. Debugger entered--Lisp error: (error "Calling ‘org-fold-core-region’ with missing SPEC")

[BUG] lisp/org-eldoc.el: Eldoc does not work in org source blocks

2023-05-28 Thread Bruno Cardoso
Hello everyone. The Eldoc interface `eldoc-print-current-symbol-info' works everywhere just fine for me (Emacs 28.2), but it does not work inside org source blocks for elisp code. Yet, reverting to the obsolete `elisp-eldoc-documentation-function' in org-eldoc's

Editing begin_verse using edit special

2023-05-28 Thread Bernt Hansen
Hi, I use #+begin_verse For certain blocks in my org files Is there a way to allow C-c ‘ to edit this block in fundamental mode? I always get an error that there is ‘no special evironment to edit here’ when trying to do C-c ‘ on a verse block Thanks, Bernt

Editing begin_verse using edit special

2023-05-28 Thread Bernt Hansen
Hi, I use #+begin_verse For certain blocks in my org files Is there a way to allow C-c ‘ to edit this block in fundamental mode? I always get an error that there is ‘no special evironment to edit here’ when trying to do C-c ‘ on a verse block Thanks, Bernt

Re: Preserving leading zeros

2023-05-28 Thread tomas
On Sun, May 28, 2023 at 01:50:15PM -0400, William Denton wrote: > On 28 May 2023, Berry, Charles wrote: > > > Have you considered http://gewhere.github.io/org-bibtex ?? > > > > Or using the approach therein, viz. use properties to store bib data in org? > > That would be great for a smaller

Re: Preserving leading zeros

2023-05-28 Thread William Denton
On 28 May 2023, Berry, Charles wrote: Have you considered http://gewhere.github.io/org-bibtex ?? Or using the approach therein, viz. use properties to store bib data in org? That would be great for a smaller bibliography, but I'm dealing with over 2,400 books. They're in a simple database

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2023-05-28 Thread Timothy
Hi Rudolf, Thanks for testing the branch :) > ISSUE 1: CLIPPING > > On my HiDPI screen, the new previews are clipped slightly at the edges. > I had this issue before and fixed it in [1][2]. Has the same bug crept > back? > > [1] >

Re: Preserving leading zeros

2023-05-28 Thread Berry, Charles
William, Have you considered http://gewhere.github.io/org-bibtex ?? Or using the approach therein, viz. use properties to store bib data in org? HTH, Chuck > On May 28, 2023, at 7:46 AM, William Denton wrote: > > I'm thinking about moving a personal library catalogue system into Org. This

Preserving leading zeros

2023-05-28 Thread William Denton
I'm thinking about moving a personal library catalogue system into Org. This would involve ISBNs, and when ISBNs had 10 digits some would have leading zeros. It turns out leading zeros are removed when something looks like a number. #+name:isbn | 0006145396 | #+begin_src shell :results

Re: [FR] Please add environment variable substitution in `org-display-inline-images'

2023-05-28 Thread General discussions about Org-mode.
Pan Xie writes: > So my proposal of the code change would be (find "pxie" in the codes): Thanks for proposing a change. It would be best if you produced a patch file from this :) But someone with a bit more free time could do that as well. This is just FYI, and by no means a big deal, but

[FR] Please add environment variable substitution in `org-display-inline-images'

2023-05-28 Thread Pan Xie
Hello, I recently found that the environment variable substitution does not apply to inline image paths. Supposing I use a path “/home/pxie/$Gallery/” to store all my image files, “$Gallery” should be substituted with its corresponding value. The file link DOES substitute the environment

Re: org-mode for package documentation

2023-05-28 Thread Payas Relekar
Björn Bidar writes: > Philip Kaludercic writes: > >> Christopher Dimech writes: >> >>> Dear Compeers, >>> >>> Some months ago there had been a discussion about using org-mode >>> to produce package documentation. Which would allow the use of >>> Latex3 (e.g. use of colour, floating images).

Re: org-mode for package documentation

2023-05-28 Thread Philip Kaludercic
Björn Bidar writes: > Philip Kaludercic writes: > >> Christopher Dimech writes: >> >>> Dear Compeers, >>> >>> Some months ago there had been a discussion about using org-mode >>> to produce package documentation. Which would allow the use of >>> Latex3 (e.g. use of colour, floating images).