From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: An improvement for a reading of exported HTML tables Date: Thu, 7 May 2009 18:21:07 +0200 Message-ID: <5D8C2B4A-F316-4825-8171-7D06CEFBAD01@gmail.com> References: <440047.97592.qm@web28306.mail.ukl.yahoo.com> <87skjhgsly.fsf@brailcom.org> <62BCF64A-144E-43AB-B1EF-392EF73E960B@gmail.com> <87y6t9fazr.fsf@brailcom.org> <44287AE6-13B1-4323-B5A6-62F61BA319F8@gmail.com> <05B130C6-95DF-4AEC-B9FF-BD8AF09719E0@uva.nl> <11704.1241708456@gamaville.dokosmarshall.org> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M26NR-0007RD-Ge for emacs-orgmode@gnu.org; Thu, 07 May 2009 12:23:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M26NM-0007Ox-GH for emacs-orgmode@gnu.org; Thu, 07 May 2009 12:23:16 -0400 Received: from [199.232.76.173] (port=54562 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M26NM-0007Or-0h for emacs-orgmode@gnu.org; Thu, 07 May 2009 12:23:12 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:37638) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M26NL-0006sX-Ei for emacs-orgmode@gnu.org; Thu, 07 May 2009 12:23:11 -0400 Received: by mail-ew0-f162.google.com with SMTP id 6so1290095ewy.42 for ; Thu, 07 May 2009 09:23:10 -0700 (PDT) In-Reply-To: <11704.1241708456@gamaville.dokosmarshall.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org, Carsten Dominik Yes, I forgot to push. - Carsten On May 7, 2009, at 5:00 PM, Nick Dokos wrote: > Carsten Dominik wrote: > >> >> (setq org-export-html-table-use-header-tags-for-first-column t) >> > > Carsten, > > I just did a git pull and I cannot find this variable anywhere > in the tree (nor a git log entry that looks plausible). Are you > sure you committed it? > > The last few log entries say: > > commit dd1268dcac98867a8983dc1a117c9e86f6c7b286 > Author: Carsten Dominik > Date: Thu May 7 13:53:35 2009 +0200 > > New file: contrib/lisp/org-special-blocks.el > > Contributed by Chris Gray > > commit 412314ab2bc97320f6c4f2103fa9aa001e829b15 > Author: Carsten Dominik > Date: Thu May 7 08:39:12 2009 +0200 > > ASCII export: Fix autoloading > > commit b5d183e45c4f54bbbf89161322d7f1615cdaa5a2 > Author: Carsten Dominik > Date: Wed May 6 18:47:44 2009 +0200 > > Fix bug. > > commit 8ac2704c26d896e0d60853807a59d130f8be667a > Author: Carsten Dominik > Date: Wed May 6 15:49:24 2009 +0200 > > New variable `org-ical-timezone'. > > Thanks, > Nick