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

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

[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: [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

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 Thu, 30 Jun 2022 21:19:36 +0800, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: >> >> Occasional committers would probably not read org-maintenance.org, and >> >> those are the people this section is aimed at

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: [PATCH] describe how to override Author

2022-06-28 Thread Robert Pluim
>>>>> On Mon, 27 Jun 2022 17:53:30 +0800, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: >> diff --git a/org-contribute.org b/org-contribute.org Ihor> Maybe add the details to org-maintenance.org instead? Ihor> This is more

[PATCH] describe how to override Author

2022-06-26 Thread Robert Pluim
Robert> The thing thatʼs missing is any discussion of how to ensure the Author Robert> of the commit is set correctly. When applying git patches it all Robert> works, but not when applying diffs. Iʼll read through the Robert> org-contribute section and see if I can come up with

Re: ox-latex table tabbing support.

2022-06-26 Thread Robert Pluim
> On Sat, 25 Jun 2022 11:32:21 +0800, Ihor Radchenko > said: Ihor> em...@vergauwen.me writes: >> Hi Robert,  >> I used the instructions provide on  >> https://orgmode.org/worg/org-contribute.html#first-patch. >> For me, it was a first too, send a patch via email. Can

Re: ox-latex table tabbing support.

2022-06-24 Thread Robert Pluim
>>>>> On Fri, 24 Jun 2022 17:20:37 +0300, Daniel Fleischer >>>>> said: Daniel> Robert Pluim [2022-06-24 Fri 15:37] wrote: >> Hi Daniel, I see this was committed with you as Author: and Bob as >> Created-by:, which is somewhat unusua

Re: ox-latex table tabbing support.

2022-06-24 Thread Robert Pluim
> On Tue, 21 Jun 2022 07:43:12 +0300, Daniel Fleischer > said: Daniel> Hi Bob, Daniel> Thank you very much for the patch. It was merged to master in 4a0d951c. Daniel> Also, you were added to the orgmode contributes at Daniel> https://orgmode.org/worg/contributors.html.

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>

[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] Don't quote symbols in defcustom types

2022-06-14 Thread Robert Pluim
>>>>> On Tue, 14 Jun 2022 22:19:23 +0800, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: >>>>>>> On Tue, 14 Jun 2022 22:04:10 +0800, Ihor Radchenko said: >> Ihor> Daniel Fleischer writes: >

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 --

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

2022-06-14 Thread Robert Pluim
>>>>> On Tue, 14 Jun 2022 13:12:54 +0300, Daniel Fleischer >>>>> said: Daniel> Robert Pluim [2022-06-14 Tue 11:28] wrote: >> A couple of places in org main quoted symbols in defcustom types, but >> the type itself is already

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

[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

[PATCH] Escape single left quotes in docstrings

2022-06-14 Thread Robert Pluim
The emacs-29 byte compiler now complains about unescaped single left quote. Patch attached. Robert -- >From d86ba4e5522a33f6960207327f6a84b58caa3d04 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Tue, 14 Jun 2022 11:29:12 +0200 Subject: [PATCH] Escape single left quotes in docstri

Re: Ambiguity in commit message conventions for org

2022-06-10 Thread Robert Pluim
>>>>> On Fri, 10 Jun 2022 23:11:09 +0800, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: Ihor> See https://orgmode.org/worg/org-contribute.html >> >> Those conventions are slightly different than Emac

Re: Timestamp with repeater interval AND END DATE?

2022-06-10 Thread Robert Pluim
>>>>> On Fri, 10 Jun 2022 23:03:38 +0800, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: >> Ok. I will, or rather I would, but Iʼm obviously doing something wrong >> when building org: >> >> Debugger

Ambiguity in commit message conventions for org

2022-06-10 Thread Robert Pluim
> On Fri, 10 Jun 2022 20:59:22 +0800, Ihor Radchenko > said: Ihor> Just submit a patch here. Against the Org mode repository. Ihor> Org mode development happens in Org mode repository and in this mailing Ihor> list, not in Emacs repo. Ihor> See

Re: Timestamp with repeater interval AND END DATE?

2022-06-10 Thread Robert Pluim
>>>>> On Fri, 10 Jun 2022 20:59:22 +0800, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: >> I can send a patch against the org-mode repository main branch, or fix >> it directly in the emacs repo. What's the preferred workflow fo

Re: Timestamp with repeater interval AND END DATE?

2022-06-10 Thread Robert Pluim
> On Fri, 10 Jun 2022 12:27:23 +0100, Angel de Vicente > said: >> If you use `org-cyclic' and `org-block' you donʼt need to worry about >> that anymore. Angel> I tried (briefly :-)) to look for some place where org-cyclic and Angel> org-block are documented, but failed.

Re: Timestamp with repeater interval AND END DATE?

2022-06-10 Thread Robert Pluim
> On Tue, 31 May 2022 15:36:01 +0100, Angel de Vicente > said: Angel> , Angel> | *** Badminton 20:45-22:15 Angel> | <%%(and (diary-cyclic 7 2022 05 30) (diary-block 2022 05 30 2022 06 30))> Angel> ` Angel> (the s-exp entry above assumes

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: 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: [PATCH] CONTRIBUTE: Link WORG page when explaining commit message format

2022-04-15 Thread Robert Pluim
> On Fri, 15 Apr 2022 17:33:33 +0800, Ihor Radchenko > said: Ihor> - Org mode no longer uses ChangeLog entries to document changes. Ihor> - Instead, special commit messages are used, as described in the Ihor> - `CONTRIBUTE' file in the main Emacs repository.

bug#54670: Clocktable :step errors

2022-04-04 Thread Robert Pluim
> On Fri, 1 Apr 2022 15:49:45 +, Craig Smith > said: Craig> Online documentation states the :step month, semimonth or year commands are valid. The below link is one such instance. Craig> https://www.gnu.org/software/emacs/manual/html_node/org/The-clock-table.html

bug#52341: Fwd: 29.0.50; org-priority 'SPC to remove' doesn't work

2021-12-07 Thread Robert Pluim
> On Mon, 06 Dec 2021 20:48:46 -0500, Kyle Meyer said: Kyle> Right, this stems from org-priority feeding " " to string-to-number and Kyle> ending up with 0 instead of the ?\s (32) that's used downstream to Kyle> signal "remove". The problem goes back to when support for numeric

Re: On zero width spaces and Org syntax

2021-12-06 Thread Robert Pluim
> On Sat, 04 Dec 2021 07:43:35 +0100, Marcin Borkowski > said: Marcin> 2. We modify Emacs itself to somehow highlight the ZWS. There is (kind Marcin> of) a precedent – a no-breaking space is already fontified with Marcin> =nobreak-space= face. At the very least, make

Re: Org-syntax: Intra-word markup

2021-12-02 Thread Robert Pluim
> On Thu, 02 Dec 2021 13:36:48 +, autofrettage > said: autofrettage> Someone brought up edge and corner cases, so I simply have to mention the German gender stars ("Gendersternchen"). autofrettage> In an effort to make German gender neutral, some individuals use '*' in the

Re: [Aside] Generating commit messages for Org

2021-11-26 Thread Robert Pluim
> On Sun, 21 Nov 2021 04:27:45 +0800, Timothy said: Timothy> Hi All, Timothy> A few hours ago I noticed that I’ve made a few very minor mistakes in some of my Timothy> recent commit messages for Org. Realistically I don’t think I’m going to stop Timothy> making occasional

Re: Specifying shells for remote ob-shell sessions?

2021-06-25 Thread Robert Pluim
> On Thu, 24 Jun 2021 16:15:44 -0700, David Dynerman > said: David> Dear Org Mode Friends, David> I’m having some trouble getting the shell I want to run on remote David> hosts in session ob-shell blocks - it seems that no matter what shell David> I specify, session

Re: org-agenda no longer clocks out then in

2021-06-25 Thread Robert Pluim
> On Thu, 24 Jun 2021 12:42:37 -0600, "Tory S. Anderson" > said: Tory> My minimal loadup doesn't exhibit the problem. So, tracing the function "org-agenda-clock-in" that my =C-x TAB= is bound to, I see this. Tory> On the broken one I see the following: Tory> #+begin_src

Re: suggestion to change default org-latex-pdf-process to latexmk

2021-06-02 Thread Robert Pluim
> On Wed, 02 Jun 2021 17:29:49 +0100, Colin Baxter said: Colin> I'm beginning to think this change of the default should not Colin> happen. From this thread it seems to be that the chances of it breaking Colin> existing work flow is high. Colin> I really don't understand

Re: org-capture-templates: %date is too long

2021-03-12 Thread Robert Pluim
> On Fri, 12 Mar 2021 16:58:27 +0100, Uwe Brauer said: Uwe> Well, in order to run it I added an interactive call, but then Uwe> %:date reminded unimpressed by this setting Uwe> the result was Uwe> | user | u...@ucm.es | 3 |3 | [] | Fri, 12 Mar 2021 16:14:35

Re: org-capture-templates: %date is too long

2021-03-09 Thread Robert Pluim
> On Thu, 04 Mar 2021 21:24:03 +0100, Uwe Brauer said: Uwe> I am not acquainted with let-bound (only with let) 'let-bound' is a shorthand for saying 'binding a value using let' Uwe> So are you saying I should may use defadvice to modify org-capture? Well, you have control over how

Re: org-capture-templates: %date is too long

2021-03-04 Thread Robert Pluim
> On Thu, 04 Mar 2021 15:22:21 +0100, Uwe Brauer said: Uwe> Sorry, you misunderstood me, this time string, inserts the time string, Uwe> when I execute the capture, but I want to extract the time string, when Uwe> the message was received. This is why I used Uwe> %:date

Re: encryption problems using org-mode

2021-02-15 Thread Robert Pluim
> On Mon, 15 Feb 2021 13:38:42 +, Colin Baxter said: Colin> This has worked until today. Now if data.org.gpg is opened I get an Colin> error. Colin> Debugger entered--Lisp error: (void-variable minor-modes) Colin> (sensitive-mode t) My crystal ball says youʼre

Re: [Resolved]Re: OT: M-S-$ Not Working

2021-02-08 Thread Robert Pluim
> On Sat, 6 Feb 2021 22:52:17 +0700, Maxim Nikulin > said: Maxim> P.S. Have you checked that it is possible to swap Ctrl and Caps in Maxim> wayland session? If not it is likely worth filing a bug. It seems Maxim> wayland will be default soon. Some Xkb stuff is already broken

Re: [WDYT, mini] key h in agenda for quick help

2021-02-05 Thread Robert Pluim
> On Fri, 05 Feb 2021 11:34:41 +0100, Marco Wahl > said: Marco> Hi all! Marco> What do you think about binding key h to function describe-mode in Org Marco> agenda? Basically pressing key h would open a window showing the key Marco> bindings in the agenda. There would

Re: patch to change org-adapt-indentation customization documentation

2020-11-18 Thread Robert Pluim
Greg Minshall writes: > Robert, > >> The whole point of customize is that you shouldn't have to worry about >> what the actual lisp value is. The actual lisp value only matters if >> you directly set the value without using customize. > > thanks for the response. i've included the documentation

Re: Changed list indentation behavior: how to revert?

2020-11-17 Thread Robert Pluim
"Dr. Arne Babenhauserheide" writes: > I have seen no uproar here. Discussions here were friendly and > constructive. The discusssions are long, because there aren’t easy > solutions to managing changes in UX in central places. > > And a significant share of the discussion was about the question

Re: patch to change org-adapt-indentation customization documentation

2020-11-17 Thread Robert Pluim
Greg Minshall writes: > for some reason, i was motivated to look at changing > org-adapt-indentation. i found that the help text talked about values > t, 'headline-data, and nil, but that the customization text didn't > (though, of course, it *set* those values). the following might make it >

Re: Use-case: simple nodes and todo-list

2020-10-09 Thread Robert Pluim
> On Fri, 09 Oct 2020 10:17:56 +0200, c.bu...@posteo.jp said: c> Hello, c> I still read something about org-mode. c> It is a complex and powerfull tool. I now try fit/transform my current c> workflow and use-cases to org-mode. So maybe you can give me a simple c> yes-now

Re: Two tables with same data but different sorting

2020-10-05 Thread Robert Pluim
>>>>> On Mon, 5 Oct 2020 11:21:24 +0200, Axel Kielhorn >>>>> said: >> Am 05.10.2020 um 10:32 schrieb Robert Pluim : >> >>>>>>> On Mon, 5 Oct 2020 10:08:08 +0200, Axel Kielhorn said: >> >> From

Re: Two tables with same data but different sorting

2020-10-05 Thread Robert Pluim
> On Mon, 5 Oct 2020 10:08:08 +0200, Axel Kielhorn > said: >From the docstring: >> Return the last link of LIST. Its car is the last element. Axel> But I get: Axel> Wrong type argument: stringp, ("30 $“) You need to do (car (last ...)) and you'll want some calls to

Re: Two tables with same data but different sorting

2020-10-02 Thread Robert Pluim
> On Fri, 2 Oct 2020 08:25:03 +0200, Axel Kielhorn > said: >> Am 01.10.2020 um 17:47 schrieb John Kitchin : >> >> Glad it was helpful. You might also try (seventh row1) or (nth 6 row1). I think it is the same thing, but more obvious to read! Axel> I agree that „first

Re: org-table-sum

2020-09-28 Thread Robert Pluim
> On Mon, 28 Sep 2020 14:50:38 +0200, Jeremie Juste > said: >> >> You could make org-table-sum use calc, which would achieve the same. I >> donʼt think there'd be any complaints about floating-point additions >> suddenly being more accurate (famous last words)

Re: org-table-sum

2020-09-28 Thread Robert Pluim
> On Sun, 27 Sep 2020 01:07:22 +0200, Jeremie Juste > said: Jeremie> Hello, Jeremie> Thanks for the input. Jeremie> From what I understand, it seems that org-table-sum is not behaving as Jeremie> expected. I don't know if it would be interesting to split the function

Re: org-table-sum

2020-09-25 Thread Robert Pluim
> On Thu, 24 Sep 2020 16:48:14 -0400, Kyle Meyer said: >> I did not find a way to reproduce this with other numbers, but the >> order seems to matter. Kyle> See . Exactly. Which is why you should use 'calc' with floating point numbers, it

Re: Getting Org-Crypt to work (doc bug?)

2020-09-15 Thread Robert Pluim
> On Mon, 14 Sep 2020 15:17:02 +0100, Colin Baxter said: >writes: >> On Mon, Sep 14, 2020 at 12:18:50PM +0100, Colin Baxter wrote: >>> [...] I set the variable `epa-pinentry-mode' to loopback as in >>> >>> #+begin_src elisp (setq epa-pinentry-mode 'loopback)

Re: Headline generation as in diary?

2020-09-03 Thread Robert Pluim
>>>>> On Thu, 03 Sep 2020 16:46:48 +0200, Michael Heerdegen >>>>> said: Michael> Robert Pluim writes: >> It can? Thatʼs not documented, as far as I can tell. Michael> As a user, I read "Diary-style expression entries" in the

Re: Headline generation as in diary?

2020-09-03 Thread Robert Pluim
> On Thu, 03 Sep 2020 21:35:54 +0800, Ihor Radchenko > said: >> When dealing with complicated date rules it can likely happen that a >> diary sexp doesn't fit into one line. Ihor> Diary sexp can be a user-defined function. If your sexp needs to span Ihor> multiple

Re: Headline generation as in diary?

2020-09-02 Thread Robert Pluim
>>>>> On Wed, 02 Sep 2020 15:45:36 +0200, Michael Heerdegen >>>>> said: Michael> Robert Pluim writes: >> How about: >> >> diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el >> index 78fe13303..9049b3a42 100

Re: Headline generation as in diary?

2020-09-02 Thread Robert Pluim
>>>>> On Tue, 01 Sep 2020 23:56:55 +0200, Michael Heerdegen >>>>> said: Michael> Robert Pluim writes: >> Itʼs triggered by the %%(, I believe, but not in headlines. Michael> Yes, I see that in the code. Michael> But actually I se

Re: Headline generation as in diary?

2020-09-01 Thread Robert Pluim
> On Tue, 01 Sep 2020 17:18:42 +0200, Michael Heerdegen > said: Michael> Eric S Fraga writes: >> No, not necessarily. I have entries like this: >> >> %%(diary-anniversary 1981 03 17) Somebody's birthday (%d years) >> >> and the agenda view shows "Somebody's

Re: org-caldav-sync hangs

2020-08-13 Thread Robert Pluim
> On Thu, 13 Aug 2020 11:00:34 +0200, "Loris Bennett" > said: Loris> Thanks for the suggestions. Unfortunately all the relevant Org file Loris> pass linting and regenerating .org-id-locations didn't help. Loris> What I do occasionally see is this error: Loris>

Re: Q: placement of initialization for org-time-stamp-formats

2020-07-03 Thread Robert Pluim
> On Fri, 3 Jul 2020 15:18:40 +0200, hj-orgmod...@hj.proberto.com said: hj-orgmode-1>  Hello again. hj-orgmode-1>  After a lot of searching and trying, I finally figured one thing that hj-orgmode-1> seems to work: ( I am no lisp programmer, so I don't know what hj-orgmode-1>

Re: issue tracker?

2020-05-26 Thread Robert Pluim
> On Mon, 25 May 2020 13:20:30 +0200, Roland Everaert > said: Roland> No, I was not aware of it. Yet, if I understand the objective of the Emacs Roland> ML and Debbugs, it is for, when you have a crash with emacs or, at least, Roland> an error stack trace when evaluating

Re: [RFC PATCH] specify a time, not number of minutes to keep, with org-resolve-clock

2020-02-03 Thread Robert Pluim
> On Sat, 01 Feb 2020 15:34:54 +0100, Bastien said: Bastien> And since is it a good outcome to have more people signing the FSF Bastien> papers, I recommend requesting contributors to sign the copyright Bastien> assignment for every >15 lines contributions (significant or not).

Re: Discrepancy between documentation and implementation regarding comments

2019-10-29 Thread Robert Pluim
>>>>> On Tue, 29 Oct 2019 15:14:37 +0100, Thibault Polge said: Thibault> Robert Pluim writes: >> end of line *is* a whitespace character, but Iʼm not going to argue >> that. Iʼm going to argue that this doesnʼt cover the case of a '#' at >>

Re: Discrepancy between documentation and implementation regarding comments

2019-10-29 Thread Robert Pluim
> On Mon, 28 Oct 2019 17:16:55 +0100, Nicolas Goaziou > said: Nicolas> Hello, Nicolas> Thibault Polge writes: >> Thanks Nicolas, just a small detail though: unless this is a planned >> (breaking) change, I believe the description you linked should read: >> >>

Re: Discrepancy between documentation and implementation regarding comments

2019-10-27 Thread Robert Pluim
> On Sun, 27 Oct 2019 11:07:20 +0100, Thibault Polge said: Thibault> Hello, Thibault> According to Org-Mode documentation[1], >> Lines starting with zero or more whitespace characters followed by one >> ‘#’ and a whitespace are treated as comments and, as such, are not

Re: [O] Dates with repeaters, times and range

2019-10-03 Thread Robert Pluim
> On Wed, 2 Oct 2019 09:31:33 +, "Fraga, Eric" said: Eric> On Tuesday, 1 Oct 2019 at 23:38, Nathan Neff wrote: >> I have a meeting that's scheduled from 10:00 - 11:00 for the next three >> days. Eric> This is discussed in the FAQ on the org mode website. Eric>

Re: [O] Bug: Operator associativity problem [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2019-09-26 Thread Robert Pluim
> On Wed, 25 Sep 2019 20:16:26 +0200, Justus Winter > said: Justus> "Fraga, Eric" writes: >> On Wednesday, 25 Sep 2019 at 11:50, Justus Winter wrote: >>> I noticed a operator associativity problem when evaluating formulas in >>> tables. To reproduce, enter: >>>

Re: [O] Insert time in Org-mode

2019-06-25 Thread Robert Pluim
> On Tue, 25 Jun 2019 18:41:15 +0200, gmx said: gmx> Hello, gmx> How to insert the current time? I have a table in which I want to gmx> indicate the beginning of an oral exam (firt column), the end (second gmx> column), and (third column) make the difference between the two

Re: [O] Compile failure

2019-06-24 Thread Robert Pluim
> On Mon, 24 Jun 2019 08:49:07 -0400 (EDT), William Denton > said: William> The current source isn't compiling, at least for me (this is with an William> Emacs freshly compiled from source): William> $ make William> make -C doc clean; make -C lisp clean; William>

[O] bug#34684: 26.1; Strange characters when inserting date

2019-03-11 Thread Robert Pluim
> On Mon, 11 Mar 2019 16:13:16 +, "Wong, Philip" > said: Philip> Chinese, Sunday to Saturday:日一二三四五六 Philip> Attempting M-: (I hope I did this right, I pressed Alt + Philip> Shift + :, then copied and pasted your command) Philip> No output but it says this on the

[O] bug#34684: 26.1; Strange characters when inserting date

2019-03-11 Thread Robert Pluim
> On Mon, 11 Mar 2019 09:41:41 +, "Wong, Philip" > said: Philip> Sorry, I don't understand what you mean by emacs -Q. How Philip> exactly am I supposed to run this command? Philip> I tried ctrl c and then started typing 'emacs -Q' but it Philip> did nothing. I

Re: [O] [RFC] Fixing link encoding once and for all

2019-03-05 Thread Robert Pluim
Neil Jerram writes: > Thanks for explaining that. It's not mentioned in the manual though > (https://www.gnu.org/software/emacs/manual/html_node/emacs/Regexps.html); > are you sure that it's supported in Emacs regexps? > Itʼs described in the next node:

[O] bug#34684: 26.1; Strange characters when inserting date

2019-03-01 Thread Robert Pluim
Eli Zaretskii writes: >> From: Robert Pluim >> Cc: philip.w...@warwick.ac.uk, 34...@debbugs.gnu.org >> Date: Fri, 01 Mar 2019 14:47:21 +0100 >> >> > That's only so if the above produces the same garbled result as in the >> > original report. Do

[O] bug#34684: 26.1; Strange characters when inserting date

2019-03-01 Thread Robert Pluim
Eli Zaretskii writes: >> From: Robert Pluim >> Cc: Eli Zaretskii , 34...@debbugs.gnu.org >> Date: Fri, 01 Mar 2019 11:00:01 +0100 >> >> > It could be some snafu in Org, though, e.,g. if it doesn't know how to >> > support that value of $LAN

[O] bug#34684: 26.1; Strange characters when inserting date

2019-03-01 Thread Robert Pluim
Robert Pluim writes: > Eli Zaretskii writes: > >>> From: Robert Pluim >>> Cc: Eli Zaretskii , 34...@debbugs.gnu.org >>> Date: Fri, 01 Mar 2019 11:00:01 +0100 >>> >>> > It could be some snafu in Org, though, e.,g. if it doesn't know

[O] bug#34684: 26.1; Strange characters when inserting date

2019-03-01 Thread Robert Pluim
Eli Zaretskii writes: >> Iʼm assuming thereʼs an issue with buffer-file-coding-system or >> similar. > > Unlikely: buffer-file-coding-system has no effect whatsoever on the > text that is inserted into a buffer, it only has effect when you want > to save the buffer or send it to some

[O] bug#34684: 26.1; Strange characters when inserting date

2019-02-28 Thread Robert Pluim
Eli Zaretskii writes: >> From: "Wong, Philip" >> Date: Thu, 28 Feb 2019 14:16:25 + >> >> When I insert a date by pressing CTRL+C then period then enter I get >> “<2019-02-28 ¶g¥|>”. >> >> I’m not sure what the strange character is (¶g¥|), can someone help? > > Please show a complete

Re: [O] Arithmetic range error

2019-02-07 Thread Robert Pluim
Colin Baxter writes: > Hello, > > Publishing an org file today, the html output looks ok but I get the > compilation error: > > Arithmetic range error: "floor", 1549541220.7500212 > > I get the error with org-version 9.2.1 (release_9.2.1-200-g18b85a) > but not with org-version 8.2.10. > >

Re: [O] (9.2) Noweb blocks not expanded in Python blocks : it should be a bug...

2019-02-04 Thread Robert Pluim
John Kitchin writes: > #+RESULTS: > : <<\([^ > : ].+?[^ ]\|[^ > : ]\)>> That regex looks malformed, and will only match strings with 1 or 3 or more characters between << and >>. If someone knows what itʼs supposed to be matching we can fix it. eg it looks like it wants to allow <> Is that

Re: [O] Bug: ODT export fails if NAME: and ref: equation [9.1.14 (9.1.14-1-g4931fc-elpa @ /home/kdm/.emacs.d/elpa/org-20180910/)]

2018-11-08 Thread Robert Pluim
Nicolas Goaziou writes: > Hello, > > Ken Mankoff writes: > >> On Mon, Nov 5, 2018, 13:59 Nicolas Goaziou > >>> >>> What would be the expected output? >>> >> >> There is no output. It doesn't even export. It's a showstopper. No >> references to equations allowed or the exporter fails. > > I

Re: [O] OT: gmane seems to be back

2018-10-31 Thread Robert Pluim
Colin Baxter writes: >> Nick Dokos writes: > > > Achim Gratz writes: > >> Am 30.10.2018 um 16:57 schrieb Nick Dokos: > >>> For a couple of weeks, I had not been able to connect to gmane, > >>> so I finally gave up and changed my preferences so that I could > >>> receive

[O] bug#32906: org-in-src-block-p always returns nil

2018-10-03 Thread Robert Pluim
Eivind Otto Hjelle writes: > I thought I had updated emacs to the latest version, but apparently not. > After upgrading to emacs-26 the command org-in-src-block-p works as > expected. Thanks! Thanks for checking. Closing. Regards Robert

[O] bug#32906: org-in-src-block-p always returns nil

2018-10-02 Thread Robert Pluim
Eivind Otto Hjelle writes: > The function 'org-in-src-block-p' always returns nil on my system > running Windows 10. > > How to reproduce this bug starting from 'emacs -Q': > Define a function 'test-org-in-src-block-p' in the scratch buffer as > follows: > > (defun test-org-in-src-block-p () >

Re: [O] org-end-of-line and in table interaction

2018-09-29 Thread Robert Pluim
Nicolas Goaziou writes: > Robert Pluim writes: > >> It does call 'end-of-line'. If thatʼs the intended semantics, itʼs not >> entirely clear from the docstring (and I will adjust my code). > > The first sentence is: > > Go to the end of line, but before elli

Re: [O] org-end-of-line and in table interaction

2018-09-28 Thread Robert Pluim
Nicolas Goaziou writes: > Robert Pluim writes: > >> I was under the impression that 'org-end-of-line' is intended to do >> something only when in a heading, since it does: >> >> (looking-at org-complex-heading-regexp))) >> >> hence my

Re: [O] org-end-of-line and in table interaction

2018-09-28 Thread Robert Pluim
Nicolas Goaziou writes: > Hello, > > Robert Pluim writes: > >> I have >> >> (add-hook 'org-tab-first-hook 'org-end-of-line) >> >> This causes inside a table to always create another row, rather >> than moving to the next field. The patch below

[O] org-end-of-line and in table interaction

2018-09-28 Thread Robert Pluim
Hi, I have (add-hook 'org-tab-first-hook 'org-end-of-line) This causes inside a table to always create another row, rather than moving to the next field. The patch below fixes this for me, although Iʼm not sure itʼs the right solution. diff --git a/org.el b/org.el index 45be987..f22e9a1

Re: [O] Bug: Removing and adding deadline bug in org agenda [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-09-18 Thread Robert Pluim
Kevin Foley writes: > My mistake, I misread, thanks for the correction Robert. FWIW I also am > unable to reproduce on 9.1.14 > > I would still suggest using C-c C-d with . as it seems like a simpler > workflow. Yes, that is a lot simpler than remove/add. Robert

Re: [O] Bug: Removing and adding deadline bug in org agenda [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-09-18 Thread Robert Pluim
Kevin Foley writes: > The issue is once you use C-u C-c C-d to remove the deadline with your > point on the same line as the deadline, that line is removed and the point > stays in the same place. That means point is now on Task 2 so calling > `org-deadline' there will apply to Task 2. > I

Re: [O] repeating timestamps with an end date

2018-08-01 Thread Robert Pluim
Eric S Fraga writes: > On Monday, 30 Jul 2018 at 15:25, Robert Pluim wrote: >> Hi, >> >> is there a generic way to specify an end date for a repeating event? > > The short answer is no. > > The longer answer is to consider using > org-clone-subtree-with-

[O] repeating timestamps with an end date

2018-07-30 Thread Robert Pluim
Hi, is there a generic way to specify an end date for a repeating event? I can do something like * 10:00-12:00 an event <%%(org-class 2018 8 1 2018 8 31 2)> to have something repeat every Tuesday in August, but that doesnʼt work for other repeating intervals. Iʼd much rather be able to do

[O] bug#31468: 24.5; org mode do not export current heading

2018-05-17 Thread Robert Pluim
Michel Damiens writes: > Hello Robert > I think I did not read correctly the documentation : I believed that the > heading would be in a div container with class outline-1 and the text > inside would be in a div with class outline-text-1 > Thanks a lot for your help !

[O] bug#31468: 24.5; org mode do not export current heading

2018-05-17 Thread Robert Pluim
[please keep the bug address in CC] Michel Damiens writes: > no change for the heading with with emacs -Q : > > > > Descartes et la constitution de l'écriture symbolique > mathématique > > L'Ars Magna de Cardan (1545) est écrit avec des notations > actuellement

[O] bug#31468: 24.5; org mode do not export current heading

2018-05-16 Thread Robert Pluim
Michel Damiens writes: [please keep the bug address in CC ] > Hello > my og-mode version is 9.1.13 > I'm not able to upgrade to emacs-26 for the moment : I'm not working on my > own system. > How do you think that sort of problem would depend on emacs version ?

[O] bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks)

2016-07-22 Thread Robert Pluim
Eli Zaretskii writes: >> From: npost...@users.sourceforge.net >> Cc: 23...@debbugs.gnu.org, nljlistb...@gmail.com, jwieg...@gmail.com, >> rpl...@gmail.com, monn...@iro.umontreal.ca, alex.ben...@linaro.org >> Date: Thu, 21 Jul 2016 21:08:43 -0400 >> >> I made the same

  1   2   >