Michael Englehorn writes:
> I was running my ledger reports today, and discovered that ob-ledger seems to
> be gone. Was there a reason it was removed, and is there a way for me to get
> it back? I use it frequently.
Contributed packages have been moved to separate repository at
https://git.sr
I was running my ledger reports today, and discovered that ob-ledger seems to
be gone. Was there a reason it was removed, and is there a way for me to get it
back? I use it frequently.
Thank you,Michael Englehorn
publickey - michael@englehorn.com - 0x8B2C043D.asc
Description: application/pgp-ke
I was reading the docs and saw some what looks like some errant keystrokes in
the manual, so here's a patch =]From 9742aad3f68620cca1d82789fcb0040b6a836e78 Mon Sep 17 00:00:00 2001
From: Cody Harris
Date: Fri, 8 Apr 2022 20:21:25 -0700
Subject: [PATCH] doc/org-manual.org: Fix a typo in the manual
On Fri, Apr 8, 2022 at 3:51 PM Rick Lupton wrote:
>
> I also found this recently. The reason is that BibTeX-dialect is set by
> org-cite-basic--parse-bibliography in oc-basic.el based on the file
> extension. Renaming your bibliography file to end in “.bibtex” instead of
> “.bib” should make it
I also found this recently. The reason is that BibTeX-dialect is set by
org-cite-basic--parse-bibliography in oc-basic.el based on the file extension.
Renaming your bibliography file to end in “.bibtex” instead of “.bib” should
make it be parsed using the bibtex rather than biblatex dialect.
I
Thanks for the info. I do get that e.g. TechReport is in
bibtex-entry-alist, but it does not work still. I also tried to remove
any ${HOME}/.emacs.d stuff to ensure no interaction.
bibtex-entry-alist is only populated after an explicit call to
(load-library "bibtex")
or by first visiting a bibte
I guess this could be related to the dialect of the bibtex file. If it is
BibTeX, then org-cite-basic--parse-bibtex finds conference and masterthesis
for me, and probably anything defined in bibtex-entry-alist. Things that
are not in that list would probably be ignored. This is outsourced to
bibtex
On Friday, 8 Apr 2022 at 00:44, Olaf Trygve Berglihn wrote:
> When using the @techreport, @mastersthesis, @phdthesis, and @conference
> org-cite
> fails to find the entry. Export to some formats fails due to this.
I have tried this and it is true that org cite fails but only for
mastersthesis a
On Friday, 8 Apr 2022 at 10:59, Ihor Radchenko wrote:
> Should be fixed now in f6813dbe. See
Confirmed. Thank you!
--
: Eric S Fraga, with org release_9.5.2-426-gf6813d in Emacs 29.0.50
When using the @techreport, @mastersthesis, @phdthesis, and @conference org-cite
fails to find the entry. Export to some formats fails due to this.
To reproduce use the following bib file with all standard entry types:
test.bib:
@Article{article,
author = {Article Author},
title =
10 matches
Mail list logo