Re: [Orgmode] global config for table and export style

2009-10-19 Thread Eraldo Helal
Thank you! I underestimated the customize search. Thank you Carsten for reminding me. This is exactly what I was looking for. MfG Eraldo ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http:/

Re: [Orgmode] global config for table and export style

2009-10-19 Thread Carsten Dominik
Hi Eraldo, if you take a look at http://orgmode.org/worg/org-tutorials/org-customize.php and follow the advice given there, you would probably quickly find the variables org-export-preserve-breaks and org-export-html-table-tag. HTH - Carsten On Oct 18, 2009, at 6:13 PM, Eraldo Helal w

Re: [Orgmode] global config for table and export style

2009-10-18 Thread Eraldo Helal
Yup... Thank you for your feedback... However this solution conflicts with some publish settigs of mine ;; timestamps I would still prefer a global setting if that is possible. I prefer my tables to be with borders in any file! The same holds true for html export. __

Re: [Orgmode] global config for table and export style

2009-10-18 Thread Dan Davison
Eraldo Helal writes: > 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" >