From 340c2a937273507b7e8961ece9c6412e95e7f034 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 22 Jul 2021 15:51:18 +0300 Subject: docs: update --- docs.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs.el') diff --git a/docs.el b/docs.el index d6d53ff..d3838e8 100644 --- a/docs.el +++ b/docs.el @@ -14,5 +14,11 @@ (re-search-forward "^* Installation") (org-ascii-export-to-ascii nil t))) +(defun docs-install-org () + "Extract and export installation manual as an org file from the User Manual." + (let ((org-export-with-toc nil)) + (re-search-forward "^* Installation") + (org-org-export-to-org nil t))) + (provide 'docs) ;;; docs.el ends here -- cgit v1.2.3