Re: [PATCH] org-src.el Do not ask to revert unmodified buffers

2021-03-25 Thread pillule
You are right I clearly missed org-src-ask-before-returning-to-edit-buffer Don't know how . . . Sorry for the noise. Kyle Meyer writes: Thanks for the patch. pillule writes: Hi, it is asked to the user if we want to revert changes when re-entering in a org-source buffer. Even if the

[PATCH] org-agenda.el: Rename org-agenda-format-item parameters

2021-03-25 Thread Renato Ferreira
* org-agenda.el (org-agenda-format-item): Rename parameters so they don't clash with dynamic variables used by `org-prefix-format-compiled'. TINYCHANGE --- lisp/org-agenda.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el i

[PATCH 1/1] org-src.el: Add option to delay fontification of source blocks

2021-03-25 Thread leo
From: Leo Okawa Ericson * lisp/org-src.el (org-src-font-lock-fontify-block): Add option to delay fontification of source blocks. If `org-src-font-lock-fontify-idle-delay' is non-nil fontification of code blocks is delayed until the user has become idle. Fontification of source blocks can be ver

[PATCH 0/1] Add option to delay fontification of source blocks

2021-03-25 Thread leo
From: Leo Okawa Ericson I tried sending this patch once before, but I think it got caught as spam so I'm trying this again. Fontification of long code blocks can be very slow. The patch (in the reply to this email) mitigates this by adding an option to delay the fontification after the user has

Re: org-plot/gnuplot: question and feature suggestions

2021-03-25 Thread Eric S Fraga
On Thursday, 25 Mar 2021 at 20:31, Timothy wrote: > Eric S Fraga writes: > >> or some similar way but I cannot figure out how to do it. > > [ Update: He figured it out :P ] ;-) > If no-one else takes care of these, I'll take a look in a bit* :) Thank you! And no pressure, of course. -- : Eri

Re: org-plot/gnuplot: question and feature suggestions

2021-03-25 Thread Timothy
Eric S Fraga writes: > or some similar way but I cannot figure out how to do it. [ Update: He figured it out :P ] > I also have two feature requests should anybody be able to help: > > 1. it would be consistent and useful if "C-c C-c" executed >org-plot/gnuplot when on such a #+PLOT line.

Re: org-plot/gnuplot: question and feature suggestions

2021-03-25 Thread Eric S Fraga
On Thursday, 25 Mar 2021 at 11:58, Eric S Fraga wrote: > In a #+PLOT line, I would set this using > > #+PLOT: ... set:"format \"%T\"" Solved it. I had forgotten that gnuplot is quite relaxed about the quotes used so this works: #+PLOT: ... set:"format '%T'" My feature requests stand,

org-plot/gnuplot: question and feature suggestions

2021-03-25 Thread Eric S Fraga
Hello all, I normally use gnuplot directly with src blocks but sometimes it's useful to use the #+PLOT for some quick and dirty plots. I have one problem: I wish to set the format for axes labels to %T. Normally, in gnuplot, this would be simply a line format "%T" In a #+PLOT line, I would

An interesting LaTeX package

2021-03-25 Thread Juan Manuel Macías
Hi all, This is not directly related to Org-Mode (apologies for the light off-topic), but I thought this new LaTeX package uploaded to CTAN could be of interest to those who regularly export from Org to LaTeX and want to get a document as 'perfect' as possible, typographically speaking ;-) The Lu

Re: MacOS (emacsformacosx) c-spc, does not run set-mark-command

2021-03-25 Thread Tim Cross
Uwe Brauer writes: "TC" == Tim Cross writes: > >> Diego Zamboni writes: > >>> I have seen differences in this behavior depending on the Emacs >>> build. The emacs-mac port >>> (https://github.com/railwaycat/homebrew-emacsmacport) >>> seems to intercept certain Mac-specific keybindings su

Re: MacOS (emacsformacosx) c-spc, does not run set-mark-command

2021-03-25 Thread Diego Zamboni
On Thu, 25 Mar 2021 at 08:28, Uwe Brauer wrote: > Right, it seems and issue of the OS shortcuts as C-space is for > switching keyboards (US->spanish>etc etc).[1] > > Do you know how to change or disable them? > > Uwe > > > > Footnotes: > [1] the same happens on Linux/KDE On macOS, these shortc

Re: MacOS (emacsformacosx) c-spc, does not run set-mark-command

2021-03-25 Thread Uwe Brauer
>>> "TC" == Tim Cross writes: > Diego Zamboni writes: >> I have seen differences in this behavior depending on the Emacs >> build. The emacs-mac port >> (https://github.com/railwaycat/homebrew-emacsmacport) >> seems to intercept certain Mac-specific keybindings such as C-space >> and C-M-space

Re: [PATCH] org.el (org-do-latex-and-related): Fix duplicate 'latex-and-related faces

2021-03-25 Thread Sébastien Miquel
Kyle Meyer writes: > Please add a period after the changelog entry. Done. > Any reason not to pass limit as re-search-forward's BOUND instead? I've looked at the history of this code, and some earlier comment indicated that limit was ignored on purpose. The only case where it'd make a differe