emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Can I show tag in generated sitemap.html?
@ 2010-05-26 11:00 Water Lin
  2010-05-31  4:44 ` Juri Krivov
  2010-05-31  4:47 ` Juri Krivov
  0 siblings, 2 replies; 3+ messages in thread
From: Water Lin @ 2010-05-26 11:00 UTC (permalink / raw)
  To: emacs-orgmode


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: WaterLin@ymail.com
__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

* Re: Can I show tag in generated sitemap.html?
  2010-05-26 11:00 Can I show tag in generated sitemap.html? Water Lin
@ 2010-05-31  4:44 ` Juri Krivov
  2010-05-31  4:47 ` Juri Krivov
  1 sibling, 0 replies; 3+ messages in thread
From: Juri Krivov @ 2010-05-31  4:44 UTC (permalink / raw)
  To: Water Lin; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1600 bytes --]

Hi Walter, could you please make example of what input and output
should look like?  I do not think I can understand what you really want
to do here.
Greetings
Juri

On Wed, May 26, 2010 at 1:00 PM, Water Lin <WaterLin@ymail.com> wrote:

>
> 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: WaterLin@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
>

[-- Attachment #1.2: Type: text/html, Size: 2502 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

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

* Re: Can I show tag in generated sitemap.html?
  2010-05-26 11:00 Can I show tag in generated sitemap.html? Water Lin
  2010-05-31  4:44 ` Juri Krivov
@ 2010-05-31  4:47 ` Juri Krivov
  1 sibling, 0 replies; 3+ messages in thread
From: Juri Krivov @ 2010-05-31  4:47 UTC (permalink / raw)
  To: Water Lin; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1178 bytes --]

On Wed, May 26, 2010 at 1:00 PM, Water Lin <WaterLin@ymail.com> wrote:

>
> 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:
>
This I can actually answer, but I do not think these relate to
the thing you are trying to do!


> -----------
> #+TAGS:
>
This one is to set up the headline tags you would use in this buffer,
like
#+TAGS: home work urgent


> #+FILETAGS:
>
And these are tags that apply to all headlines in file, as if
they were all children of an imaginary 0-level headline from
which they inherit.
Greetings
Juri

[-- Attachment #1.2: Type: text/html, Size: 2083 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

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

end of thread, other threads:[~2010-05-31  4:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-26 11:00 Can I show tag in generated sitemap.html? Water Lin
2010-05-31  4:44 ` Juri Krivov
2010-05-31  4:47 ` Juri Krivov

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