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: John Hendy
Subject: Re: [O] Using orgmode to take "inline notes" for research
Date: Tue, 12 Apr 2011 11:39:49 -0500

2011/4/12 John Hendy <address@hidden>:
>>
>> Yes, you're right. You need the todonotes package. This is "standard" in my
>> private class, reason why I forgot about this link.
>>
>> Go and add it, you'll love it!
>
> Holy cow. I kind of ignored this as I didn't know what it did, then
> checked out todonotes and was blown away. This is amazing.
>
> ,---
> | (latex "\\todo[inline]{\\textbf{\\textsf{%s %s}}\\linebreak{} %s}"
> |                '((unless (eq todo "")
> |                    (format "\\textsc{%s%s}" todo priority))
> |                  heading content))
> `---
>
> A couple questions:
> - would you be able to even broadly tell me what the latex chunk is
> doing there? Is %s like the %s in python (and perhaps other
> programming languages)? I don't get where the third %s gets its value.
> In other words, it seems that one of them is the heading value and
> another is the content... but what does the third %s get it's value in
> the first line?
> --- Side note... maybe time for me to learn elisp?
>
> - I looked at the package and example and rather liked the side-page
> type for small little notes. Sooooo cool. But, alas, removing the
> '[inline]' gave me undefined control sequence errors. When I ran it
> from the .tex file directly, it kind of worked, but my little box was
> really smushed and off the page. I'm guessing that my desire for
> narrower page margins isn't helping (I have geometry setting hmargins
> to 2cm)?

Confirmed: this does not play nicely with geometry. It's like the
package shifts things away from where tikz expects the text to be. As
I narrow the margins more and more, the lines that used to underline
the text stay the same length and just get farther and farther away
from actually underlining the text. Perhaps I'll just stick to inline
notes unless there's some way to tell todonotes the margin size?

>
> - Some of my notes are multi paragraphs, which I prefer non-indented
> and separated by a line break rather than no line break and indented.
> But when exported, multiple paragraphs just "stack up" with no line
> break. Can I add this to your format?
>
>
> Thanks again! What a neat package!
>
>
> John
>
>>
>> Best regards,
>>  Seb
>>
>> --
>> Sébastien Vauban
>>
>>
>>
>



reply via email to

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