emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Using orgmode to take "inline notes" for research


From: Eric S Fraga
Subject: Re: [O] Using orgmode to take "inline notes" for research
Date: Thu, 07 Apr 2011 06:33:38 +0100
User-agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux)

John Hendy <address@hidden> writes:

[...]

>
> I like formats like this as well and have been "cheating" to do this
> in LaTeX more or less like this:
>
> #+attr_latex: align=l|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)?

You could use the =changebar= style in latex and then enclose the text
you want highlighted in a double environment combining changebar and quote:

--8<---------------cut here---------------start------------->8---
\begin{quote}
  \begin{changebar}
    ... text goes here ...
  \end{changebar}
\end{quote}
--8<---------------cut here---------------end--------------->8---

Not tested.  You may want =quotation= instead of =quote=.

Not quite what you want but similar in concept... ;-)

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.5 (release_7.5.142.g4168)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]