From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: [ox-html] Using a different title in the head and in the body Date: Sat, 06 Apr 2013 17:10:01 +0200 Message-ID: References: <87fvz4zdm9.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOUkm-00077l-6Y for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 11:10:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOUkg-0008LI-Bt for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 11:10:04 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:8454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOUkg-0008L3-5b for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 11:09:58 -0400 In-reply-to: <87fvz4zdm9.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: Orgmode Mailing List Bastien writes: > Hi Alan, > > Alan Schmitt writes: > >> I'm building a small web site using org-mode, and I cannot find out how >> to have a short title in the head of the generated html, and a longer >> one in the body. >> >> Is this possible? > > Nope, this is not possible -- or maybe a ugly hack would be to set > your own ... in #+HTML_HEAD and pray so that browsers > interpret the last one they see. Thanks for the suggestion. I tried it, and it does not work with Firefox (only the first title is used). I could do it with some JavaScript, but it's not that important to bother at the moment. Alan