diff options
Diffstat (limited to 'docs.el')
-rw-r--r-- | docs.el | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |