Re: [PATCH] manual: fix keybinding for org-force-cycle-archived

2022-05-22 Thread Matt Lundin
I just noticed also that the name has been changed to org-cycle-force-archived and that the key index reference was incorrect. I've attached an additional patch to fix these in the manual. Best, Matt >From 8412f476e98c3271fac88a170e26ad033501c3d6 Mon Sep 17 00:00:00 2001 From: Matt Lundin

Re: [PATCH] Avoid ignoring LaTeX export output errors when org-latex-pdf-process is a list

2022-05-22 Thread Daniel Fleischer
Ihor Radchenko [2022-05-22 Sun 11:51] wrote: > The attached patch is fixing a rather annoying problem when > org-latex-pdf-process is set to a list. Currently, only output of the > last command in the list is preserved in *Org PDF LaTeX output* buffer, > which sometimes prevents ox-latex from

Re: A test

2022-05-22 Thread Matt Lundin
This is not cool. Really Matt Lundin writes: > Dear so and so, > > Not again. What's with all this craziness? > > Now there. > > Goodbye. > > OK - now we are talking - we're going to make this into a good day. > > Donec vitae dolor. > > Item Amount > --- > Shoes 80 >

[PATCH] org-todo-yesterday: Fix interactive arg when in agenda buffer

2022-05-22 Thread Aaron L. Zeng
(I'm resubmitting this patch because my previous submission was in-reply-to another email which I suspect was ignored. Would love to get this relatively simple bug fixed. Thanks!) * lisp/org.el (org-todo-yesterday): Fix an incorrect use of apply when org-todo-yesterday intends to call

Question Regarding Easier Issues To Help With

2022-05-22 Thread Samuel Banya
Hey there, So I took a look at the following link recently as I finally have had time again over the past couple of months since I've been dealing with a lot of personal family stuff, and got some time back again. Can anyone lead me in the right direction for some beginner tier issues to take

Re: A test

2022-05-22 Thread Matt Lundin
I'm sorry for this spam. I was experimenting with org-msg mode. Hence the nonsense prose in the email. In particular, I was attempting to ensure that mail to mailing list addresses would automatically switch to plain text instead of html upon address completion. But I forgot to remove the Org

[PATCH] manual: fix keybinding for org-force-cycle-archived

2022-05-22 Thread Matt Lundin
* doc/org-manual.org: Fix a keybinding in Internal archiving --- doc/org-manual.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 7cba5f18d..686412d84 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -7373,7 +7373,7

Re: Help with my first elisp

2022-05-22 Thread Ypo
Thanks, Greg * Now I am able to run my script every time I am in logos-focus mode :D * But my keys don't get to be "normal" after I get out of logos-focus mode. This is how my code is evolving (the "conditional part" is not working yet): (add-hook 'logos-focus-mode-hook #'(lambda ()

Eev-wconfig.el etc etc, or: "Exercise: Learn Org!"

2022-05-22 Thread Eduardo Ochs
Hi all, I made a video that is mainly for people who are new to Emacs and who are using M$ Windows, and it ends with an exercise that is roughly this: "...now download a .zip file with Rainer Koenig's videos from , unpack it somewhere, and use eev

Re: org-cite styles don't allow * in them

2022-05-22 Thread Bruce D'Arcus
On Thu, Apr 21, 2022 at 4:06 AM Nicolas Goaziou wrote: > If there's no objection, I'll add asterisk character to the list of > allowed characters in citation style. It's been a month without objection. Could we please add this then? Bruce

Re: [BUG] org-table-blank-field missing keybinding [9.5.2 (N/A @ /gnu/store/zkm1kxbk6p56ag6rscsl4k8ckxksp1bz-emacs-org-9.5.2/share/emacs/site-lisp/org-9.5.2/)]

2022-05-22 Thread André A . Gomes
Ihor Radchenko writes: > André A. Gomes writes: > >> org-table-auto-blank-field used to be bound to C-c SPC and the manual >> still refers to it. Was the keybinding removed by mistake? Thanks. > > The manual has been fixed in Org 9.5.3. It will be included in Emacs > 28.2. See

Re: Trouble producing nicely aligned org tables from emacs-jupyter code blocks using latest org version

2022-05-22 Thread Richard Stanton
Odd. Invoking it as you do on my Mac, I get the same results I noted earlier. > On May 20, 2022, at 1:57 AM, Ihor Radchenko wrote: > > "Richard H. Stanton" writes: > >> Here’s a simple init.el that shows the problem (most of it is just >> boilerplate code to use straight.el to manage

Re: Help with my first elisp

2022-05-22 Thread Greg Minshall
Ypo, > Additional problem: I don't know how to recover keys 1, 2 and 3 to > their normal functioning, right now I can't type 1, 2 or 3 on my > Emacs. xD you have, e.g., > (define-key global-map (kbd "1") #'posicion1) > (define-key global-map (kbd "2") #'posicion2) > (define-key global-map (kbd

Re: calculating quartils, tercils (or percentiles) Using R?

2022-05-22 Thread Jeremie Juste
Hello Uwe, > On Sunday, 22 May 2022 at 08:40, Uwe Brauer wrote: > but I can't not find a way to calculate other percentiles, like terciles or > so. > Does anybody know about this, or a org-function doing it? I would recommend checking the R documentation. #+begin_src R :colnames t :var

Help with my first elisp

2022-05-22 Thread Ypo
Hi After thinking about learning elisp for years, today I've tried my first script. First I made some macros that worked as I intended, and then using this tutorial of Protesilaos I was able to transform those macros into elisp code.

Re: calculating quartils, tercils (or percentiles) Using R?

2022-05-22 Thread Uwe Brauer
Hello Jermie > Hello Uwe, > I would recommend checking the R documentation. Believe me, I tried (well I mostly googled, and I failed, I understand now why, my column name was not consistent, with the call in src block grrr > I believe that you might be looking for the following. >

Re: [BUG] org-table-blank-field missing keybinding [9.5.2 (N/A @ /gnu/store/zkm1kxbk6p56ag6rscsl4k8ckxksp1bz-emacs-org-9.5.2/share/emacs/site-lisp/org-9.5.2/)]

2022-05-22 Thread Ihor Radchenko
André A. Gomes writes: > org-table-auto-blank-field used to be bound to C-c SPC and the manual > still refers to it. Was the keybinding removed by mistake? Thanks. The manual has been fixed in Org 9.5.3. It will be included in Emacs 28.2. See

Re: [PATCH] Re: Bug in 9.5.3 org--file-default-apps

2022-05-22 Thread Max Nikulin
On 22/05/2022 11:10, Ihor Radchenko wrote: Max Nikulin writes: The source of the problem is that Emacs-27 was released with the following bug: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=40247 mailcap-mime-data erased when parsing mime parts So `mailcap-parse-mailcaps' called from

[BUG] org-copy-subtree in a file with local variables marks buffer as modified [9.5.3 (release_9.5.3-6-gef41f3 @ /home/ignacio/repos/emacs/lisp/org/)]

2022-05-22 Thread Ignacio Casso
Hello, Copying a subtree with `org-copy-subtree' in an org file with local variables marks the buffer as modified. This is because `org-copy-subtree' calls `org-preserve-local-variables', which deletes local variables, executes some body, and then inserts them again, which results in a modified

Re: [BUG] org-open-file immediately termininates when calling xdg-open that calls emacsclient

2022-05-22 Thread Max Nikulin
On 22/05/2022 11:37, Ihor Radchenko wrote: I have a problem with the following commits: 869b7a21b org-open-file: Avoid make-process for Emacs 24 compatibility 5db61eb0f org.el: Avoid xdg-open silent failure They both set process-connection-type to nil/'pipe. Somehow, this change breaks

Re: [BUG] org-complex-heading-regexp should consider COMMENT keywords [9.5.2 (release_9.5.2-25-gaf6f12 @ /home/ignacio/repos/emacs/lisp/org/)]

2022-05-22 Thread Bastien Guerry
Hi Ihor and Ignacio, sorry for the late answer. Ihor Radchenko writes: > Bastien, could you kindly check if Ignacio Casso > has FSF assignment and update contributors > page accordingly? I confirm Ignacio has FSF assignment (since 2022-03-28) and I updated the Org contributors page. Best,

how to update remote calls?

2022-05-22 Thread Uwe Brauer
Hi I have the following example #+begin_src ,** Statistic :PROPERTIES: :ID: test-master :END: | Result| |---| | 7.5 | | 4.3 | | 7.5 | | 5.5 | | 8.5 | | 7.5 | | 8.2 | | 9 | | 8.5 | | 7 | | 7.5 |

calculating quartils, tercils (or percentiles) Using R?

2022-05-22 Thread Uwe Brauer
Hi I can use R to calculate quartils as in #+begin_src #+tblname: TC | Data | |--| |5 | | 10 | | 12 | | 15 | | 20 | | 24 | | 27 | | 30 | | 35 | #+begin_src R :colnames t :var t1=TC summary(t1) #+end_src #+RESULTS: | Data | |---| | Min. :

[SOLVED, but ] (was: how to update remote calls?)

2022-05-22 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I have the following example It seems that either 1. org-table-recalculate-buffer-tables 2. org-table-iterate-buffer-tables Does the job, the docstring of both function does clarify the difference between both. Can anybody please enlighten me?