[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: [BUG] Incorrect indentation when there are invisible/diplay properties on the line [9.6.7 ( @ /home/huzf/.cache/emacs_configs/default/elpa.28/org-9.6.7/)]

2023-07-12 Thread Hammer Hu
codes is in need, it would be a disaster. Best, - From: Ihor Radchenko Sent: 12.07.2023 08:42 To: Hammer Hu Subject: Re: [BUG] Incorrect indentation when there are invisible/diplay properties on the line [9.6.7 ( @ /home/huzf/.cache/emacs_configs/de

Re: [BUG] Incorrect indentation when there are invisible/diplay properties on the line [9.6.7 ( @ /home/huzf/.cache/emacs_configs/default/elpa.28/org-9.6.7/)]

2023-07-11 Thread Hammer Hu
: 11.07.2023 15:07 To: Hammer Hu Subject: Re: [BUG] Incorrect indentation when there are invisible/diplay properties on the line [9.6.7 ( @ /home/huzf/.cache/emacs_configs/default/elpa.28/org-9.6.7/)] Hammer Hu writes: > Please change bug.el to > > (add-hook 'org-mode-hook #&#

Re: [BUG] Incorrect indentation when there are invisible/diplay properties on the line [9.6.7 ( @ /home/huzf/.cache/emacs_configs/default/elpa.28/org-9.6.7/)]

2023-07-11 Thread Hammer Hu
Please change bug.el to (add-hook 'org-mode-hook #'org-modern-mode) (setq-default org-adapt-indentation t) Select the region and M-x indent-region multiple times. Best, - From: Ihor Radchenko Sent: 11.07.2023 13:22 To: Hammer Hu Subject

[BUG] Incorrect indentation when there are invisible/diplay properties on the line [9.6.7 ( @ /home/huzf/.cache/emacs_configs/default/elpa.28/org-9.6.7/)]

2023-07-11 Thread Hammer Hu
--text follows this line-- Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. --