From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Sabbatini Subject: links in orgtbl-to-html Date: Sun, 17 Mar 2013 11:11:47 -0500 Message-ID: <5145EB43.8080407@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------090703040002060000050308" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHGCd-0001Kf-0C for emacs-orgmode@gnu.org; Sun, 17 Mar 2013 12:17:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHGBY-0006FC-Un for emacs-orgmode@gnu.org; Sun, 17 Mar 2013 12:12:54 -0400 Received: from mail-qe0-f51.google.com ([209.85.128.51]:46270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHGBY-0006F8-Q7 for emacs-orgmode@gnu.org; Sun, 17 Mar 2013 12:11:48 -0400 Received: by mail-qe0-f51.google.com with SMTP id nd7so2905908qeb.10 for ; Sun, 17 Mar 2013 09:11:48 -0700 (PDT) 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 This is a multi-part message in MIME format. --------------090703040002060000050308 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit In an html file, using orgtbl-mode, I am trying to use "install/send" a table that has hyperlinks inside it. I've tried using org-mode syntax: [[www.google.com]], and I've tried using html syntax mylink. Neither works as desired. I'm assuming it is possible because because the documentation says orgtbl-to-html uses the same code as org-export-as-html, which *does* export links as desired in my experience. thank you for your time. -Luca --------------090703040002060000050308 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit In an html file, using orgtbl-mode, I am trying to use "install/send" a table that has hyperlinks inside it. I've tried using org-mode syntax: [[www.google.com]], and I've tried using html syntax <a href:"www.google.com">mylink</a>. Neither works as desired.

I'm assuming it is possible because because the documentation says orgtbl-to-html uses the same code as org-export-as-html, which *does* export links as desired in my experience.

thank you for your time.


-Luca
--------------090703040002060000050308-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: links in orgtbl-to-html Date: Tue, 19 Mar 2013 17:34:04 +0100 Message-ID: <87sj3rte34.fsf@bzg.ath.cx> References: <5145EB43.8080407@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UI1gO-0002cd-UM for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 14:54:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UI1gM-0002GD-Sr for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 14:54:48 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:63841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UI1gM-0002Fa-Ll for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 14:54:46 -0400 Received: by mail-wg0-f44.google.com with SMTP id dr12so640820wgb.11 for ; Tue, 19 Mar 2013 11:54:45 -0700 (PDT) In-Reply-To: <5145EB43.8080407@gmail.com> (Luca Sabbatini's message of "Sun, 17 Mar 2013 11:11:47 -0500") 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: Luca Sabbatini Cc: emacs-orgmode@gnu.org Hi Luca, Luca Sabbatini writes: > In an html file, using orgtbl-mode, I am trying to use "install/send" > a table that has hyperlinks inside it. I've tried using org-mode > syntax: [[www.google.com]], and I've tried using html syntax href:"www.google.com">mylink. Neither works as desired. This works fine with the current beta version. Please try it if you can: http://orgmode.org/org.html#Installation It didn't work for `orgtbl-to-latex' and `orgtbl-to-texinfo' though, so I fixed this. Thanks! HTH, -- Bastien