emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Basic Q: Display specific property in custom agenda view


From: Fraga, Eric
Subject: Re: [O] Basic Q: Display specific property in custom agenda view
Date: Thu, 26 Sep 2019 05:27:25 +0000

On Thursday, 26 Sep 2019 at 00:06, Nathan Neff wrote:
> Got it!  Now, all I need to do is add the cool ":" functionality
> where a ":" is appended to the result if there is a result :-)

Maybe something like

;; Return PROJ property or category property
(defun njn-get-proj-property()
  (if (org-entry-get (point) "PROJ" t)
      (concat (org-get-category) ":")
    ""))

(untested)
-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-401-gfabd6d



reply via email to

[Prev in Thread] Current Thread [Next in Thread]