General cleanup + refactor

This commit is contained in:
Henrik Lissner 2017-02-28 12:12:09 -05:00
parent 45122cdea5
commit 4356f894fd
9 changed files with 18 additions and 15 deletions

View file

@ -1,6 +1,7 @@
;;; lang/org/+attach.el --- -*- no-byte-compile: t; -*-
;;; lang/org/+attach.el
;; FIXME
;; FIXME Needs to be rewritten
;;
;; Initializes my own org-mode attachment system. I didn't like Org's native
;; one. Mine stores attachments in a global org .attach directory. It also
;; implements drag-and-drop file support and attachment icons. It also treats

View file

@ -1,4 +1,4 @@
;;; lang/org/+capture.el --- -*- no-byte-compile: t; -*-
;;; lang/org/+capture.el
;; Sets up two `org-capture' workflows that I like:
;;

View file

@ -1,4 +1,4 @@
;;; lang/org/+export.el --- -*- no-byte-compile: t; -*-
;;; lang/org/+export.el
;; My own, centralized exporting system as well.

View file

@ -2,10 +2,10 @@
;; A few things you can expect
;; + `org-capture' in a popup frame (can be invoked from outside emacs too)
;; + A simpler attachment system (with auto-deleting support) and
;; drag-and-drop for images and documents into org files
;; + Exported files are put in a centralized location (see
;; `org-export-directory')
;; + TODO A simpler attachment system (with auto-deleting support) and
;; drag-and-drop for images and documents into org files
;; + TODO Custom links for class notes
;; + TODO An org-mode based CRM (including invoicing and pdf exporting) (see custom-crm)
;; + TODO A tag-based file browser reminiscient of Evernote and Quiver (there's neotree too!)