Org-mode config is back baby! With a vengeance!

This commit is contained in:
Henrik Lissner 2016-03-01 01:59:36 -05:00
parent 6851951aaf
commit 477ef168d4
19 changed files with 1227 additions and 309 deletions

22
modules/module-org-crm.el Normal file
View file

@ -0,0 +1,22 @@
;;; module-org-crm.el
(defun narf|org-crm-init ()
(define-org-section! cproject "Work")
(define-org-section! project "Projects")
(define-org-section! contact "Contacts")
)
(defun narf/org-crm-new (type name)
)
(defun narf/org-crm-visit-project (&optional name)
)
(defun narf/org-crm-visit-contact (&optional name)
)
(defun narf/org-crm-visit-invoice (&optional name)
)
(provide 'module-org-crm)
;;; module-org-crm.el ends here