From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Using orgmode to take "inline notes" for research Date: Fri, 8 Apr 2011 15:08:59 -0500 Message-ID: References: <87ipus12dc.fsf@gmail.com> <4D9BE79A.5010402@ccbr.umn.edu> <87bp0k0y78.fsf@gmail.com> <87wrj67hhp.fsf@ucl.ac.uk> <87hba8y5cy.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=43654 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8HzL-0008GC-3q for emacs-orgmode@gnu.org; Fri, 08 Apr 2011 16:09:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q8HzJ-0005AC-CE for emacs-orgmode@gnu.org; Fri, 08 Apr 2011 16:09:02 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:42877) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q8HzJ-00059k-6t for emacs-orgmode@gnu.org; Fri, 08 Apr 2011 16:09:01 -0400 Received: by bwz17 with SMTP id 17so3637444bwz.0 for ; Fri, 08 Apr 2011 13:08:59 -0700 (PDT) In-Reply-To: <87hba8y5cy.fsf@ucl.ac.uk> 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 , emacs-orgmode >>>> I like formats like this as well and have been "cheating" to do this >>>> in LaTeX more or less like this: >>>> >>>> #+attr_latex: align=3Dl|p{0.95\textwidth} >>>> | \,| The text that I want quoted, which ends up looking good but >>>> needs to be on one insanely long line of an org-mode table| >>>> >>>> Is there a better way to send a quote into the table form (indented >>>> with a nice vertical line to the left) but not need to have the quote >>>> on one huge line of an actual table (from org -> LaTeX, that is... >>>> obviously the above works if using html)? > > [...] > >> I should have googled harder. Where were you all my life, StackOverflow?= [1] >> >> ----- >> \begin{tabular}{l|p{0.9\textwidth}} >> \quad & >> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi id >> hendrerit > > But isn't this the same solution you had before? =C2=A0You still end up w= ith > a very long line in the org file? Unless: 1) your tabular env is required to be on one continuous line, or 2) You know how to split an org-table into multiple lines No, they are different. I'm not sure if I was explicit about the above, but I'm inserting that native LaTeX code into the org file; that's not post-export. That's just how I dump it... so I get a couple lines of tabular setup and then my whole quote can rest in one paragraph with fill mode line wrapping. With the org table it was off the page with fill mode. The other source of confusion might have been whether or not we both use fill mode. I do, but think if I didn't, perhaps the org-table would wrap for me? Does that make things any clearer? John > -- > : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 > : using Org-mode version 7.5 (release_7.5.142.g4168) >