mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-03 11:33:46 +00:00
Move org-eshell.el by Konrad Hinsen to Org's core.
* org-eshell.el: New file.
This commit is contained in:
parent
e514982ae1
commit
a0f2396f8f
1
Makefile
1
Makefile
@ -91,6 +91,7 @@ LISPF = org.el \
|
||||
org-footnote.el \
|
||||
org-freemind.el \
|
||||
org-gnus.el \
|
||||
org-eshell.el \
|
||||
org-habit.el \
|
||||
org-html.el \
|
||||
org-icalendar.el \
|
||||
|
@ -4,7 +4,7 @@
|
||||
;; Author: Konrad Hinsen <konrad.hinsen AT fastmail.net>
|
||||
;; Version: 0.1
|
||||
;;
|
||||
;; This file is not part of GNU Emacs.
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
;; Emacs is free software; you can redistribute it and/or modify
|
||||
;; it under the terms of the GNU General Public License as published by
|
||||
@ -58,7 +58,6 @@
|
||||
(org-store-link-props
|
||||
:link (org-make-link "eshell:" link)
|
||||
:description command))))
|
||||
|
||||
|
||||
(provide 'org-eshell)
|
||||
|
Loading…
Reference in New Issue
Block a user