Re: [patch] ox-latex.el: add `:options' LaTeX attribute to tables

2021-10-26 Thread Vikas Rawal
> > Example: > > #+ATTR_LATEX: :environment longtblr > #+ATTR_LATEX: :align colspec = {XXX}, width = 0.85\linewidth > #+ATTR_LATEX: :options remark{Note} = {Lorem ipsum dolor sit amet} > > ==> \begin{longtblr}[remark{Note} = {Lorem ipsum dolor sit amet}]{colspec = > {XXX}, width =

[PATCH] Fast tag de-selection face

2021-10-26 Thread Daniel Fleischer
Bumping a patch; it solves a minor bug in which the tags in the fast tag selection buffer do not toggle their face back to default after being selected and deselected. Attached. >From 50fd7e953eed7c339886722c8247d9e492113eb8 Mon Sep 17 00:00:00 2001 From: Daniel Fleischer Date: Fri, 8 Oct

Re: org-persist warning when archiving

2021-10-26 Thread Colin Baxter 
Hi Ihor, > Ihor Radchenko writes: > Colin Baxter  writes: >> I'm running Org mode version 9.5 (release_9.5-178-gcf8906) on >> emacs-28.0.60. Unfortunately, I could not apply your patch >> ('patch would not apply') using either 'git apply /path/to/patch' >> or 'git a

Re: Sub-figures in Org Mode

2021-10-26 Thread Jason Ross
Hi Juan, On 10/22/21 5:00 PM, Juan Manuel Macías wrote: Hi Jason, Jason Ross writes: Are there any workarounds people use to create subfigures in Org Mode when exporting to LaTeX? Example output: In this thread I explain a procedure to export images as subfigures using org links:

Re: [patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers

2021-10-26 Thread Matt Price
On Tue, Sep 21, 2021 at 9:36 AM Timothy wrote: > I’m suspect it too short notice for such a large change to make its way > into Org > 9.5, but Bastien’s release email is certainly a good prompt to bump this. > > Bastien writes: > > > Thank you *very much* for this work and sorry for the slow

Re: Bug: font-lock error with - in code-mode [9.4.6 (9.4.6-gab9f2a @ /gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/)]

2021-10-26 Thread Max Nikulin
On 26/10/2021 00:33, Bastien wrote: Ihor Radchenko writes: I am thinking to revert the patch and reopen (BTW, how to do it in Woof!?) this bug report for now. Sure, please go ahead, thanks. PS: I'm not sure how to do this with Woof! but I'm working on the next version of Woof! where this

Re: the GNU bug tracker, use it or have something similar? Gmane might block attachments in bug reports

2021-10-26 Thread Max Nikulin
On 26/10/2021 02:21, Uwe Brauer wrote: Max Nikulin writes: I am unsure to which list you are going to send a copy. Emacs-orgmode is hosted on gnu.org just as other emacs lists. To bug-gnu-em...@gnu.org That one I can access via debbugs-org That function seems a good compromise: it does not

[patch] ox-latex.el: add `:options' LaTeX attribute to tables

2021-10-26 Thread Juan Manuel Macías
Hi, The `:options' attr. allows adding an optional argument with various table options (between brackets in LaTeX export), since certain tabular environments, such as `longtblr' of the `tabularray' LaTeX package, provides this structure (see:

Re: org-persist warning when archiving

2021-10-26 Thread Ihor Radchenko
Colin Baxter  writes: > I'm running Org mode version 9.5 (release_9.5-178-gcf8906) on > emacs-28.0.60. Unfortunately, I could not apply your patch ('patch would > not apply') using either 'git apply /path/to/patch' or 'git a > /path/to/patch'. Oops. Try the updated patch. The old one was based

Re: Problems generating the org-mode documentation

2021-10-26 Thread Jean-Christophe Helary
> On Oct 22, 2021, at 15:34, Pedro Andres Aranda Gutierrez > wrote: > > I have checked on a MacBook Pro with 16G running non-virtualised Same here. It is not a resource problem. -- Jean-Christophe Helary @brandelune https://mac4translators.blogspot.com

Re: org-persist warning when archiving

2021-10-26 Thread Colin Baxter 
Hi Thor, > Ihor Radchenko writes: > Colin Baxter  writes: >> > Hello, Whenever I archive a DONE item via 'C-c C-x C-a' I get >> the > warning: >> >> > Warning (emacs): org-element--cache: Unregistered buffer > >> modifications detected. Resetting. >> >> >

Re: Problems generating the org-mode documentation

2021-10-26 Thread Pedro Andres Aranda Gutierrez
Hi > I think the trouble with "TeX capacity exceeded" is not a trouble with "make > doc", Emacs or Org. > Probably a trouble with make or TeX environment as for example the size of > available RAM. > I have already met that on Virtual machine with not enough memory for > compilation but just

[BUG] "args out of range" on link heading completion [9.5 (9.5-gd361c7 @ /Users/carlos/.emacs.d/straight/build/org/)]

2021-10-26 Thread Carlos Pita
Hi, when I try to autocomplete a heading inside a link I get: completion--some: Args out of range: #("*hea" 0 1 (fontified t help-echo "LINK: *head" htmlize-link (:uri "*head") rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text

Bug: Inconsistent macro replacement [9.4.4 (release_9.4.4 @ /nix/store/jzj2bbfjlbv08xjgyljf7aqf7q2jcbm8-emacs-27.2/share/emacs/27.2/lisp/org/)]

2021-10-26 Thread Vinicius Vinicius
While {{{title}}} concatenates multiple #+TITLE lines, {{{author}}} retrieves only the first one. MWE:#+TITLE: Foo#+TITLE: Foo2 #+AUTHOR: First Author#+AUTHOR: Second Author {{{title}}} vs {{{author}}} Emacs  : GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars)Package: Org

Re: Problems generating the org-mode documentation

2021-10-26 Thread Pedro Andres Aranda Gutierrez
Let’s hope then this makes its way to Emacs-28 sooner than later ;-) /PA Enviado desde mi iPhone > El 23 oct 2021, a las 6:06, Kyle Meyer escribió: > > Hoffmann, Jobst writes: > >> But I think I found the culprit: >> >> Line 17568 of org.texi reads: >> >> @kindex C-c C-x @ >> >> and @

