Re: LaTeX export of a file with some accented characters

2022-03-15 Thread Juan Manuel Macías
Hi Vikas, Vikas Rawal writes: > I have an org file with some names (not all) that have accented > characters. But when I try to export, I get errors such as this: > > Sāṅkr - 65190: word not found > > What do I do to make Org export these correctly? Is there a way to > make Org export even if it

Re: [PATCH] org-agenda: Skip formatting if format string is ""

2022-03-15 Thread Samim Pezeshki
Hi! Is there anything I need to do for this to be merged? Thanks On Wed, Feb 9, 2022 at 10:44 PM Samim Pezeshki wrote: > Thanks Ihor for the detailed explanation, > I updated the patch as you suggested. > > On Sun, Feb 6, 2022 at 12:53 PM Ihor Radchenko wrote: > >> Samim Pezeshki writes: >>

LaTeX export of a file with some accented characters

2022-03-15 Thread Vikas Rawal
I have an org file with some names (not all) that have accented characters. But when I try to export, I get errors such as this: Sāṅkr - 65190: word not found What do I do to make Org export these correctly? Is there a way to make Org export even if it does not recognise the characters? Vikas

[BUG] org-cite: 10 second hang opening a ~4k org file with 10MB bibtex library [9.5.2 (9.5.2-g91681f @ /home/jdm204/.config/emacs/straight/build/org/)]

2022-03-15 Thread Jamie Matthews
# Issue Starting emacs with emacs -Q​, then navigating to a minimal example org file with C-x C-f​ yields a ~10 second hang on an 8-core/16GB RAM machine with nothing else running. Also, scrolling commands like C-v​ are often laggy after the initial hang. The minimal org file begins: """

[BUG] Test failure: testing/lisp/test-ob-octave.el is missing a `provide'

2022-03-15 Thread Nick Dokos
That stopped the `make test' cold with a backtrace. Bug fix attached. >From 0d7f1b77dfa5cf3f755ea5d3b08943ec696f8bbf Mon Sep 17 00:00:00 2001 From: Nick Dokos Date: Tue, 15 Mar 2022 12:33:52 -0400 Subject: [PATCH] test-ob-octave: Add missing `provide' --- testing/lisp/test-ob-octave.el | 2 ++

Re: [BUG] org-capture autoload bug? [9.5.2 (9.5.2-gfbff08 @ /home/ignacio/.emacs.d/elpa/org-9.5.2/)]

2022-03-15 Thread Ignacio Casso
> I'll write now the email to emacs-devel with all these issues and > mention in this thread the corresponding debbugs thread in case anyone > wants to follow it. 54...@debbugs.gnu.org

Re: [BUG] org-capture autoload bug? [9.5.2 (9.5.2-gfbff08 @ /home/ignacio/.emacs.d/elpa/org-9.5.2/)]

2022-03-15 Thread Ignacio Casso
>>> My recommendation would be to come up >>> with a non-org specific example which reproduces the behaviour and then >>> ask on emacs-devel, using the example to demonstrate the issue. >> >> I agree. I'm on it. After trying to build a simple example I have realized a part of my analysis was

when exporting to odt or html, latex equations are not exported when in soure block: BUG?

2022-03-15 Thread Uwe Brauer
Hi I run a relative recent GNU Emacs and org master, however please consider the following example: When exporting to html or odt (using dvipng in both cases) the first set of equations in the source block are ignored. Can somebody please confirm this, and tell me whether I should open a BUG

Re: ox-publish: Some starting problems

2022-03-15 Thread Max Nikulin
On 09/03/2022 23:39, c.bu...@posteo.jp wrote: Am 09.03.2022 16:32 schrieb Max Nikulin: Do you mean that (setq org-export-with-broken-links 'mark) is the same as :with-broken-links mark? This are just two different ways to set the same thing? How do I know as a newbie? ;) I suggested you to

Re: [BUG] org-capture autoload bug? [9.5.2 (9.5.2-gfbff08 @ /home/ignacio/.emacs.d/elpa/org-9.5.2/)]

2022-03-15 Thread Ignacio Casso
>>> For `defcustom' autoload generates no more than >>> >>> (defvar org-capture-templates nil "...") >>> >>> It seems, behavior depends on whether `org-capture-templates' has the :set >>> attribute. >> Not really, all defcustoms have a :set attribute, be it passed >> explicitly as a

Re: [BUG] org-capture autoload bug? [9.5.2 (9.5.2-gfbff08 @ /home/ignacio/.emacs.d/elpa/org-9.5.2/)]

2022-03-15 Thread Max Nikulin
On 15/03/2022 02:43, Ignacio Casso wrote: I've also investigated the issue a little bit further and wrote and email with my conclusions about the same time Max wrote his. I comment inline about a few of your thoughts: For `defcustom' autoload generates no more than (defvar