From: Myles English <mylesenglish@gmail.com>
To: "Christopher W. Ryan" <cryan@binghamton.edu>,
emacs-orgmode Mode <emacs-orgmode@gnu.org>
Subject: Re: ways to insert "note to self" in an org-mode file for academic paper
Date: Mon, 12 Mar 2012 16:21:02 +0000 [thread overview]
Message-ID: <878vj5x029.fsf@gmail.com> (raw)
In-Reply-To: <4F5E1C6B.30206@binghamton.edu> (Christopher W. Ryan's message of "Mon, 12 Mar 2012 11:55:23 -0400")
>> On Mon, 12 Mar 2012 11:55:23 -0400, Christopher W Ryan said:
> I'm very early in trying a transition from LaTeX to org-mode for
> academic writing, trying to learn the Org way of doing
> things. Running Org-mode 7.7 in Emacs 23.4.1 on Win XP.
> Suppose I'm writing a draft of a research proposal and come to some
> part that I may want to consider changing, after I think about it
> some more, check with others, or reassess my resources. In LaTex,
> I'd write something like this:
> % need to look into this further, check with so-and-so
> and keep writing on the next line.
> How does one do this well in Org-mode? With a # comment character?
> Or does this become a TODO item?
Chris,
I use inline tasks. e.g.
*************** TODO look into this further, check with so-and-so
*************** END
And to see all of the todos in the file I use this quite a lot, just
press F9 to see a list:
;; show all todos in the current buffer with one key press
(global-set-key (kbd "<f9>") (lambda ()
(interactive)
(org-agenda nil "t" 'file)))
> Of course, I wouldn't want that little "note to self" to appear in
> any final document. But I might want it to remain in the source
> file, to document my line of reasoning.
To not export todos, have this at the top of you file and press C-c on
it before exporting:
#+OPTIONS: todo:nil
> Thanks.
> --Chris -- Christopher W. Ryan, MD SUNY Upstate Medical University
> Clinical Campus at Binghamton 425 Robinson Street, Binghamton, NY
> 13904 cryanatbinghamtondotedu
> "Observation is a more powerful force than you could possibly
> reckon. The invisible, the overlooked, and the unobserved are the
> most in danger of reaching the end of the spectrum. They lose the
> last of their light. From there, anything can happen . . ." [God,
> in "Joan of Arcadia," episode entitled, "The Uncertainty
> Principle."]
Myles
next prev parent reply other threads:[~2012-03-12 16:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-12 15:55 ways to insert "note to self" in an org-mode file for academic paper Christopher W. Ryan
2012-03-12 16:21 ` Myles English [this message]
[not found] ` <4F5E5BC6.5040404@binghamton.edu>
2012-03-13 11:39 ` Myles English
2012-03-13 9:33 ` LaTeX-notes in margin space (was: ways to insert "note to self" in an org-mode file for academic paper) Karl Voit
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878vj5x029.fsf@gmail.com \
--to=mylesenglish@gmail.com \
--cc=cryan@binghamton.edu \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).