Hi everyone,
* Feature Request
currently HTML export will always render timestamps, both plain and from
a clock/planning element to something like the following HTML:
[2025-01-31 Fri]
If we are using HTML5 () to export, we are entitled to
use the element [1] [2] which allows
> On 2025-02-02 21:02, Uwe Brauer via General discussions about
> Org-mode. wrote:
> I'm glad it works for you :)
> You need a parent entry (see how I added example). From that parent
> entry, do M-x org-sort and select alphanumeric (a), and that sorts
> fine the timestamps; you will see that th
Second patch attached as promised...
Best, /PA
From b6d68bcd626f5f09881893e3f07031517c4bab6b Mon Sep 17 00:00:00 2001
From: "Pedro A. Aranda"
Date: Mon, 3 Feb 2025 16:48:45 +0100
Subject: [PATCH 2/2] ox-latex.el: obey with-author and with-title
* lisp/ox-latex.el (org-latex-template): Add chec
Hi,
Attached is the patch for ox-beamer.el for the bug reported in
https://list.orgmode.org/87a5bbwwcz@antr.me/
Unified patch for ox-latex.el following.
Best, /PA
From 2bc2a27b31dc51b66f597f19a076330c35ad7022 Mon Sep 17 00:00:00 2001
From: "Pedro A. Aranda"
Date: Mon, 3 Feb 2025 12:47:38
URLs in code blocks is shown as links, but they cannot be opened.
Instead result of code block is opened.
For example with code block like this:
#+begin_src shell
# This is an example of URL https://orgmode.org/
#
echo "test"
#+end_src
URL is marked as a link, but attempts to open it wil
Hi Ihor,
On opening an org file in emacs I received the warnings in the attached
file.
Paul
Warning (org-element): org-element--cache: Warning(scratch.org): (nil) Cached
element is incorrect in scratch.org. (Cache tic up to date: "yes") Resetting.
If this warning appears regularly, please report