I want to generate an index file which we usually called as
sitemap.html. So in my project setting, I use following line to generate
this file:
---------
    :auto-index t                  ; Generate index.org automagically...
    :index-filename "sitemap.org"  ; ... call it sitemap.org ...
    :index-title "Sitemap"         ; ... with title 'Sitemap'.
---------

But in this generated sitemap file, I also want to show a tag for which
file. This is something like the tag we showd in Table of Content of
each file. By this tag, I can get some brief information of this file.

I check the manual, there are two kinds of tag we can add at the
begining of each file, there are:
-----------
#+TAGS:
#+FILETAGS:
-----------

So what's the difference of these two kinds of tags? Which one can be
used to show tag in sitemap.html?

Thanks

Water Lin


-- 
Water Lin's notes and pencils: http://en.waterlin.org
Email: water...@ymail.com
__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


_______________________________________________
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