[Patch] Adding support for arxiv type link

2023-12-17 Thread Hammer Hu
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

Re: #4 [[bbb:OrgMeetup]] on Wed, Dec 13, 19:00 UTC+3

2023-12-17 Thread Rudolf Adamkovič
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

Re: Consider removing newlines from org-insert-link help message

2023-12-17 Thread Rudolf Adamkovič
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

[PATCH] Justify/align image previews in org-mode

2023-12-17 Thread Karthik Chikmagalur
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

Re: [BUG] using ob-maxima makes org-lint produce an error

2023-12-17 Thread Ihor Radchenko
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

[BUG] using ob-maxima makes org-lint produce an error

2023-12-17 Thread gerard . vermeulen
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

[PATCH v2] org-id: allow using parent's existing id in links to headlines

2023-12-17 Thread Rick Lupton
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

Re: Ada/SPARK support in Babel

2023-12-17 Thread Ihor Radchenko
[ 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

Re: Bug in sorting headings according to priority

2023-12-17 Thread Ihor Radchenko
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/