;; Load Outside Hoards
(add-to-list 'load-path
(concat user-emacs-directory "re/"))
-(add-to-list 'load-path
- (concat user-emacs-directory "acme-mouse/"))
+;; (add-to-list 'load-path (concat user-emacs-directory "acme-mouse/"))
(add-to-list 'load-path
(concat user-emacs-directory "sedit-mouse/"))
(require 're-editing-defuns)
"#+END_SRC\n")
(define-skeleton skel-facility-properties
- "Insert the org title and filetags for a new facility."
+ "Insert the structure for a new facility."
""
- "#+TITLE: "
+ "** "
_ - \n
- "#+FILETAGS: customer city state pm sm ee ce aka c#\n\n"
- "* System Notes\n"
- "* PLC [/]\n"
- "* Wonderware [/]\n"
- "* Commissioning [/]\n")
+ "*** System Notes\n"
+ "*** Expirements\n"
+ "*** PLC [/]\n"
+ "*** Wonderware [/]\n"
+ "*** Commissioning [/]\n")
(define-skeleton skel-person-properties
"Insert the org title and filetags for a person."