[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Using orgmode to take "inline notes" for research
From: |
John Hendy |
Subject: |
Re: [O] Using orgmode to take "inline notes" for research |
Date: |
Thu, 7 Apr 2011 11:10:11 -0500 |
On Thu, Apr 7, 2011 at 12:33 AM, Eric S Fraga <address@hidden> wrote:
> 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... ;-)
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
nunc. Sed scelerisque lacus vitae erat eleifend eleifend. Donec eros
mi, placerat
in porta eleifend, placerat a urna. Pellentesque venenatis neque non turpis
convallis vehicula. Aliquam aliquet ultricies tincidunt.\\
\end{tabular}
-----
[1] http://stackoverflow.com/questions/2911013/how-to-add-changebar-in-latex
John
>
> --
> : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
> : using Org-mode version 7.5 (release_7.5.142.g4168)
>
- Re: [O] Using orgmode to take "inline notes" for research, (continued)
- Re: [O] Using orgmode to take "inline notes" for research, John Hendy, 2011/04/12
- Re: [O] Using orgmode to take "inline notes" for research, Rasmus, 2011/04/17
- Re: [O] Using orgmode to take "inline notes" for research, Eric S Fraga, 2011/04/22
- Re: [O] Using orgmode to take "inline notes" for research, Nicolas Goaziou, 2011/04/16
- [O] Re: Using orgmode to take "inline notes" for research, Nicolas Goaziou, 2011/04/07
- Re: [O] Using orgmode to take "inline notes" for research, Eric Schulte, 2011/04/05
- Re: [O] Using orgmode to take "inline notes" for research, Erik Iverson, 2011/04/06
- Re: [O] Using orgmode to take "inline notes" for research, Eric Schulte, 2011/04/06
- Re: [O] Using orgmode to take "inline notes" for research, John Hendy, 2011/04/06
- Re: [O] Using orgmode to take "inline notes" for research, Eric S Fraga, 2011/04/07
- Re: [O] Using orgmode to take "inline notes" for research,
John Hendy <=
- Re: [O] Using orgmode to take "inline notes" for research, Eric S Fraga, 2011/04/08
- Re: [O] Using orgmode to take "inline notes" for research, John Hendy, 2011/04/08
- Re: [O] Using orgmode to take "inline notes" for research, John Hendy, 2011/04/06
- Re: [O] Using orgmode to take "inline notes" for research, John Hendy, 2011/04/06