From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eraldo Helal Subject: global config for table and export style Date: Sun, 18 Oct 2009 17:33:47 +0200 Message-ID: <938fae2d0910180833h1c4ce64at1e59daf0e6ffd1a8@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MzXlr-0002OE-IX for emacs-orgmode@gnu.org; Sun, 18 Oct 2009 11:34:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MzXlq-0002Nq-6O for emacs-orgmode@gnu.org; Sun, 18 Oct 2009 11:34:11 -0400 Received: from [199.232.76.173] (port=54614 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzXlq-0002Nn-0L for emacs-orgmode@gnu.org; Sun, 18 Oct 2009 11:34:10 -0400 Received: from ey-out-1920.google.com ([74.125.78.150]:8603) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MzXlp-0000bO-NS for emacs-orgmode@gnu.org; Sun, 18 Oct 2009 11:34:09 -0400 Received: by ey-out-1920.google.com with SMTP id 3so3701590eyh.34 for ; Sun, 18 Oct 2009 08:34:07 -0700 (PDT) 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: Org-Mode how can I globally: - make exporting tables with borders the default > #+ATTR_HTML: border="2" rules="all" frame="all" - make html export aware of line breaks > #+OPTIONS: \n:t in other words... how can I set - #+ATTR_HTML: border="2" rules="all" frame="all" - #+OPTIONS: \n:t in my .emacs file? Greetings, Eraldo