From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: #+HOMEPAGE in metadata - feature request? Date: Fri, 21 Mar 2014 23:26:26 -0400 Message-ID: <87a9cizzfh.fsf@gmail.com> References: <20140321133746.221a93af@aga-netbook> <87bnwzbsy9.fsf@bzg.ath.cx> <20140321211622.7bb71418@aga-netbook> <87wqfnjevr.fsf@bzg.ath.cx> <20140322022316.1f414dd7@aga-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRCa9-0007yi-MI for emacs-orgmode@gnu.org; Fri, 21 Mar 2014 23:26:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WRCZz-0006om-Sp for emacs-orgmode@gnu.org; Fri, 21 Mar 2014 23:26:49 -0400 Received: from plane.gmane.org ([80.91.229.3]:44382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRCZz-0006od-M0 for emacs-orgmode@gnu.org; Fri, 21 Mar 2014 23:26:39 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WRCZy-0007QU-1K for emacs-orgmode@gnu.org; Sat, 22 Mar 2014 04:26:38 +0100 Received: from pool-98-110-160-12.bstnma.fios.verizon.net ([98.110.160.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Mar 2014 04:26:38 +0100 Received: from ndokos by pool-98-110-160-12.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Mar 2014 04:26:38 +0100 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: emacs-orgmode@gnu.org Marcin Borkowski writes: > Dnia 2014-03-22, o godz. 00:44:40 > Bastien napisaƂ(a): > >> Hi Marcin, >> >> Marcin Borkowski writes: >> >> > So the problem is: it would be (imho) useful to have a "homepage" >> > added to general metadata, but it is not clear how to translate >> > this to e.g. LaTeX's (rather ancient) concept of metadata. >> > (Interestingly, some other classes, e.g. memoir, koma-script and >> > titlepage, also do not seem to cater for this need. I'm going to >> > ask on TeX.SE if there's any class/package enabling putting a url >> > on the titlepage...) So while (I assume) adding a #+HOMEPAGE >> > field/option in Org would be easy, it is not obvious how to render >> > it for different exporters. >> >> Thanks for the explanations, I get it now; but unless I'm really tired >> (could be), you only mention backends that do not support a concept of >> "homepage"... right? > > Right. I did not really use other backends; what drives my suggestion > is a /need/ for a url in the titlepage, not an /existence/ of such > feature in other tools. (It would be hard for me to believe that I'm > the only one needing this, btw...) > For latex, the ams classes (amsart, etc) provide a \urladdr macro. I imagine something similar could be easily added to the standard classes. Or you can cheat: #+AUTHOR: #+LATEX_HEADER: \author{A.U.Thor\thanks{http://www.foo.org} -- Nick