emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Hide done/ cancelled items
@ 2014-02-08  4:19 Chris Henderson
  2014-02-08 13:29 ` Bastien
  2014-02-08 17:52 ` Igor Sosa Mayor
  0 siblings, 2 replies; 3+ messages in thread
From: Chris Henderson @ 2014-02-08  4:19 UTC (permalink / raw)
  To: emacs-orgmode

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

Is there a way to hide done/ cancelled items?

I have ** A Project and lots of *** items that are done and I want to hide
to avoid distractions. After the project is done, I will move the ** A
Project along with all the *** items to the _archive file.

Thanks.

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Hide done/ cancelled items
  2014-02-08  4:19 Hide done/ cancelled items Chris Henderson
@ 2014-02-08 13:29 ` Bastien
  2014-02-08 17:52 ` Igor Sosa Mayor
  1 sibling, 0 replies; 3+ messages in thread
From: Bastien @ 2014-02-08 13:29 UTC (permalink / raw)
  To: Chris Henderson; +Cc: emacs-orgmode

Hi Chris,

Chris Henderson <henders254@gmail.com> writes:

> Is there a way to hide done/ cancelled items?

* DONE Headline to hide on startup
  :PROPERTIES:
  :VISIBILITY: folded
  :END:

You need to evaluate this if you want the headline to be folded each
time you change the visibility state of the buffer with S-TAB:

(add-hook 'org-cycle-hook 'org-set-visibility-according-to-property)

PS: C-c C-c on an affiliated keyword like #+STARTUP will *not* set
the initial visibility state.  I understand why this is the default
but maybe we can have an option to let C-c C-c reset the initial
visibility state.

-- 
 Bastien

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Hide done/ cancelled items
  2014-02-08  4:19 Hide done/ cancelled items Chris Henderson
  2014-02-08 13:29 ` Bastien
@ 2014-02-08 17:52 ` Igor Sosa Mayor
  1 sibling, 0 replies; 3+ messages in thread
From: Igor Sosa Mayor @ 2014-02-08 17:52 UTC (permalink / raw)
  To: emacs-orgmode

Am Sat, Feb 08, 2014 at 03:19:35PM +1100, Chris Henderson wrote:
> Is there a way to hide done/ cancelled items?
> 
> I have ** A Project and lots of *** items that are done and I want to hide
> to avoid distractions. After the project is done, I will move the ** A
> Project along with all the *** items to the _archive file.
> 
> Thanks.

maybe you're looking for 

,----[ C-h f org-archive-to-archive-sibling RET ]
| org-archive-to-archive-sibling is an interactive autoloaded Lisp
| function in `org-archive.el'.
| 
| (org-archive-to-archive-sibling)
| 
| Archive the current heading by moving it under the archive sibling.
| The archive sibling is a sibling of the heading with the heading name
| `org-archive-sibling-heading' and an `org-archive-tag' tag.  If this
| sibling does not exist, it will be created at the end of the subtree.
| 
| [back]
`----


-- 
:: Igor Sosa Mayor     :: joseleopoldo1792@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/      ::
:: jabberid: rogorido  ::                            ::

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-08 17:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-08  4:19 Hide done/ cancelled items Chris Henderson
2014-02-08 13:29 ` Bastien
2014-02-08 17:52 ` Igor Sosa Mayor

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).