Hi all,

Recently, I've started using org + jekyll for blogging; it works well so far,
but I found a small issue when aggregating multiple org-exported-to-html
entries into one page. The problem is that some of the html-elements have
id=... attributes, which are supposed to be unique in a html document;
however, this fails when aggregating different elements into one. Similar
concern for other supposedly unique items like footnotes.

The id=-thing is mostly annoying because it makes html-tidy complain (and
breaks strict standard compliance), but e,g. the footnote issue could be
annoying in practice (i.e.. jumping to the wrong footnote).

So, one possible solution might be to have a way to make org prefix its
id-values with something truly unique, or even just a random number. Or is
there some other way to solve this?

Thanks in advance,
Dirk.

-- 
Dirk-Jan C. Binnema                  Helsinki, Finland
e:d...@djcbsoftware.nl           w:www.djcbsoftware.nl
pgp: D09C E664 897D 7D39 5047 A178 E96A C7A1 017D DA3C


_______________________________________________
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