changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: no categories

changeset 627: 3af20cb389e8
parent 626: cc13027df6fa
child 628: f7a10d8ee5ee
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 26 Aug 2024 22:10:31 -0400
files: emacs/lib/ulang.el
description: no categories
     1.1--- a/emacs/lib/ulang.el	Mon Aug 26 20:09:01 2024 -0400
     1.2+++ b/emacs/lib/ulang.el	Mon Aug 26 22:10:31 2024 -0400
     1.3@@ -33,15 +33,12 @@
     1.4 (defvar ulang-link-history nil)
     1.5 (defvar ulang-file-history nil)
     1.6 
     1.7-(defvar ulang-categories
     1.8-  (list "note" "link" "code" "doc" "project" "data"))
     1.9-
    1.10 ;;  FIX 2024-08-26: doesn't work
    1.11 (defun org-category-allowed-values (prop)
    1.12   (when (string= (upcase prop) "CATEGORY")
    1.13     (append ulang-categories (list ":ETC"))))
    1.14 
    1.15-(cl-pushnew #'org-category-allowed-values org-property-allowed-value-functions)
    1.16+(cl-pushnew 'org-category-allowed-values org-property-allowed-value-functions)
    1.17 
    1.18 ;;;###autoload
    1.19 (defun dblock-insert-links (regexp)