emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: " Pierre-François Gomez " <pef.gomez@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Could org-tags-sparse-tree show the hierarchy ?
Date: Tue, 19 Sep 2006 16:33:57 +0100	[thread overview]
Message-ID: <5b2e206e5c25246ae89a0ba2fbfd2ede@science.uva.nl> (raw)
In-Reply-To: <8f835a8e0609180718g59fa495fp9d6d36ce8843c1e3@mail.gmail.com>

This is because my feeling was that the compacted tree works better for 
the TAG trees.  But I will make this configurable now.

- Carsten

On Sep 18, 2006, at 15:18, Pierre-François Gomez wrote:

> Hello,
>
> I recently came across org-mode and decided to give it a try.
>
> One thing is bugging me, however : when I do a tags search using 'C-c
> \' (org-tags-sparse-tree), I'd expect to see the full hierarchy
> "leading" to my tagged headlines, but it only shows me the result
> (correctly indented, however) and the associated top-level heading.
>
> I had a look at the offending function and I realized that just
> removing "(org-show-hierarchy-above nil)" from the "let" solves my
> problem :
>
> (defun org-tags-sparse-tree (&optional arg match)
>  "Create a sparse tree according to tags search string MATCH.
> MATCH can contain positive and negative selection of tags, like
> \"+WORK+URGENT-WITHBOSS\"."
>  (interactive "P")
>  (let ((org-show-following-heading nil))
>    (org-scan-tags 'sparse-tree (cdr (org-make-tags-matcher match)))))
>
> For now, I just defined another function which does just that and
> bound it to 'C-c \' instead, but I thought I'd post something on the
> list because since both org-show-following-heading and
> org-show-hierarchy-above are customizable, I can't see the need for
> this let... would it cause any bug elsewhere ?
>
> Or maybe you've already changed that : I'm using the 4.49 version
> (couldn't find a public cvs : is there one ?)
>
> Regards,
>
> -- Pierre-François
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477

  reply	other threads:[~2006-09-19 15:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-18 14:18 Could org-tags-sparse-tree show the hierarchy ? Pierre-François Gomez
2006-09-19 15:33 ` Carsten Dominik [this message]
2006-09-19 19:40   ` Pierre-François Gomez

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=5b2e206e5c25246ae89a0ba2fbfd2ede@science.uva.nl \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=pef.gomez@gmail.com \
    /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).