<?xml version="1.0"?>
<rss version="2.0"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:dcterms="http://purl.org/dc/terms/" >
<channel>
<title>pages tagged org-mode</title>
<link>http://tychoish.com/tag/org-mode/</link>
<description>tychoish</description>
<item>
	
	<title>Back to Basics Tasklist and Organization</title>
	<dcterms:creator>tycho garen</dcterms:creator>
	
	
	  <guid>http://tychoish.com/rhizome/back-to-basics-tasklist-and-organization/</guid>
	
	<link>http://tychoish.com/rhizome/back-to-basics-tasklist-and-organization/</link>
	
	
	<category>/tag/emacs</category>
	
	<category>/tag/org-mode</category>
	
	
	<pubDate>Mon, 14 Nov 2011 00:00:00 -0500</pubDate>
	<dcterms:modified>2012-06-23T15:21:32Z</dcterms:modified>
	
	<description>&lt;p&gt;I&#39;m a huge fan of emacs&#39; &lt;a href=&quot;http://orgmode.org/&quot;&gt;org-mode&lt;/a&gt; on so many levels: as an IDE for
knowledge workers, as a task management system, as a note taking
system, and as the ideal basic mode for so many tasks. However, I&#39;ve
been bucking against org-for a number of tasks recently. The end
result is that I&#39;m becoming less org-dependent. This post is a
reflection on how I&#39;ve changed the way I work, and how my thinking has
changed regarding org-mode.&lt;/p&gt;

&lt;p&gt;Fair warning: this is a really geeky post that has a somewhat
specialized context. If you&#39;re lost or bored. check back later in the
week.&lt;/p&gt;

&lt;h2 id=&quot;theperilsoforg&quot;&gt;The Perils of Org&lt;/h2&gt;

&lt;p&gt;The problem I keep running into with org is that I really don&#39;t prefer
to work &lt;em&gt;in&lt;/em&gt; org-mode.&lt;a id=&quot;fnref:always&quot; class=&quot;footnote&quot;&gt;1&lt;/a&gt; Org is great and very flexible, but I
don&#39;t like that it means that all text-based work is dependent on
emacs. My brain is already wired for Markdown and reStructured
Text from years of blogging and work projects respectively.&lt;/p&gt;

&lt;p&gt;And then there&#39;s this organization problem. There are two ways you can
organize content in org-mode. The first is to just dump every thing in
one org-mode file and use the hierarchical outlining to impose
organization to organize everything. The second is to have every
project inside of it&#39;s own file and use outlining incidentally as the
project needs it. Content aggregation happens in the agenda.&lt;/p&gt;

