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 &rest args)
"Auto insert
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. Creat
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.
I've changed the kbd for org-journal-new-entry to "C-c j". Simpler too.
Thanks.
Best wishes, Colin -
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: <5e78a588a73871e54177080b3a6c9667f97500be.1641129033.git.
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 X-PUBLI
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)
>
> org-fix
>>> "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
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
Matt
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. Thes
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: haskell-hello-wo
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 you
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,
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 additi
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 deve
15 matches
Mail list logo