Re: org-persist warning when archiving

2021-10-26 Thread Ihor Radchenko
Colin Baxter  writes: > > Hello, Whenever I archive a DONE item via 'C-c C-x C-a' I get the > > warning: > > > Warning (emacs): org-element--cache: Unregistered buffer > > modifications detected. Resetting. > > > The archiving is successful, but I keep getting the warning

Re: org-persist warning when archiving

2021-10-26 Thread Colin Baxter 
> Colin Baxter  writes: > Hello, Whenever I archive a DONE item via 'C-c C-x C-a' I get the > warning: > Warning (emacs): org-element--cache: Unregistered buffer > modifications detected. Resetting. > The archiving is successful, but I keep getting the warning and

org-persist warning when archiving

2021-10-26 Thread Colin Baxter 
Hello, Whenever I archive a DONE item via 'C-c C-x C-a' I get the warning: Warning (emacs): org-element--cache: Unregistered buffer modifications detected. Resetting. The archiving is successful, but I keep getting the warning and therefore wonder if there is some org-persist or cache setting

Re: prettify-symbols-mode in org agenda?

2021-10-26 Thread William Xu
Any updates here? I do hope the patch can be merged.. -- William

Re: Lisp error: (void-function org-element-keyword-parser)

2021-10-26 Thread Eric S Fraga
On Monday, 25 Oct 2021 at 15:00, Nick Dokos wrote: > Eric S Fraga writes: >> For the record, I have had this or something very similar for a very >> long time (years) now. All my org-agenda-files which get loaded during >> my initialization, when I set up the appointment handling, are in org >>

Re: [ISSUE] org-mode fill paragraph is slow and suspend often

2021-10-26 Thread Ihor Radchenko
"Christopher M. Miles" writes: > Emacs often suspend for a long time. > ... > 1467 26% - org-element--cache-sync > ... > 1334 23% - catch > 1332 23% - and > 1332 23%

Re: Bug: font-lock error with - in code-mode [9.4.6 (9.4.6-gab9f2a @ /gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/)]

2021-10-26 Thread Greg Minshall
> Actually, when I told my daughter I was programming "Woof!" as a tool > to ensure that important emails where receiving enough attention from > the community, she suggested I should program something for the "poor > unimportant emails" out there... of course she'd call it "Mew!" > > And I'm

Re: Bug: font-lock error with - in code-mode [9.4.6 (9.4.6-gab9f2a @ /gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/)]

2021-10-26 Thread Greg Minshall
Bastien, > PS: I'm not sure how to do this with Woof! but I'm working on the next > version of Woof! where this will be possible. i hope you will call the next version: Woof, woof! :)

Re: Bug: font-lock error with - in code-mode [9.4.6 (9.4.6-gab9f2a @ /gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/)]

2021-10-26 Thread Bastien
Greg Minshall writes: > i hope you will call the next version: Woof, woof! Ahah! Actually, when I told my daughter I was programming "Woof!" as a tool to ensure that important emails where receiving enough attention from the community, she suggested I should program something for the "poor

[ISSUE] org-mode fill paragraph is slow and suspend often

2021-10-26 Thread Christopher M. Miles
When I press [M-q] on the following org-mode buffer content: #+begin_src org ,* 绵羊是太阳能农场的优秀管理员 :PROPERTIES: :SOURCE: 奇客Solidot–传递最新科技情报 :DATE(original): [2021-10-25 Mon 17:28] :DATE: [2021-10-26 Tue] :END: 有利于放养家畜和有利于太阳能发电的地方经常重叠。它们都需要平坦、阳光充足,没有高大植被的开阔地。因此 太阳能生产商正越来越多地租用农田运营。