emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matt Lundin <mdl@imapmail.org>
To: Julien Danjou <julien@danjou.info>
Cc: emacs-orgmode@gnu.org
Subject: Re: Entries title in agenda view
Date: Mon, 21 Jun 2010 14:59:31 -0400	[thread overview]
Message-ID: <87eig0rz3g.fsf@fastmail.fm> (raw)
In-Reply-To: <87sk4gfh2z.fsf@keller.adm.naquadah.org> (Julien Danjou's message of "Mon, 21 Jun 2010 19:09:24 +0200")

Julien Danjou <julien@danjou.info> writes:

> I did not find what I want in the documentation, so here I am.
>
> I've entries in the form:
> * Customers
> ** MyCustomer
> *** Project
> **** Meeting to do some stuff
> <2010-06-21 Mon>
>
>
> In the agenda view (C-c a a) I see
>
> Monday     21 June 2010
>    Meeting to do some stuff

By default, the agenda view includes the CATEGORY property. Have you by
chance customized org-agenda-prefix-format?

> Problem is that i really lacks of context. I've to scroll down to the
> entry to read the echo area.
>
> Is there anyway to change the entry text to include its parent headings,
> or part of them?

A couple of solutions here:

1. Add a category (assuming org-agenda-prefix-format) is set to display
   categories.

--8<---------------cut here---------------start------------->8---
* Customers
** MyCustomer
   :PROPERTIES:
   :CATEGORY: mycustomer
   :END:
*** Project
**** Meeting to do some stuff
 <2010-06-21 Mon>
--8<---------------cut here---------------end--------------->8---

--8<---------------cut here---------------start------------->8---
Day-agenda (W25):
Monday     21 June 2010 W25
  mycustomer: Meeting to do some stuff
--8<---------------cut here---------------end--------------->8---

2. Use tags and set the agenda to display inherited tags:

(setq org-agenda-show-inherited-tags t)

--8<---------------cut here---------------start------------->8---
* Customers
** MyCustomer							 :mycustomer:
   :PROPERTIES:
   :CATEGORY: mycustomer
   :END:
*** Project							   :projectA:
**** Meeting to do some stuff
 <2010-06-21 Mon>
--8<---------------cut here---------------end--------------->8---

--8<---------------cut here---------------start------------->8---
Day-agenda (W25):
Monday     21 June 2010 W25
  mycustomer: Meeting to do some stuff                    :mycustomer:projectA::
--8<---------------cut here---------------end--------------->8---

Best,
Matt

      parent reply	other threads:[~2010-06-21 18:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-21 17:09 Entries title in agenda view Julien Danjou
2010-06-21 17:16 ` Darlan Cavalcante Moreira
2010-06-21 18:59 ` Matt Lundin [this message]

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=87eig0rz3g.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=julien@danjou.info \
    /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).