Hi there,
I made several commit adding support for link as arxiv:2208.11710. These codes
basically come from lisp/ol-doi.el. I copy and modify them side by side. Let me
know what do you think!
Best,
Hammer>From 97ea5d017a2c9a889604fb5216ded59a1952e723 Mon Sep 17 00:00:00 2001
From: hammerfunctor
Ihor Radchenko writes:
> Time & Date: <2023-12-13 Wed 19:00-21:00 @+03,Europe/Istanbul>
When I click on the timestamp above, Org says:
This should not happen
Is that normal?
Rudy
--
"Simplicity is complexity resolved."
--- Constantin Brâncuși, 1876-1957
Rudolf Adamkovič [he/him]
Studenoh
Ihor Radchenko writes:
> Thanks! [...] Applied, onto main, with minor amendments.
Thank you, Ihor.
> I have removed redundant `cons' call in the `apply' and added proper
> function quoting: #'format.
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=664ffde14
Eagle eyes; one al
Hi,
This patch allows image link previews in Org to be left-aligned, centered or
right-aligned in the Emacs window. "Inline" images that are surrounded by text
are unaffected. Here is an example of what this looks like:
Image: https://abode.karthinks.com/share/org-image-align.png
The alignme
gerard.vermeu...@posteo.net writes:
> org-lint errors when using ob-maxima as the following snippet shows:
>
> ...
> #+header: :wrap "src text"
> #+begin_src maxima :batch batch :cmdline --quiet :exports both :results
> raw
> rat(1/(x+1) + x/(x-1));
> #+end_src
Fixed, on main.
https://git.savann
Hi,
org-lint errors when using ob-maxima as the following snippet shows:
# begin Org snippet
org-lint errors with "Wrong type argument: listp, batchload"
after evaluating:
#+begin_src emacs-lisp :results silent
(require 'ob-maxima)
#+end_src
org-lint shows its *Org Lint* buffer after evaluating
Please find attached updated patch which I think addresses all the points
discussed. Let me know if you see any further changes needed.
Thanks,
Rick
0001-org-id.el-Extend-links-with-search-strings-inherit-v2.patch
Description: Binary data
[ I am going through some old threads without reply. ]
Francesc Rocher writes:
> I've started developing Babel support for Ada and SPARK languages.
> I would like to include them in the main org-mode repository, as an
> additional ("officially") supported language by org-mode.
> ...
> For a ne
Zelphir Kaltstahl writes:
> Here is an example document:
>
>
> * 1
> ** [#A] 2.1
> ** [#C] 2.2
> ** [#B] 2.3
>
> ...
> The result is:
>
>
> * 1
> ** [#A] 2.1
> ** [#B] 2.3** [#C] 2.2
>
Thanks for reporting!
Fixed, on main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/