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: Nathan Neff
Subject: Re: [O] Basic Q: Display specific property in custom agenda view
Date: Fri, 27 Sep 2019 03:30:42 -0500

Thanks Eric, this does it!

On Thu, Sep 26, 2019 at 12:27 AM Fraga, Eric <address@hidden> wrote:
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]