From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Using orgmode to take "inline notes" for research Date: Wed, 6 Apr 2011 11:16:56 -0500 Message-ID: References: <87ipus12dc.fsf@gmail.com> <4D9BE79A.5010402@ccbr.umn.edu> <87bp0k0y78.fsf@gmail.com> 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=60113 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7VQP-0000Tw-Tq for emacs-orgmode@gnu.org; Wed, 06 Apr 2011 12:17:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7VQL-0003CP-Ul for emacs-orgmode@gnu.org; Wed, 06 Apr 2011 12:17:45 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:64736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7VQL-0003Bf-Pn for emacs-orgmode@gnu.org; Wed, 06 Apr 2011 12:17:41 -0400 Received: by bwz17 with SMTP id 17so1489720bwz.0 for ; Wed, 06 Apr 2011 09:17:40 -0700 (PDT) In-Reply-To: <87bp0k0y78.fsf@gmail.com> 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: Eric Schulte Cc: emacs-orgmode On Wed, Apr 6, 2011 at 12:02 AM, Eric Schulte wrot= e: > Erik Iverson writes: > >> If you export to HTML, you should be able to export your notes with a >> CSS class to style your notes as differently from the text as you >> like. >> > > I like the following for offsetting quotes, may work well for notes... > > #+begin_src css > =C2=A0blockquote { > =C2=A0 =C2=A0border-left: 1px solid gray; > =C2=A0 =C2=A0padding-left: 4px; } > #+end_src 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)? John > > -- > Eric Schulte > http://cs.unm.edu/~eschulte/ >