From 9db369a455883b92205a4766457602bdea9371fa Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Mon, 15 Jan 2024 09:39:21 -0500 Subject: tighten up org links --- emacsconf.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/emacsconf.el b/emacsconf.el index df54a78..1a76a84 100644 --- a/emacsconf.el +++ b/emacsconf.el @@ -1076,9 +1076,7 @@ The subheading should match `emacsconf-abstract-heading-regexp'." (cons 'emacsconf (org-element-property :path (org-element-context)))) ((and (derived-mode-p 'org-mode) (org-entry-get-with-inheritance "SLUG")) - (cons 'emacsconf (org-entry-get-with-inheritance "SLUG"))) - ((emacsconf-resolve-talk (symbol-name (symbol-at-point))) - (cons 'emacsconf (symbol-name (symbol-at-point)))))) + (cons 'emacsconf (org-entry-get-with-inheritance "SLUG"))))) (defun emacsconf-insert-talk-title (search) "Insert the talk title matching SEARCH." -- cgit v1.2.3