ol-man.el: Mark WoMan link handler as obsolete
lisp/ol-man.el (org-man-command): Add label suggesting against the WoMan package as a viewer for man pages. It has enough bugs. Eli Zaretskii to emacs-orgmode. Re: Completion of links to man pages. Thu, 05 Oct 2023 19:33:26 +0300. <https://list.orgmode.org/orgmode/83sf6p2fgu.fsf@gnu.org>
This commit is contained in:
parent
7c9a5216bb
commit
b8d27bb4ec
|
@ -42,7 +42,7 @@
|
|||
(defcustom org-man-command 'man
|
||||
"The Emacs command to be used to display a man page."
|
||||
:group 'org-link
|
||||
:type '(choice (const man) (const woman)))
|
||||
:type '(choice (const man) (const :tag "WoMan (obsolete)" woman)))
|
||||
|
||||
(defun org-man-open (path _)
|
||||
"Visit the manpage on PATH.
|
||||
|
|
Loading…
Reference in New Issue