emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Subhan Michael Tindall <SubhanT@familycareinc.org>
To: "'emacs-orgmode@gnu.org'" <emacs-orgmode@gnu.org>
Subject: PROPERTY inheritance at the file level, and picking up all items
Date: Mon, 22 Dec 2014 17:57:40 +0000	[thread overview]
Message-ID: <1e0640ae78ca44d6bd3a469430c30b0c@fcmailsvr2.familycareinc.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1908 bytes --]

I'm trying to set up a buffer-wide property value for my project files.
Currently I have a level-1 header like this:

* project
:PROPERTIES:
:project_name: this_projects_name
:END:

I know this can be inherited by sub project, but I have many more level-1 headers
* level1 header
** sub header

I can't seem to find a way to set up the property :project_name: to be a file-level or buffer-level property that is inherited and visible in custom agendas.
I've tried several variants including a level-0 property drawer and using #+PROPERTY :project_name project_name


(setq org-columns-default-format "%10CATEGORY %30ITEM %TODO %PRIORITY %20project_name %LastWorked(Last Worked On) %LastWorked(Hours Ago){@min} %FILE")

Custom agenda command:
("Z" "Last Worked skip" ((alltodo "" ((org-agenda-skip-function (lambda nil (org-agenda-skip-entry-if (quote notregexp) "\\:LastWorked\\:")))
(org-agenda-sticky nil)
(org-agenda-view-columns-initially t)  <<<this also seems to not be working
(org-agenda-sorting-strategy (quote (tsia-down todo-state-down)))))))

The Skip function works great, but unfortunately the agenda also does not pick up any headers without a  TODO state even if they match the LastWorked regexp.
If anybody can provide some insight on either of these problems I would be much obliged!



This message is intended for the sole use of the individual and entity to which it is addressed and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended addressee, nor authorized to receive for the intended addressee, you are hereby notified that you may not use, copy, disclose or distribute to anyone the message or any information contained in the message. If you have received this message in error, please immediately advise the sender by reply email and delete the message.  Thank you.

[-- Attachment #2: Type: text/html, Size: 10980 bytes --]

                 reply	other threads:[~2014-12-22 17:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1e0640ae78ca44d6bd3a469430c30b0c@fcmailsvr2.familycareinc.org \
    --to=subhant@familycareinc.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).