]> git.earman.xyz Git - emacsinit.git/commitdiff
Update abbrevs to match tag standards
authorrearman <rearman@r717.net>
Wed, 6 Dec 2023 14:50:47 +0000 (09:50 -0500)
committerrearman <rearman@r717.net>
Wed, 6 Dec 2023 14:50:47 +0000 (09:50 -0500)
No capitals, no dashes, laid out consistently for all related items

init.org

index b4d177a3b75f4e2d07909ca218940874f655484b..b8c37e4bd37b2c60ffdd0f14e49572e5cbd53175 100644 (file)
--- a/init.org
+++ b/init.org
@@ -598,7 +598,7 @@ Facility properties block
   "Insert the org title and filetags for a new facility."
   ""
   "#+TITLE: \n"
-  "#+FILETAGS: Customer PM SM AKA\n")
+  "#+FILETAGS: customer city state pm sm aka\n")
 #+END_SRC
 
 Person properties block
@@ -607,7 +607,7 @@ Person properties block
   "Insert the org title and filetags for a person."
   ""
   "#+TITLE: \n"
-  "#+FILETAGS: Company Position\n")
+  "#+FILETAGS: company position\n")
 #+END_SRC
 
 Workorder properties block
@@ -616,7 +616,7 @@ Workorder properties block
   "Insert the org title and filetags for a workorder"
   ""
   "#+TITLE: Workorder ###\n"
-  "#+FILETAGS: workorder cust-facil topics\n")
+  "#+FILETAGS: workorder customer city state topics\n")
 #+END_SRC
 
 Bind the snippets (in the =abbrev-file-name= file)