[PATCH] Don't quote symbols in defcustom types

2022-06-14 Thread Robert Pluim
A couple of places in org main quoted symbols in defcustom types, but the type itself is already quoted, so thatʼs not necessary. Thanks Robert -- >From 3163652a7eecbf84c767c6740822e00cf842e607 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Mon, 13 Jun 2022 16:15:10 +0200 Subject: [PA

Re: [PATCH] New remote resource download policy

2022-06-14 Thread Robert Pluim
> On Sun, 12 Jun 2022 22:43:07 +0800, Timothy said: Timothy> Hi All, Timothy> As was raised in the `#+include: URL' thread Timothy> (), currently Org will Timothy> automatically download files without confirmation in various

Re: [PATCH] Don't quote symbols in defcustom types

2022-06-14 Thread Robert Pluim
> On Tue, 14 Jun 2022 22:04:10 +0800, Ihor Radchenko > said: Ihor> Daniel Fleischer writes: >> Thanks for the patch, merged. Ihor> BTW, should it be a TINYCHANGE? What's a TINYCHANGE? Robert --

[PATCH] org.el (org-read-date): Point to Info documentation

2022-06-21 Thread Robert Pluim
Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Tue, 21 Jun 2022 11:36:24 +0200 Subject: [PATCH] org.el (org-read-date): Point to Info documentation * lisp/org.el (org-read-date): Add reference to Info documentation, mainly because that describes all the available calendar navigation comma

Re: [PATCH v3] ol.el: add description format parameter to org-link-parameters

2022-06-21 Thread Robert Pluim
> On Tue, 21 Jun 2022 13:03:32 +0100, Hugo Heagren said: Hugo> They're very nearly just right, but for some reason Hugo> `test-ol-with-link-parameters-as' doesn't always reset the parameters Hugo> correctly for me. However I have them set to originally, it sets Hugo>

Re: Something has happened such that I can't export to latex

2022-07-29 Thread Robert Pluim
> On Fri, 29 Jul 2022 13:24:46 +0100, Sharon Kimble > said: >> What does your local.mk contain? I donʼt think the default org >> makefile references loadup.el anywhere. >> Sharon> Does this help? Its been a very long time since I looked at it, and I don't think that I

Re: Something has happened such that I can't export to latex

2022-07-29 Thread Robert Pluim
> On Fri, 29 Jul 2022 09:48:09 +0100, Sharon Kimble > said: Sharon> Morning all. Sharon> = Sharon> foo$ git pull Sharon> From https://git.savannah.gnu.org/git/emacs/org-mode Sharon>5be0c709b3..d37c0ee5fa main -> origin/main Sharon> Updating

Re: [PATCH] describe how to override Author

2022-06-30 Thread Robert Pluim
>>>>> On Wed, 29 Jun 2022 18:10:00 +0800, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: >> Iʼd be worried if the org maintainer(s) didnʼt know how to override >> Author :-) Ihor> I have bad news for you... Simply

Re: org-startup-folded does not work with directory local variables

2022-05-04 Thread Robert Pluim
>>>>> On Wed, 04 May 2022 21:46:14 +0800, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: Ihor> I recommend reporting this to Emacs bug tracker. >> >> I donʼt think this is a bug: directory-local variables are supposed t

Re: org-startup-folded does not work with directory local variables

2022-05-04 Thread Robert Pluim
> On Wed, 04 May 2022 18:37:47 +0800, Ihor Radchenko > said: Ihor> Max Fujimoto writes: >> Emacs 28.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.17.6) >> >> The variable org-startup-folded does not work expected in >> .dir-locals.el.The

Re: org-startup-folded does not work with directory local variables

2022-05-04 Thread Robert Pluim
>>>>> On Wed, 04 May 2022 22:46:56 +0800, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: Ihor> This is no different. org-startup-folded controls loading of Org mode. Ihor> However, Emacs applies directory-local variables and file-local

Re: [off topic] List all non-latin characters in a buffer

2022-09-09 Thread Robert Pluim
> On Fri, 19 Aug 2022 16:50:54 +0200, Uwe Brauer said: "JMM" == Juan Manuel Macías writes: Uwe> Hi Juan >> Sorry for the offtopic, but I thought this homemade function I wrote >> some time ago for my work might perhaps be useful to some Orgers. When >> executed in

Re: [SOLVED] Re: Something has happened such that I can't export to latex

2022-07-31 Thread Robert Pluim
> On Sat, 30 Jul 2022 08:25:46 +0100, Sharon Kimble > said: Sharon> === Sharon> /autogen.sh Sharon> /configure Sharon> make bootstrap Sharon> make Sharon> === Sharon> And I suspect that the lone 'make' caused the problems, but I haven't done a test build to

[PATCH] Fix some emacs-30 byte-compile warnings

2023-01-23 Thread Robert Pluim
The emacs 30 byte-compiler warns about uses of `eq' and similar with constant strings which might have unintended semantics. Patch is against emacs master. -- >8 -- * lisp/org/ob-octave.el (org-babel-octave-evaluate-session): Use `delete' instead of `delq' when deleting a constant string. *

Re: [PATCH] Fix one remaining emacs-30 byte-compile warning

2023-01-25 Thread Robert Pluim
> On Tue, 24 Jan 2023 10:29:17 +0100, Arash Esbati said: Arash> Hi all, Arash> Robert sent a patch[1] which pacifies emacs-30 compiler warning. He Arash> missed one which is fixed by the patch below. It is against org-mode Arash> master (6b15897a56). I didnʼt miss it, it

Re: [PATCH] Fix some emacs-30 byte-compile warnings

2023-01-23 Thread Robert Pluim
>>>>> On Mon, 23 Jan 2023 14:04:42 +, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: >> The emacs 30 byte-compiler warns about uses of `eq' >> and similar with constant strings which might have unintended >> semantic

Re: [PATCH] Fix some emacs-30 byte-compile warnings

2023-02-17 Thread Robert Pluim
>>>>> On Fri, 17 Feb 2023 14:08:04 +, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: Ihor> 3 unexpected results: Ihor> FAILED test-org-table/copy-field Ihor> FAILED test-org-table/references/mode-string-N Ihor> FAILE

<    1   2