Re: [patch] improved: add TTL as defcustom to ox-icalendar

2022-01-02 Thread Detlef Steuer
Thank you for the hints. Attached a diff -u version. The patch in principle is unrelated to nextcloud. That's just my use case. The addiditional TTL setting gives a hint to clients when to reload an imported ics file that was exported from org. Is there any document how to setup an org-mode

Re: [patch] improved: add TTL as defcustom to ox-icalendar

2022-01-02 Thread Max Nikulin
On 02/01/2022 20:28, Detlef Steuer wrote: This is my first try ever to contribute anything in elisp. Thanks for the patch. It is tracked on https://updates.orgmode.org/ It is easier to review and to apply a patch when it it is prepared in context format ("-u" option of diff). Several

Re: [PATCH] make test: Make failure results more verbose

2022-01-02 Thread Max Nikulin
On 02/01/2022 20:12, Ihor Radchenko wrote: In newer Emacs, ERT is capable of providing more info about FAILED tests. Maybe we can enable this option by default in the Org test suite? I like you attempts to make tests better. Ihor, are there examples of new error reports in mail lists, blogs,

Re: [PATCH] Re: Escaping org mode date properties

2022-01-02 Thread Ihor Radchenko
Eduardo Suarez-Santana writes: > However, how about next cases? > > * an example block > #+begin_example > SCHEDULED: <2015-02-16 Mon .+2d> > #+end_example I am unable to reproduce this using Org 9.5.2 Can you provide concrete steps starting from bare Emacs how to reproduce the inconsistency

Haskell code blocks

2022-01-02 Thread Thomas S. Dye
Aloha all, Happy New Year! I'm struggling to write a minimal ob-doc-haskell.org for Worg. I installed Haskell via Spacemacs (development branch) and the Haskell installation appears to be functioning correctly. The obligatory Hello World! example yields bad results. #+name:

Re: [PATCH] Re: Escaping org mode date properties

2022-01-02 Thread Eduardo Suarez-Santana
On Sun, Jan 02, 2022 at 10:51:54AM +0800, Ihor Radchenko wrote: > Eduardo Suarez-Santana writes: > > >> I am unable to reproduce. What are your Org and Emacs versions? > > > > I'm using Spacemacs (develop branch). > > > > - Emacs 27.2 > > - Org 9.5.1 > > > > I get a weird behaviour about it.

Re: [PATCH] ob-shell-test, test-ob-shell and introduction

2022-01-02 Thread Thomas S. Dye
Aloha all, FWIW, as a user actively pursuing reproducible research with Org and a contributor to documentation about Org and Babel intended for other users (rather than Org mode elisp coders) I'd be pleased if Org's code custodians look favorably on this proposal. +1 All the best, Tom

Re: org-store-link does not work in gnus article mode (messages)

2022-01-02 Thread Uwe Brauer
>>> "KM" == Kyle Meyer writes: > Uwe Brauer writes: >> Hi >> >> I thought this worked a while ago, but in a gnus article buffer I tried to >> use org-store-link and received >> >> (Running Emacs Master and org-mode master (some weeks old)) >> >> Debugger entered--Lisp error: (void-function

Re: org-store-link does not work in gnus article mode (messages)

2022-01-02 Thread Kyle Meyer
Uwe Brauer writes: > Hi > > I thought this worked a while ago, but in a gnus article buffer I tried to > use org-store-link and received > > (Running Emacs Master and org-mode master (some weeks old)) > > Debugger entered--Lisp error: (void-function org-fixup-message-id-for-http) > >

Re: [patch] improved: add TTL as defcustom to ox-icalendar

2022-01-02 Thread Detlef Steuer
Improved patch since org-icalendar-template needed to use the new variable, too. And now based on 9.5.2 from elpa. Detlef Am Thu, 30 Dec 2021 22:59:19 +0100 schrieb Detlef Steuer : > This is my first try ever to contribute anything in elisp. > > The nextcloud calendar app supports the

[PATCH] make test: Make failure results more verbose

2022-01-02 Thread Ihor Radchenko
Hi, In newer Emacs, ERT is capable of providing more info about FAILED tests. Maybe we can enable this option by default in the Org test suite? Best, Ihor >From 5e78a588a73871e54177080b3a6c9667f97500be Mon Sep 17 00:00:00 2001 Message-Id:

Re: org-journal key-bind confusion

2022-01-02 Thread Colin Baxter 
I've changed the kbd for org-journal-new-entry to "C-c j". Simpler too. Thanks. Best wishes, Colin -

Re: org-journal key-bind confusion

2022-01-02 Thread Colin Baxter 
Thank you for the reply. > Ihor Radchenko writes: > Colin Baxter  writes: >> There appears to be confusion between "org-journal-new-entry" and >> "org-goto". My ME is: >> >> 1. emacs -Q (I used emacs-29.0.50) 2. M-x load-library >> 3. /path/to/org-journal.el 4.

Re: org-journal key-bind confusion

2022-01-02 Thread Ihor Radchenko
Colin Baxter  writes: > There appears to be confusion between "org-journal-new-entry" and > "org-goto". My ME is: > > 1. emacs -Q (I used emacs-29.0.50) > 2. M-x load-library > 3. /path/to/org-journal.el > 4. C-h c > 5. C-c C-j > 6. "C-c C-j runs the command org-journal-new-entry" > 7.

[SOLVED] Re: How to auto insert inline image link for org-plot/gnuplot result plot?

2022-01-02 Thread stardiviner
I write an advice for this. #+begin_src emacs-lisp ;; `org-plot/gnuplot' advice of auto insert org gnuplot result image file. (advice-add 'org-plot/gnuplot :around #'org-plot/gnuplot-insert-org-image-link) (defun org-plot/gnuplot-insert-org-image-link (origin-func args) "Auto insert