Thanks Eric, this does it!
On Thu, Sep 26, 2019 at 12:27 AM Fraga, Eric 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
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-ent
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 :-)
Using %-12:(njn-get-proj-property)
doesn't work like %-12:c :-(
;; Return PROJ property or category property
(defun njn-get-proj-property()
(or (org-entry-get (point)
On Wed, Sep 25, 2019 at 7:12 PM Nathan Neff wrote:
> Hello all,
>
> My apologies for not finding this in the docs, but I'm trying to define a
> simple custom agenda view that is exactly the same as the default day week
> view,
> except the only difference is displaying a property called FOO inste
Hello all,
My apologies for not finding this in the docs, but I'm trying to define a
simple custom agenda view that is exactly the same as the default day week
view,
except the only difference is displaying a property called FOO instead of
the CATEGORY
property.
I think it's simply a matter of se