From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Fischmeister Subject: Export agenda to HTML with links to body contents Date: Sun, 27 Jul 2014 12:40:37 -0400 Message-ID: <878unedabq.fsf@uwaterloo.ca> Reply-To: sfischme@uwaterloo.ca Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBRvq-0003gQ-2r for emacs-orgmode@gnu.org; Sun, 27 Jul 2014 13:08:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBRvh-0002Cj-Qp for emacs-orgmode@gnu.org; Sun, 27 Jul 2014 13:08:22 -0400 Received: from mailservices.uwaterloo.ca ([129.97.128.141]:42505 helo=mailchk-m01.uwaterloo.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBRvh-0002An-Mg for emacs-orgmode@gnu.org; Sun, 27 Jul 2014 13:08:13 -0400 Received: from connect.uwaterloo.ca (connhub4.connect.uwaterloo.ca [129.97.149.122]) by mailchk-m01.uwaterloo.ca (8.14.4/8.14.4) with ESMTP id s6RGeboF015041 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=OK) for ; Sun, 27 Jul 2014 12:40:39 -0400 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 Hi, I upload my agenda on a website, so I can access it from multiple devices. This works nicely with the following in a cron job: emacs --batch -l ~/.emacs.d/init.el -eval '(org-batch-store-agenda-views)' -kill The only thing I'm missing is links to the body of the item. Does Org currently support anything in the HTML export that could enable showing the content on a click? For example: ** Item 1 This text here would be visible when you click on "Item 1" in the HTML-exported document. The link on "Item 1" could lead to a separate page or it could use some fancy CSS/Javascript. Any ideas? Thanks, Sebastian