Osamu OKANO <okano.os...@gmail.com> writes:

>> I'd like to org-archive-subtree keeping inherited tags.
>> Can I do like blow?
> I have found the solution by defadvice.
> (defadvice org-archive-subtree
>   (before add-inherited-tags-before-org-archive-subtree activate)
>     "add inherited tags before org-archive-subtree"
>     (org-set-tags-to (org-get-tags-at)))

Thanks for this hack, I added it to Worg/org-hacks.org

  http://orgmode.org/worg/org-hacks.html

Best,

-- 
 Bastien

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to