changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: no categories

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