From a241ce14000601bdeb87e5fc135e7a89aac5f11a Mon Sep 17 00:00:00 2001 From: rearman Date: Wed, 6 Dec 2023 09:50:47 -0500 Subject: [PATCH] Update abbrevs to match tag standards No capitals, no dashes, laid out consistently for all related items --- init.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.org b/init.org index b4d177a..b8c37e4 100644 --- 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) -- 2.39.5