&lt;p&gt;The problem with the &quot;large files&quot; approach is that you end up with a
small handful of files with thousands of lines and imposing useful
organization is difficult (too many levels and things get buried; not
enough and inevitably your headings aren&#39;t descriptive enough and you
get confused. Furthermore, I end up living in
&lt;code&gt;clone-indirect-buffer-other-window&lt;/code&gt;&#39;d and &lt;code&gt;org-narrow-to-subtree&lt;/code&gt;&#39;d
buffers, which is operationally the same as having multiple files it
just takes longer to set up.&lt;/p&gt;

&lt;p&gt;The problem with the other approach, having lots of different files,
is that I have a hard time remembering what is in each file, or in
logically splitting big projects into multiple files. The agenda
&lt;em&gt;does&lt;/em&gt; help with this, but the truth is that the kinds of org-headings
for organization and tasks are not always the same kinds of headings
that make sense for the project itself. I often need more tasks than
organizational divides in a project. I tried this approach a couple of
times, and ended up with useless mush in my files.&lt;/p&gt;

&lt;p&gt;Typically, I can never make the &quot;lots of file approach&quot; &lt;em&gt;really&lt;/em&gt; work,
and the big files problem lead me to general avoidance of
&lt;em&gt;everything&lt;/em&gt;. Not good. The key to success here is good aggregation
tools.&lt;/p&gt;

&lt;h2 id=&quot;hodgepodge&quot;&gt;Hodgepodge&lt;/h2&gt;

&lt;p&gt;In response, I&#39;ve made a couple of tweaks to how I&#39;m doing... pretty
much everything. That is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;I&#39;ve moved most of my open projects into a locally ruining and
compiling &lt;a href=&quot;http://ikiwiki.info&quot;&gt;ikiwiki&lt;/a&gt; instance. Both laptops have
this setup, and there&#39;s a central remote to keep both (all?)
machines in sync.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I&#39;m using &lt;a href=&quot;http://tychoish.com/tag/org-mode/../../code/ikiwiki-tasklist/&quot;&gt;ikiwiki-tasklist&lt;/a&gt; to basically replicate the
functions of &lt;code&gt;org-agenda&lt;/code&gt;. Basically this crawls the entire wiki
looking for lines that begin with certain keywords and generates a
&quot;todo&quot; page based on these notes. Really simple, incredibly useful
and it solves much of my aggregation needs.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I still have some stuff in org-mode: notes for the nearly-finished
novel, lots of random old (legacy) data, 12 various open tasks, and
org-capture. I&#39;m thinking of pointing various org-capture templates
at files in the wiki but haven&#39;t gotten there yet.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I&#39;ve basically taken the &quot;lots of little files,&quot; approach to my
writing and work. I&#39;ve not over-leaded the system yet. Each major
project gets a page in the root level of the wiki for overview and
planing, and then sub-pages for all related project files (if/as
needed)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It turns out that the &lt;a href=&quot;http://jblevins.org/projects/markdown-mode/&quot;&gt;markdown-mode&lt;/a&gt;
for emacs has gotten a few improvements since the last time I
downloaded the file, including better support for wiki-links that
are &lt;em&gt;mostly&lt;/em&gt; compatible with ikiwiki. Also from the same developer
&lt;a href=&quot;http://jblevins.org/projects/deft/&quot;&gt;deft&lt;/a&gt; which implements a pretty
nifty incremental search for text files in a given directory. So
between these tools, ikiwiki, and the &lt;code&gt;ikiwiki-tasklist&lt;/code&gt; there&#39;s
support for the most important things.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;In terms of publishing, beyond ikiwiki for tychoish.com and the
personal organization instance, I have a couple of other smaller
wikis (also ikiwiki powered,) and I&#39;ve been playing with
&lt;a href=&quot;http://sphinx.pocoo.org/&quot;&gt;Sphinx&lt;/a&gt; as publishing for more structured
documents and resources (i.e. documentation, novels, and
collections,) particularly those that need multiple formats and
presentations.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I&#39;m sure there will be more shifts in the future, I&#39;m sure. I think
this is a good start. &lt;span class=&quot;createlink&quot;&gt;&lt;a href=&quot;http://tychoish.com/ikiwiki.cgi?page=discourse&amp;amp;from=rhizome%2Fback-to-basics-tasklist-and-organization&amp;amp;do=create&quot; rel=&quot;nofollow&quot;&gt;?&lt;/a&gt;Thoughts, suggestions or discussion&lt;/span&gt;?&lt;/p&gt;

&lt;div class=&quot;footnotes&quot;&gt;
&lt;hr /&gt;
&lt;ol&gt;

&lt;li id=&quot;fn:always&quot;&gt;&lt;p&gt;This has pretty much always been the case. I think of it as
a personal quirk.&lt;a class=&quot;reversefootnote&quot;&gt;&amp;#160;&amp;#8617;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;

&lt;/ol&gt;
&lt;/div&gt;
</description>
	
	
</item>
<item>
	
	<title>Org Mode and Mobile Writing</title>
	<dcterms:creator>tycho garen</dcterms:creator>
	
	
	  <guid>http://tychoish.com/rhizome/org-mode-and-mobile-writing/</guid>
	
	<link>http://tychoish.com/rhizome/org-mode-and-mobile-writing/</link>
	
	
	<category>/tag/android</category>
	
	<category>/tag/emacs</category>
	
	<category>/tag/mobile-technology</category>
	
	<category>/tag/org-mode</category>
	
	<category>/tag/productivity</category>
	
	<category>/tag/writing</category>
	
	
	<pubDate>Thu, 15 Sep 2011 00:00:00 -0400</pubDate>
	<dcterms:modified>2012-06-23T15:21:32Z</dcterms:modified>
	
	<description>&lt;p&gt;This post is adapted from a post I made to the &lt;span class=&quot;selflink&quot;&gt;org-mode&lt;/span&gt;
&lt;a href=&quot;http://orgmode.org/worg/org-mailing-list.html&quot;&gt;email list&lt;/a&gt; a few
weeks ago. I proposed an application to compliment
&lt;a href=&quot;http://mobileorg.ncogni.to/&quot;&gt;MobileOrg&lt;/a&gt; for writing. Where MobileOrg
collects the core bits of org-mode&#39;s task planning functionality in a
form that makes sense for smart phone users, the parts of org-mode
functionality that people use to for writing and organizing the
content of larger form projects isn&#39;t particularly accessible.&lt;/p&gt;

&lt;p&gt;I spend (or should spend) 70% or more of my time in front of a
computer writing or editing something in org-mode. Most of my org
files have tens of thousands of words of blog posts, notes, drafts of
articles, &lt;em&gt;and so forth.&lt;/em&gt; While I can store that data on an android
device with only minor problems using &lt;a href=&quot;http://tychoish.com/tag/org-mode/../../code/epistle-linker/&quot;&gt;a little script that I put
together&lt;/a&gt;, and I can &lt;a href=&quot;http://tychoish.com/tag/org-mode/../../code/org-mail/&quot;&gt;[capture content into my
org-files using email and some nifty filters&lt;/a&gt;, and there
&lt;em&gt;are&lt;/em&gt; text editors that can let me edit these files: &lt;em&gt;it could be
better&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;The proposal is simple. Can we build something like Epistle for
org-mode? It might just render org-mode text to HTML, and frankly that
would be enough for me. If the editing interface had an
&lt;a href=&quot;http://orgmode.org/manual/Clean-view.html&quot;&gt;org-indent-mode&lt;/a&gt; equivalent, org-syntax highlighting, and even
collapsing trees or &lt;a href=&quot;http://orgmode.org/manual/Structure-editing.html&quot;&gt;org-narrow-to-subtree&lt;/a&gt;, that&#39;d be kind of like
heaven. &lt;/p&gt;

&lt;p&gt;I&#39;m not a mobile developer, so I can&#39;t promise to start making an app
this instant if there&#39;s interest but if anyone&#39;s bored and thinks this
might be a good idea (or knows of something that might work better for
this.) I&#39;d love to hear about it. If someone wants to start work on
this, I&#39;ll do whatever I can to help make this a reality.&lt;/p&gt;

&lt;p&gt;Onward and Upward!&lt;/p&gt;
</description>
	
	
</item>
<item>
	
	<title>Create Better Task Items Discussion</title>
	
	
	  <guid>http://tychoish.com/rhizome/create-better-task-items/discourse/</guid>
	
	<link>http://tychoish.com/rhizome/create-better-task-items/discourse/</link>
	
	
	<category>/tag/org-mode</category>
	
	<category>/tag/productivity</category>
	
	
	<pubDate>Mon, 01 Aug 2011 10:55:53 -0400</pubDate>
	<dcterms:modified>2012-06-23T15:21:32Z</dcterms:modified>
	
	<description>&lt;p&gt;One hack I&#39;ve found helpful is to write my tasks in the past tense.
For me, at least, it makes it easier to envision what the task will
look like when done --- and thus forces me to be more precise.&lt;/p&gt;

&lt;p&gt;-- &lt;a href=&quot;http://tychoish.com/tag/org-mode/../../folk/madalu/&quot;&gt;madalu&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There are times that I need to get something out of my head, but I don&#39;t have the time (or brainpower) to break them out into discreet steps, so I&#39;ll log them as a somewhat vague or nebulous TODO item.  If I can, I&#39;ll add some notes to help jog my memory later.  If the &quot;task&quot; is really a &quot;project&quot; (as defined by GTD), then I&#39;ll make it an official layer in the appropriate Org file, and create TODO items for each &quot;task&quot; (step) to get done with the over-arching &quot;project.&quot;  I haven&#39;t looked too deeply into nesting TODO items, but that would be the ideal solution.&lt;/p&gt;

&lt;p&gt;-- &lt;span class=&quot;createlink&quot;&gt;&lt;a href=&quot;http://tychoish.com/ikiwiki.cgi?page=jst&amp;amp;from=rhizome%2Fcreate-better-task-items%2Fdiscourse&amp;amp;do=create&quot; rel=&quot;nofollow&quot;&gt;?&lt;/a&gt;jst&lt;/span&gt;&lt;/p&gt;
</description>
	
	
</item>
<item>
	
	<title>Better Task List Discussion</title>
	
	
	  <guid>http://tychoish.com/rhizome/better-task-lists/discourse/</guid>
	
	<link>http://tychoish.com/rhizome/better-task-lists/discourse/</link>
	
	
	<category>/tag/jfm</category>
	
	<category>/tag/org-mode</category>
	
	
	<pubDate>Tue, 19 Jul 2011 11:31:57 -0400</pubDate>
	<dcterms:modified>2012-06-23T15:21:32Z</dcterms:modified>
	
	<description>&lt;p&gt;I think this classification of the different uses of task lists is
pretty good, but I wonder if we can think a bit more about different
contexts and different problems. My main use for task lists is
certainly &lt;em&gt;obligation management&lt;/em&gt; --- memory enhancement is important,
but automatically falls out of obligation management in my
experience. I have effectively no spare time, so &lt;em&gt;task prioritization&lt;/em&gt;
is important, but somehow, task priorities have never been very
effective motivators for me.&lt;/p&gt;

&lt;p&gt;In terms of software, I use &lt;a href=&quot;http://orgmode.org/&quot;&gt;org-mode&lt;/a&gt;, with a mix of GTD and
Pomodoro methodologies. What I struggle with is mobile/offline
usage. There doesn&#39;t seem to be anything both interoperable and
functional for Android.&lt;/p&gt;

&lt;p&gt;-- &lt;a href=&quot;http://tychoish.com/tag/org-mode/../../folk/jfm/&quot;&gt;jfm&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;Look for a post in the next few days about the mobile/offline
question: It&#39;s a problem that I am still interested in, and I&#39;d say
that the mobile problem is more about figuring out what the right kind
of task list content is right for the phone, and less about the
application design. &lt;/p&gt;

&lt;p&gt;I think that we use task lists to prioritize tasks, even if the task
prioritization features of most management software are
somewhat... lacking. I think this is largely because prioritization
happens quickly and automatically when reading a list, prioritization
changes rapidly as tasks are added and completed (or at least more
often than the task list is reviewed,) and in almost every other case
it&#39;s more important to sort/filter/view task lists along another
dimension (project-based, context-based, global next-steps, etc.) But
having tasks written on a list makes it possible to do that kind of
prioritization. So that&#39;s worth something. &lt;/p&gt;

&lt;p&gt;-- &lt;a href=&quot;http://tychoish.com/tag/org-mode/../../folk/tychoish/&quot;&gt;tychoish&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;For me the mobile/offline issue comes down to:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;How to get the necessary lists (and reference material) out of my
trusted system and onto something on my mobile device that will
present it in some useful fashion (and what&#39;s a useful fashion
requires some thought, too).&lt;/li&gt;
&lt;li&gt;How to propagate edits and status changes on those lists back to my
trusted system.&lt;/li&gt;
&lt;li&gt;How to do ubiquitous capture, and how to propagate captured items
back to my trusted system.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Since my trusted system is org-mode, you&#39;d think &lt;a href=&quot;https://github.com/matburt/mobileorg-android/wiki/&quot;&gt;MobileOrg for
Android&lt;/a&gt; would be ideal. Unfortunately, (1) only half-works (the
presentation is perhaps not very useful), (2) does not work in the
current version of the app, and (3) works adequately, but needs UI
improvements, and the whole thing is slow enough to discourage me from
using it when I need it most. I &lt;em&gt;really&lt;/em&gt; would like to work on improving
it, but I &lt;em&gt;really&lt;/em&gt; don&#39;t have time.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://code.google.com/p/android-shuffle/&quot;&gt;Android Shuffle&lt;/a&gt; is, interface-wise, very nearly what I would like
MobileOrg to be, but it only interoperates with a RoR webapp, and it&#39;s
a little too focused on tasks, with no place for notes.&lt;/p&gt;

&lt;p&gt;I find myself using &lt;a href=&quot;http://www.softxperience.mobi/23-1-Note-Everything.html&quot;&gt;Note Everything&lt;/a&gt; for all kinds of things that
I&#39;d certainly do in org-mode if I had a full org-mode everywhere. But
it bugs me because it&#39;s not Free Software, and because syncing with
org-mode amounts to mailing notes to myself and copying them out of
the email to org during my morning review.&lt;/p&gt;

&lt;p&gt;This little mobile-sideline is probably not exactly relevant to the
issue of better task-lists, though.&lt;/p&gt;

&lt;p&gt;Regarding prioritization, I&#39;ve seen the argument made that priorities
are such a complex, fluid thing, that there&#39;s no point in trying to
manage them in software or in personal organization systems. I find
that I &lt;em&gt;do&lt;/em&gt; use priority tags in org-mode, but only in order to force
sorting in org-agenda, which defaults to file order. I also use task
dependencies, which may actually be the most important part of
priorities. &lt;/p&gt;

&lt;p&gt;-- &lt;a href=&quot;http://tychoish.com/tag/org-mode/../../folk/jfm/&quot;&gt;jfm&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I&#39;ve bee playing with &lt;a href=&quot;http://kooklab.com/epistle.html&quot;&gt;Epistle&lt;/a&gt; which
I think is pretty much brilliant. Sort of the android equivalent of
&lt;a href=&quot;http://obliquely.org.uk/blog/paragraft/&quot;&gt;paragraft&lt;/a&gt; editor that got
some buzz in the iOS sphere. Not &quot;faif&quot; and while I think that&#39;s
important, at least for right now I want to think a bit more before I
start deciding what software freedom, the use cases, and the economics
of software development look like in terms of mobile technology. &lt;/p&gt;

&lt;p&gt;I too only use prioritization to monkey with the way that things get
sorted by org-agenda. Though I suppose I could use block commands to
do that, what I have seems to work just fine. &lt;/p&gt;

&lt;p&gt;My take on the mobile task management question is less that there
isn&#39;t a good app, and more that no one really knows what the right way
to plan tasks for mobile operation is. The problem isn&#39;t with the
apps, it&#39;s with us. &lt;/p&gt;

&lt;p&gt;-- &lt;a href=&quot;http://tychoish.com/tag/org-mode/../../folk/tychoish/&quot;&gt;tychoish&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;Re: mobile:&lt;/p&gt;

&lt;p&gt;I&#39;ve found the Nokia n900 to a nice mobile solution for org-mode. I
run emacs in easy-debian (a debian chroot) and sync it with my linux
boxes via git. With the keyboard, basic editing is not too bad. But it
would be nice to have a workable solution on Android other than
ssh&#39;ing into server running emacs.&lt;/p&gt;

&lt;p&gt;Re: prioritization: &lt;/p&gt;

&lt;p&gt;Like &lt;a href=&quot;http://tychoish.com/tag/org-mode/../../folk/tychoish/&quot;&gt;tychoish&lt;/a&gt;, I use org-mode&#39;s priorities primarily to sort the
agenda view --- i.e., to cause tasks I don&#39;t want to miss to float to
the top. IMO the hierarchical structure of org outlines allows for more
organic, natural prioritization of commitments than A, B, C, etc.  My broader 
approach to goal-setting and prioritization is as follows:&lt;/p&gt;

&lt;p&gt;If a commitment is going to last more than 3 months, it
gets its own file. If it is going to last 1-3 months, it gets a GOAL
keyword and a place in one of my existing files. If it is going to
last less than one month, it gets a PROJECT keyword.&lt;/p&gt;

&lt;p&gt;&quot;what I have seems to work just fine&quot; &amp;lt;--- Yes! This is really the only way to
make org-mode work --- to find a basic routine and run with it, even if it&#39;s
less than perfect.&lt;/p&gt;

&lt;p&gt;-- &lt;a href=&quot;http://tychoish.com/tag/org-mode/../../folk/madalu/&quot;&gt;madalu&lt;/a&gt;&lt;/p&gt;
</description>
	
	
</item>
<item>
	
	<title>Bad Org-Mode Habits</title>
	<dcterms:creator>tycho garen</dcterms:creator>
	
	
	  <guid>http://tychoish.com/rhizome/bad-org-mode-habits/</guid>
	
	<link>http://tychoish.com/rhizome/bad-org-mode-habits/</link>
	
	
	<category>/tag/emacs</category>
	
	<category>/tag/org-mode</category>
	
	<category>/tag/productivity</category>
	
	
	<pubDate>Tue, 26 Apr 2011 00:00:00 -0400</pubDate>
	<dcterms:modified>2012-06-23T15:21:32Z</dcterms:modified>
	
	<description>&lt;p&gt;Org-mode is great. Org is this super-task management package that
merges outlining and structured document editing abilities with task
management glue. It sounds like a weird combination at first, when you
realize that it means that you can effectively do work and organize
your work in the same set of files without needing to &quot;switch modes,&quot;
between a planning/task list interface and a &quot;doing things&quot; interface,
the effects are amazing. &lt;/p&gt;

&lt;p&gt;I&#39;ll leave &quot;the awesomeness org-mode&quot; to other people and other posts,
and spend time here focusing on why &quot;org-mode is awesome but won&#39;t do
your work for you,&quot; and &quot;if you&#39;re new to org-mode you will probably
want to do things in a certain way, but don&#39;t&quot; issues. Org-mode is
great and it can be even better if you avoid developing a few bad
habits.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Use &lt;a href=&quot;http://orgmode.org/manual/Capture.html&quot;&gt;org-capture&lt;/a&gt; as much as possible&lt;/strong&gt;. Org-capture is a quick
interface within emacs that lets you open a temporary buffer, take a
few notes, and save the notes into a file. It has advanced features
for more complex data entry features and data types. The temptation is
to use it as a &quot;quick entry&quot; tool for task list items, but don&#39;t just
use it to capture new tasks. Capture links and bookmarks, store notes
and important information, If org-mode is your outboard emacs-based
brain, then org-capture is it&#39;s main input device. Fighting it, means
that your org files end up being less useful. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Avoid using org-mode as a simple task list&lt;/strong&gt;, and particularly avoid
constructing the content in your org files to &quot;game&quot; your agenda
view. The agenda compiles a working task list for your actionable
notes, working backwards from this means your notes are less than
useful things can get lost and all of the &lt;em&gt;really&lt;/em&gt; cool things that
org lets you do aren&#39;t accessible to you.&lt;/p&gt;

&lt;p&gt;This may just be the application of a good general information
management practice, but: &lt;strong&gt;distribute information evenly throughout
all levels of the organizational hierarchy of the file&lt;/strong&gt;. Use the
&lt;code&gt;org-narrow-to-subtree&lt;/code&gt; function to focus your current work on a
specific portion of a file, and don&#39;t bury information or have it
sitting around in one big unorganized pile. &lt;/p&gt;

&lt;p&gt;Hope this helps!&lt;/p&gt;
</description>
	
	
</item>
<item>
	
	<title>Beyond Lists in Org Mode</title>
	<dcterms:creator>tycho garen</dcterms:creator>
	
	
	  <guid>http://tychoish.com/rhizome/beyond-lists-in-org-mode/</guid>
	
	<link>http://tychoish.com/rhizome/beyond-lists-in-org-mode/</link>
	
	
	<category>/tag/emacs</category>
	
	<category>/tag/org-mode</category>
	
	
	<pubDate>Tue, 19 Jan 2010 00:00:00 -0500</pubDate>
	<dcterms:modified>2012-06-23T15:21:32Z</dcterms:modified>
	
	<description>&lt;p&gt;I&#39;ve written about this problem in &lt;a href=&quot;http://orgmode.org&quot;&gt;org-mode&lt;/a&gt;, the
&lt;a href=&quot;http://www.gnu.org/software/emacs/emacs.html&quot;&gt;emacs&lt;/a&gt; outlining and
organization tool that I us, before, but I&#39;m readdressing it for my
benefit as well as yours.&lt;/p&gt;

&lt;p&gt;Org mode is an outlining tool, fundamentally. It provides a nice
interface for editing and manipulating information arranged in an
outline format. Additionally, and this is the part that everyone is
drawn to, it makes it &lt;em&gt;very&lt;/em&gt; easy to mark and treat arbitrary items in
the outline as &quot;actionable,&quot; or todo items in need of done. The
brilliance of org-mode, I think, is the fact that you spend all your
time working on building useful outlines and then it has a tool which
takes all this information and compiles it into a useful todo
list. How awesome is that. For more information on org-mode, including
good demonstrations, check out this
&lt;a href=&quot;http://www.youtube.com/watch?v=oJTwQvgfgMM&quot;&gt;video&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;The problem is a common and recurring one for me. I basically live in
the agenda mode--that compiled list of todo items--and I don&#39;t so much
use org-mode for making outlines. Truth is, I have a &quot;Tasks&quot; heading
in most org files, and I use the automatic capture option
(e.g. org-remember) to stuff little notes into the files, and beyond
that, I mostly don&#39;t interact with the outlines themselves. &lt;/p&gt;

&lt;p&gt;This isn&#39;t a bad thing, I suppose, but it means that org-mode can&#39;t
really help you, and you&#39;ve short-circuted the ability of org-mode to
improve the organization. Under ideal circumstances, org allows you to
embed and extract todo lists from the recorded record of your thought
process. If you&#39;re not actively maintaining your thoughts in your
org-mode files, it&#39;s just another todo list. That isn&#39;t without merit,
but it doesn&#39;t allow the creation of tasks and the flow of a project
to spring organically from your thoughts about the project, which is
the strength of org mode. &lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;&lt;strong&gt;Intermission:&lt;/strong&gt; I took a break from writing this post to go and
  reorganize my org files. What follows are a list of &quot;things I&#39;ve
  been doing wrong&quot; and &quot;things I hope to improve.&quot;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;I don&#39;t think I had enough org-files. There are lots of approaches
to organizing information in org: one giant file, lots of small
files for individual projects, a few mid to large files for each
&quot;sphere&quot; of your life. &lt;/p&gt;

&lt;p&gt;Initially I took the &quot;medium sized files for major ongoing
projects.&quot; I had a writing file, and a work file, and a writing
file, and files for the fiction projects that I&#39;m working on, and a
notes file, and a clippings file, and so forth. Say about 8-10
files. It works, but I think the thing it did was it caused me to
use the org-remember functions to just dump things in a &quot;tasks&quot;
heading, and then work from the agenda buffer, and not ever really
have to touch the files themselves. &lt;em&gt;Org files need to be specific
enough that you would want to keep them open in another window while
you&#39;re working on a project.&lt;/em&gt; I think the point where you know
you&#39;ve gone too far is when the first level headings start to
replicate organization that might better be handled by the
file-system. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Use the scheduling and deadline functions to filter the todo list
into something that is workable. It&#39;s easy to just look at the task
list and say &quot;oh no, I don&#39;t want to work on this task right now
because it depends on too many things that aren&#39;t done, and there
are other things that I could work on.&quot; Scheduling an item, if not
setting a deadline, forces me (at least) to think practically about
the scope of a given project, what kind of time I&#39;ll have to work on
it, and what other tasks depend upon it. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;When you&#39;re using org to manage huge blocks of text--or any system,
really--it can be difficult if you have multiple hierarchies and
depths of greater than two or three. It just gets hard to manage and
keep track of things and figure out where things are, particularly
given how useful and prevalent search tools are. &lt;/p&gt;

&lt;p&gt;Having said that, When you&#39;re organizing tasks in org, that
limitation, one that I find myself imposing upon myself doesn&#39;t
really work terribly well, and leads to files that might actually be
more difficult to read and to work out of.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I started using the &quot;org-archive-subree&quot; function for archiving
content when I was through with parts of the outline, This sends the
archive to a separate file and while it works, I find it... less
than useful. I&#39;ve since discovered &quot;org-archive-to-archive-sibling&quot;
which is a great deal of awesome, and I recommend using it
exclusively. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Write content in org mode when possible. Though some people (hi
Matt!) are keen on using org as a publication system, I&#39;m not sure
if this is the right answer, but I do think that its good during
very creative phases of projects to do the work in org, mostly as I
think it facilitates focusing on the current problem (through
collapsing of the tree to show you just what you&#39;re working on,) and
also for working non-linearly as you can leave yourself TODO items
for later action. &lt;/p&gt;

&lt;p&gt;At the same time, if you tend to maintain org files that contain
planning for more than one project, I find it cumbersome to also
draft in these files. So I think &quot;keep smaller very focused
org files, and maybe do drafting in them if appropriate.&quot;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That&#39;s a start at least. I&#39;ve made these changes--which are really
quite subtle--and I like the way it feels, but we&#39;ll have to see how
things shake down in a few weeks. As much as I want to avoid tinkering
with things--because tinkering isn&#39;t the same as getting things
done--I really do find it helpful to review processes from time to
time and make sure that I&#39;m really working as effectively as I can.&lt;/p&gt;
</description>
	
	
</item>
<item>
	
	<title>useful emacs and org-mode hacks</title>
	<dcterms:creator>tycho garen</dcterms:creator>
	
	
	  <guid>http://tychoish.com/rhizome/useful-emacs-and-orgmode-hacks/</guid>
	
	<link>http://tychoish.com/rhizome/useful-emacs-and-orgmode-hacks/</link>
	
	
	<category>/tag/emacs</category>
	
	<category>/tag/org-mode</category>
	
	
	<pubDate>Fri, 04 Sep 2009 00:00:00 -0400</pubDate>
	<dcterms:modified>2012-06-23T15:21:32Z</dcterms:modified>
	
	<description>&lt;p&gt;After a long time of intentionally avoiding tweaking my emacs file,
I&#39;ve gotten back into tweaking and hacking on my setup a bit in emacs
land. Rather than wax philosophical about emacs and plain text, I
thought I&#39;d share a few things with you all in the hopes that this
will prove helpful for you. &lt;/p&gt;

&lt;p&gt;I&#39;ve given some thought to publishing a git repository with my emacs
files, my awesome config, and the useful parts of my bashrc files. My
only hesitation is that all of these files aren&#39;t in one repository
right now, and I&#39;d need to do some clean up to avoid publishing
passwords and the like. Encouragement along this direction might be
helpful in inspiring me to be a little more forthcoming in this
direction.&lt;/p&gt;

&lt;h2 id=&quot;keybindingnamespaces&quot;&gt;Keybinding &quot;Name Spaces&quot;&lt;/h2&gt;

&lt;p&gt;I&#39;ve begun reorganizing key-bindings in a standard pattern, in order
to avoid collision of bindings in certain spaces. The problem with the
&quot;C-x C-[a-z]&quot; bindings is that it&#39;s hard to get really good mnemonic
bindings for whatever you&#39;re trying to do, and there are few of
them. I&#39;ve taken to putting all of my custom bindings (mostly) under
&quot;C-c [a-z],&quot; and then grouping them together, based on mode or
function. &lt;/p&gt;

&lt;pre&gt;&lt;code&gt; (global-set-key (kbd &quot;C-c o a&quot;) &#39;org-agenda-list)
 (global-set-key (kbd &quot;C-c o t&quot;) &#39;org-todo-list)
 (global-set-key (kbd &quot;C-c o p&quot;) &#39;org-insert-property-drawer)
 (global-set-key (kbd &quot;C-c o d&quot;) &#39;org-date)
 (global-set-key (kbd &quot;C-c o j&quot;) &#39;org-journal-entry)
 (global-set-key (kbd &quot;C-c r&quot;) &#39;org-remember)
 (global-set-key (kbd &quot;C-c a&quot;) &#39;org-agenda)

 (global-set-key (kbd &quot;C-c w s&quot;) &#39;w3m-search)
 (global-set-key (kbd &quot;C-c w t&quot;) &#39;w3m-goto-url-new-session)
 (global-set-key (kbd &quot;C-c w o&quot;) &#39;w3m-goto-url) 
 (global-set-key (kbd &quot;C-c w y&quot;) &#39;w3m-print-this-url)
 (global-set-key (kbd &quot;C-c w l&quot;) &#39;w3m-print-current-url)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;You can see here, org-mode related bindings and w3m related
bindings. &quot;C-c o&quot; is wide open, and I haven&#39;t yet found anything in
that space that I&#39;ve overwritten. Same with &quot;C-c w&quot;. Even though the
command key-chains are a bit longer than they might be if I piled
things more sporadically, I can remember them more quickly. &lt;/p&gt;

&lt;p&gt;Org-journal is something &lt;a href=&quot;http://metajack.im/2009/01/01/journaling-with-emacs-orgmode/&quot;&gt;I got from
metajack&lt;/a&gt;,
and I don&#39;t use it as much as I should. Everything else is standard
org or w3m functionality. &lt;/p&gt;

&lt;p&gt;I suppose I should make mode-specific key-bindings so that I&#39;m not
eating away global name space for mode-specific functionality, but I&#39;m
not sure that would make things too much clearer or easier to
remember. &lt;/p&gt;

&lt;p&gt;Also I really like the &lt;code&gt;(kbd &quot;)&lt;/code&gt; syntax for specifying key
sequences. Much easier to read and edit. &lt;/p&gt;

&lt;h2 id=&quot;customfilesettings&quot;&gt;Custom File settings&lt;/h2&gt;

&lt;p&gt;A while back I pulled my customize-set variables out of my main
init-file, and gave them their own file, which means my init-file
isn&#39;t quite so long, and the variables that I&#39;m not setting. &lt;/p&gt;

&lt;p&gt;Nevertheless, I like to set as many variables by hand with &lt;code&gt;setq&lt;/code&gt; just
so that I can be in better touch with what settings I&#39;m changing. This
code, moves custom-set variables out of main file: &lt;/p&gt;

&lt;pre&gt;&lt;code&gt; (setq custom-file &quot;~/path/to/emacs.d/custom.el&quot;)
 (load custom-file &#39;noerror)
&lt;/code&gt;&lt;/pre&gt;

&lt;h2 id=&quot;windowtransparencyandfontsettings&quot;&gt;Window Transparency and Font Settings&lt;/h2&gt;

&lt;p&gt;At the top of my init file, I have the following four lines to set
font and window transparency. &lt;/p&gt;

&lt;pre&gt;&lt;code&gt; (add-to-list &#39;default-frame-alist &#39;(font . &quot;Monaco-08&quot;))
 (set-default-font &quot;Monaco-08&quot;)
 (set-frame-parameter (selected-frame) &#39;alpha &#39;(86 84))
 (add-to-list &#39;default-frame-alist &#39;(alpha 86 84))
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Note that this depends on running a composting manager like
&lt;code&gt;xcompmngr&lt;/code&gt;, and the transparency is quite subtle. With great
pleasure, running this code at the begining of the init file means
that emacs&#39; looks and behaves correctly when I start it using a plain, &lt;/p&gt;

&lt;pre&gt;&lt;code&gt; emacs --daemon
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;command from a regular bash prompt. I&#39;m running fairly recent (but
perhaps not the actual release?) builds of emacs 23. Note that I&#39;d had
trouble getting daemonized versions of emacs to start and capture the
right information about font and transparency. That seems to be
resolved. &lt;/p&gt;

&lt;h2 id=&quot;aliases&quot;&gt;Aliases&lt;/h2&gt;

&lt;p&gt;Here&#39;s the alaises I use to make key-commands less work to type. It&#39;s
sort of a space between &quot;creating a key binding&quot;  and just using the
function from &lt;code&gt;M-x&lt;/code&gt; Here&#39;s the current list: &lt;/p&gt;

&lt;pre&gt;&lt;code&gt; (defalias &#39;wku &#39;w3m-print-this-url)
 (defalias &#39;wkl &#39;w3m-print-current-url)

 (defalias &#39;afm &#39;auto-fill-mode)
 (defalias &#39;mm &#39;markdown-mode)
 (defalias &#39;rm &#39;rst-mode)
 (defalias &#39;wc &#39;word-count)
 (defalias &#39;wcr &#39;word-count-region)
 (defalias &#39;qrr &#39;query-replace-regexp)
 (defalias &#39;fs &#39;flyspell-mode)
 (defalias &#39;oa &#39;org-agenda)
 (defalias &#39;uf &#39;unfill-region)
 (defalias &#39;ss &#39;server-start)
 (defalias &#39;se &#39;server-edit)
 (defalias &#39;nf &#39;new-frame)
 (defalias &#39;eb &#39;eval-buffer)
 (defalias &#39;mbm &#39;menu-bar-mode)
 (defalias &#39;hs &#39;hs-org/minor-mode)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;There are a number of these that I don&#39;t use much any more, but it&#39;s
not worth it to edit the list down. &lt;/p&gt;

&lt;h2 id=&quot;newmodes&quot;&gt;New Modes&lt;/h2&gt;

&lt;p&gt;A few new modes that I&#39;ve been using&lt;/p&gt;

&lt;h3 id=&quot;yassnippet&quot;&gt;yassnippet&lt;/h3&gt;

&lt;p&gt;I&#39;ve started using yasnippet more, and I&#39;m quite fond of it for
managing and inserting little templates into files as I&#39;m
working. There&#39;s not a lot of example code that I can share with you,
as it just works, but I do have a couple of notes/complaints: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;I have to use C-i to expand snippets. The &quot;tab&quot; key doesn&#39;t seem to
work to expand snippets ever. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The organization of the snippets directory is absurd. I understand
how the structure of the hierarchy mirros the way modes are derived
from one another, and having the expansion triggers as file names
also makes sense, but it&#39;s really hard to organize things. Do people
use modes that aren&#39;t derived from &quot;text-mode&quot;? Are there any? There
should be a &quot;global&quot; directory in the snippets folder (next to
&lt;code&gt;text-mode&lt;/code&gt;) where all of the files in any number of folders beneath
&quot;global&quot; are available in all modes. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It&#39;s amazing useful, and there are some things that I need to create
snippets for that I haven&#39;t. This is on my list of things to do. &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;w3m&quot;&gt;w3m&lt;/h3&gt;

&lt;p&gt;w3m is an external text-mode browser that emacs hackers have written
a good bridge to emacs for. What this means is you get a text-mode
browser that works in emacs, but it&#39;s speedy because page rendering
happens outside of emacs. &lt;/p&gt;

&lt;p&gt;It works, and it&#39;s immensely use-able, though the key-bindings are a bit
hard to remember and there are too many of them to change at once
without completely driving yourself crazy. &lt;/p&gt;

&lt;p&gt;I read a thread on the emacs-devel list a few months back about
embedding something like uzbl inside of emacs (making emacs more like
a window-manager) and I think the project presents an interesting
possibility, but I think w3m succeeds because it makes the text of a
website accessible within emacs. &lt;/p&gt;

&lt;p&gt;Embedding a &quot;real&quot; browser in emacs, would just duplicate window
manager functionality, and add complication. I think better to make
a uzbl config file that was emacs-friendly, and some sort of &quot;create
emacs buffer with selected uzbl text&quot; bridge would be nice, but
anything more than that seems foolish. &lt;/p&gt;

&lt;p&gt;My (few) w3m key-bindings are above.&lt;/p&gt;

&lt;h3 id=&quot;nxmlmode&quot;&gt;nxml mode&lt;/h3&gt;

&lt;p&gt;With all this web-design work I&#39;ve been doing, (eg. &lt;a href=&quot;http://www.cyborginstitute.com&quot;&gt;cyborg
institute&lt;/a&gt;) I&#39;ve needed to stray
into using HTML and CSS modes. There&#39;s this newer mode called
nxml-mode which is delightful because it validates your html/xhtml/xml
file on the fly (great!) but I&#39;ve found it less than helpful for
situations where I just have a snippet of HTML/XML in a given file,
because it gets included later. Nonetheless, powerful stuff.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;That&#39;s about it for now. There are few other things, but I don&#39;t feel
ready to really explore them at this point, mostly because I haven&#39;t
gotten familiar enough to know if my modifications have been
useful. Muse-mode, etc. &lt;/p&gt;

&lt;p&gt;Any good emacs code that I should be looking at? &lt;/p&gt;
</description>
	
	
</item>
<item>
	
	<title>writing in org mode</title>
	<dcterms:creator>tycho garen</dcterms:creator>
	
	
	  <guid>http://tychoish.com/rhizome/writing-in-org-mode/</guid>
	
	<link>http://tychoish.com/rhizome/writing-in-org-mode/</link>
	
	
	<category>/tag/cyborg</category>
	
	<category>/tag/emacs</category>
	
	<category>/tag/org-mode</category>
	
	<category>/tag/writing</category>
	
	
	<pubDate>Mon, 18 May 2009 00:00:00 -0400</pubDate>
	<dcterms:modified>2012-06-23T15:21:32Z</dcterms:modified>
	
	<description>&lt;p&gt;With all luck, I&#39;ll have most of a draft of the short story I&#39;ve been
working on done by the time this goes live, but if not certainly
rather soon there after. This is an exciting announcement in and of
itself, but perhaps the more interesting thing is that in the process
of doing this I sank into writing this story in &lt;a href=&quot;http://www.orgmode.org/&quot;&gt;org
mode&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;My general M.O. for writing for the last several years has just been
to write and store the files in
&lt;a href=&quot;http://www.daringfireball.com/projects/markdown/&quot;&gt;markdown&lt;/a&gt; and use
whatever text editor I fancy. I write the blog this way, I write
papers this way. Everything seems to work fine, there are converters
for LaTeX, HTML, and the plain text format is absolutely and
completely readable to people who aren&#39;t as obsessive about text files
as I am. &lt;/p&gt;

&lt;p&gt;While I&#39;m a huge org-mode proponent, I don&#39;t tend to think that
org-mode makes a particularly good writing environment (or haven&#39;t,
heretofore) because unless you use org-mode org files are sometimes a
bit ugly, and the syntax is enough different from markdown to confuse
me, and...&lt;/p&gt;

&lt;p&gt;The general consensus, that I&#39;ve seen is that while org-mode is indeed
a great boon to the intensive-emacs user, that it&#39;s not an ideal
production editing
environment. &lt;a href=&quot;http://mwolson.org/projects/EmacsMuse.html&quot;&gt;muse-mode&lt;/a&gt;,
or my favored
&lt;a href=&quot;http://jblevins.org/projects/markdown-mode/&quot;&gt;markdown-mode&lt;/a&gt; might be
better if you&#39;re actually &lt;em&gt;writing text&lt;/em&gt;. &lt;/p&gt;

&lt;p&gt;And then, as I got into the writing of this story, I realized that I
was flipping rather seriously (and annoyingly) between my notes for
the story and the story I was writing. Also, when I&#39;m writing
book-length (or conceptually book-length) work, I tend to break up the
text into more manageable chapter-length or scene-length files, which
is conceptually useful for me. &lt;/p&gt;

&lt;p&gt;In a short story, it didn&#39;t seem to make sense to break things up into
more than one file, and after I&#39;d written a couple thousand words, I
realized that something needed to be done. I created a file, with some
header meta-data (using the yaml form that
&lt;a href=&quot;http://github.com/mojombo/jekyll&quot;&gt;jekyll&lt;/a&gt;), an org-mode statement to
define custom-status words that seem relevant to the writing/editing
process, and then first level headers define key scenes or breaks in
the story. I&#39;ve never written (or read, to the best of my memory) a
story that required more than one level of organization (but ymmv),
and then--and this is the clever part as far as I&#39;m
concerned--property drawers for notes about what happens in the
scene. &lt;/p&gt;

&lt;p&gt;Property drawers stay folded by default, and are intended to store a
collection of key-value pairs, &lt;em&gt;but&lt;/em&gt; they don&#39;t get exported by
default, and so are a good way to keep your notes and your writing
together and then export, as needed when drafting is done. &lt;/p&gt;

&lt;p&gt;Also, I&#39;ve recently added the following to my key-binding list, which
adds a property drawer to the current heading, which is indeed a good
thing: &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;   (global-set-key &quot;\M-p&quot; &#39;org-insert-property-drawer)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I&#39;ve posted a copy of &lt;a href=&quot;http://criticalfutures.com/enclosures/template-story.org&quot;&gt;my template
file&lt;/a&gt; for your
review and edification.&lt;/p&gt;

&lt;p&gt;Comments? &lt;/p&gt;
</description>
	
	
</item>
<item>
	
	<title>Mobile Emacs</title>
	<dcterms:creator>tycho garen</dcterms:creator>
	
	
	  <guid>http://tychoish.com/rhizome/mobile-emacs/</guid>
	
	<link>http://tychoish.com/rhizome/mobile-emacs/</link>
	
	
	<category>/tag/cyborg</category>
	
	<category>/tag/emacs</category>
	
	<category>/tag/org-mode</category>
	
	<category>/tag/productivity</category>
	
	
	<pubDate>Fri, 10 Apr 2009 00:00:00 -0400</pubDate>
	<dcterms:modified>2012-06-23T15:21:32Z</dcterms:modified>
	
	<description>&lt;p&gt;I have a confession. I last week (briefly) considered getting a Nokia
N810 so that I could sync and use &lt;a href=&quot;http://www.orgmode.org&quot;&gt;org-mode&lt;/a&gt;
when I was away from my computer/laptop. The N800/810 is a small
tablet that runs a Debian based operating system, which means it could
run emacs, and I could write little clickable scripts that could do
all of the syncing and awesomeness that I&#39;ve grown accustomed to. &lt;/p&gt;

&lt;p&gt;Then I realized how absurd this is, and cast it aside. My laptop is
really mobile, and if I needed it to be lighter &lt;em&gt;or&lt;/em&gt; more mobile, I
could buy a new battery for it. And it has a full sized
keyboard.&lt;/p&gt;

&lt;p&gt;This is a sickness right?&lt;/p&gt;
</description>
	
	
</item>
<item>
	
	<title>Fact File Code</title>
	<dcterms:creator>tycho garen</dcterms:creator>
	
	
	  <guid>http://tychoish.com/rhizome/fact-file-code/</guid>
	
	<link>http://tychoish.com/rhizome/fact-file-code/</link>
	
	
	<category>/tag/cyborg</category>
	
	<category>/tag/emacs</category>
	
	<category>/tag/org-mode</category>
	
	<category>/tag/research</category>
	
	
	<pubDate>Wed, 08 Apr 2009 00:00:00 -0400</pubDate>
	<dcterms:modified>2012-06-23T15:21:32Z</dcterms:modified>
	
	<description>&lt;p&gt;In my post about my &lt;a href=&quot;http://tychoish.com/rhizome/fact-file-and-orbital-mechanics/&quot;&gt;fact
file&lt;/a&gt;
I said that I was going to &quot;try things out and see how it goes&quot; before
I posted code to see how things work in the system. Well, I think
things are pretty stable (I haven&#39;t tweaked much), so I&#39;m going to
post my remember template, for the system described in that post. &lt;/p&gt;

&lt;pre&gt;&lt;code&gt; (setq org-remember-templates 
   &#39;((&quot;data&quot; ?d &quot;* %^{Title} %^g \n :PROPERTIES:\n :date:
       %^t\n :cit e-key: %^{cite-key}\n :link: %^{link}\n
       :END:\n\n %x %?&quot;  &quot;~/org/data.org&quot;)))`
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;If you want to tweak further, check out the &lt;a href=&quot;http://orgmode.org/manual/Remember-templates.html&quot;&gt;relevant section of the
org manual&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;Enjoy and collect facts with abandon!&lt;/p&gt;
</description>
	
	
</item>

</channel>
</rss>
