emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] org-archive-subtree keeping inherited tags


From: Osamu OKANO
Subject: [Orgmode] org-archive-subtree keeping inherited tags
Date: Wed, 26 Jan 2011 23:16:55 +0900

Hi !
I'd like to org-archive-subtree keeping inherited tags.
Can I do like blow?
===~/org/action.org===================================
 #+FILETAGS: Action
 * office :@office:
 ** DONE I'd like to archive this subtree keeping inherited tags
 *** DONE step1
 *** DONE step2
 *** DONE step3
===~/org/action.org_archive===========================
 Archived entries from file  ~/org/action.org
 * DONE I'd like to archive this subtree keeping inherited tags :Action:@office:
 :PROPERTIES:
 :ARCHIVE_TIME: 2011-01-25 tue 19:00
 :ARCHIVE_FILE: ~/org/action.org
 :ARCHIVE_OLPATH: office
 :ARCHIVE_TODO: DONE
 :ARCHIVE_ITAGS: Action @office
 :END:
 ** DONE step1
 ** DONE step2
 ** DONE step3
================================================
Regards.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]