From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Is there a way to change the home link and up link text when export to HTML? Date: Mon, 31 Mar 2014 07:52:32 +0200 Message-ID: <87eh1iykwv.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUV9G-0000cA-Mu for emacs-orgmode@gnu.org; Mon, 31 Mar 2014 01:52:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WUV9A-0008Tk-L2 for emacs-orgmode@gnu.org; Mon, 31 Mar 2014 01:52:42 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:46875) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUV9A-0007w8-Fy for emacs-orgmode@gnu.org; Mon, 31 Mar 2014 01:52:36 -0400 In-Reply-To: (KDr2's message of "Fri, 28 Mar 2014 20:37:54 +0800") 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: KDr2 Cc: emacs-orgmode@gnu.org Hi Killy, KDr2 writes: > I want to change "UP | HOME " to "Archives | Categories" for my blog, > but I do not know how to, for now I use javascript to change them > after the page loading in browser... Try to set #+HTML_LINK_UP: and #+HTML_LINK_HOME: in your document. -- Bastien