;; Built-in equivalent of snippets
;; Skeletons for template and abbrev for shortcuts
;; Complete abbreviation with <C-x '>

(define-skeleton red-ops-skeleton
  "Org TOODs for both red and ops"
  ""
  "**** TODO Red\n**** TODO Ops")

(define-abbrev org-mode-abbrev-table "ros" "" 'red-ops-skeleton)