From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Giving latex attributes to sections in export Date: Fri, 28 May 2010 17:13:06 +0200 Message-ID: <0960A5A4-281A-4472-B621-F817D3BBC090@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=46271 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OI1FK-0007kB-KZ for emacs-orgmode@gnu.org; Fri, 28 May 2010 11:13:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OI1FI-00010M-Pz for emacs-orgmode@gnu.org; Fri, 28 May 2010 11:13:14 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:46371) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OI1FI-00010F-Kh for emacs-orgmode@gnu.org; Fri, 28 May 2010 11:13:12 -0400 Received: by wwi17 with SMTP id 17so770214wwi.0 for ; Fri, 28 May 2010 08:13:11 -0700 (PDT) In-Reply-To: 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: John Hendy Cc: emacs-orgmode Hi John, please check out this thread: http://thread.gmane.org/gmane.emacs.orgmode/12977/focus=13057 and then use org-special-blocks.el HTH - Carsten On May 22, 2010, at 11:50 PM, John Hendy wrote: > Hi, > > > I just emailed a similar question about tables... but how can one > pass latex options inside of sections/subsections? I'd like > something like this in my report: > > * History of experiments > introduction text goes here... blah blah blah. A history of > experiments and corresponding data tables will follow. > > \begin{landscape} > > ** Date of experiment 1 > *** Conditions > *** Data > |table|of|data > > ** Date of experiment 1 > *** Conditions > *** Data > |table|of|data > > \end{landscape} > > * Conclusion > > So... I'd like the report in portrait mode, but my tables are long > enough that it makes sense to switch entirely to landscape for that > portion of the report and then switch back for portrait for > discussion. At present if I do either: > > \begin{landscape} > > #+BEGIN_LaTeX > \begin{landscape} > #+END_LaTeX > > then org-mode ignores the following section. It DOES actually rotate > the orientation, but the tables are all in ASCII format and in the > matching .tex file, instead of \subsection{name}, I just get a > literal export of the subsection asterisks ("*** subsection name') > exactly how it looks in org-mode. Something triggers org-mode to > stop translating from org-mode structure into LaTeX. I've checked > possible uses for property drawers and #+ATTR_LATEX seems only to > apply to images... just not sure how to slip in various latex > commands as they are needed. > > > Best regards, > John > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten