emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Memnon Anon <gegendosenfleisch@googlemail.com>
To: emacs-orgmode@gnu.org
Subject: Re: S-TAB cycling opening archive subtrees
Date: Fri, 14 Dec 2012 13:37:34 +0000 (UTC)	[thread overview]
Message-ID: <87txrodarc.fsf@mean.albasani.net> (raw)
In-Reply-To: 5C767681512C4D3DB18FFD433AE13483@gmail.com

Vincent Beffara <vbeffara+ml@gmail.com> writes:

> When cycling visibility of a subtree using TAB, subtrees with the
> :ARCHIVE: tag are not opened, and that is a very good thing. But when
> I cycle a buffer globally using S-TAB, their contents are shown, which
> feels like the wrong thing to do ... 

Interesting enough, the subtree is getting closed by 
org-cycle-hide-archived-subtrees (in org-cycle-hook) at first, but 
re-opened by a later function: org-cycle-hide-inline-tasks , which
calls (hide-sublevels (1- org-inlinetask-min-level)) .

Its docstring says "Re-hide inline task when switching to 'contents
visibility state.", so I guess it should only hide things, not the
opposite. 

Memnon

  reply	other threads:[~2012-12-14 13:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-14 12:24 S-TAB cycling opening archive subtrees Vincent Beffara
2012-12-14 13:37 ` Memnon Anon [this message]
2012-12-15  8:32 ` Bastien
2012-12-17 10:39   ` Vincent Beffara

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=87txrodarc.fsf@mean.albasani.net \
    --to=gegendosenfleisch@googlemail.com \
    --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).