<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using Emacs Org-mode to Draft Papers</title>
	<atom:link href="http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/</link>
	<description>Just shouting my thoughts out</description>
	<lastBuildDate>Fri, 03 Feb 2012 10:43:23 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Faith Jacobitz</title>
		<link>http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/comment-page-1/#comment-5575</link>
		<dc:creator>Faith Jacobitz</dc:creator>
		<pubDate>Mon, 16 Jan 2012 16:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mfasold.net/blog/?p=86#comment-5575</guid>
		<description>Please don&#039;t stop blogging! It actually is awesome to see any sane commentary finally.</description>
		<content:encoded><![CDATA[<p>Please don&#8217;t stop blogging! It actually is awesome to see any sane commentary finally.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Concklin</title>
		<link>http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/comment-page-1/#comment-5038</link>
		<dc:creator>Fred Concklin</dc:creator>
		<pubDate>Fri, 02 Dec 2011 00:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mfasold.net/blog/?p=86#comment-5038</guid>
		<description>You can also use the #+title: header ;)</description>
		<content:encoded><![CDATA[<p>You can also use the #+title: header <img src='http://www.mfasold.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Org-Mode As An Ideal Note-taking Solution &#124; Sound and Complete</title>
		<link>http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/comment-page-1/#comment-4419</link>
		<dc:creator>Org-Mode As An Ideal Note-taking Solution &#124; Sound and Complete</dc:creator>
		<pubDate>Thu, 15 Sep 2011 13:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mfasold.net/blog/?p=86#comment-4419</guid>
		<description>[...] notes. You can preview them on the fly, too. And this way Org-Mode also becomes the best tool for drafting papers, [...]</description>
		<content:encoded><![CDATA[<p>[...] notes. You can preview them on the fly, too. And this way Org-Mode also becomes the best tool for drafting papers, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/comment-page-1/#comment-3535</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 01 Jul 2011 18:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mfasold.net/blog/?p=86#comment-3535</guid>
		<description>Thanks for the response Mario.

I have the same, except for the first line. I don&#039;t have that directory and when I try and &gt; locate &quot;org-mode/lisp&quot; I get no hits. I&#039;ve tried the same setup on my laptop (ubuntu) as opposed to my work machine (fedora ) and I get the same problem. Stange.

Not to worry, I&#039;m happy enough cause I can just refresh the .tex file and all is good. Often my emacs session will stay open for days anyway. 

Regards and once again thanks for your time,

Rob</description>
		<content:encoded><![CDATA[<p>Thanks for the response Mario.</p>
<p>I have the same, except for the first line. I don&#8217;t have that directory and when I try and &gt; locate &#8220;org-mode/lisp&#8221; I get no hits. I&#8217;ve tried the same setup on my laptop (ubuntu) as opposed to my work machine (fedora ) and I get the same problem. Stange.</p>
<p>Not to worry, I&#8217;m happy enough cause I can just refresh the .tex file and all is good. Often my emacs session will stay open for days anyway. </p>
<p>Regards and once again thanks for your time,</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/comment-page-1/#comment-3524</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Fri, 01 Jul 2011 11:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mfasold.net/blog/?p=86#comment-3524</guid>
		<description>Interesting, for me it works under different tested emacs versions. My first guess is that this problem is related in the way you instantiate org-mode. I run the follwing lines in my .emacs before defining the hook


&lt;blockquote&gt;&lt;code&gt;
(add-to-list &#039;load-path &quot;~/site-lisp/org-mode/lisp&quot;)
(require &#039;org-install)
(add-to-list &#039;auto-mode-alist &#039;(&quot;\\.org\\&#039;&quot; . org-mode))
&lt;/code&gt;&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Interesting, for me it works under different tested emacs versions. My first guess is that this problem is related in the way you instantiate org-mode. I run the follwing lines in my .emacs before defining the hook</p>
<blockquote><p><code><br />
(add-to-list 'load-path "~/site-lisp/org-mode/lisp")<br />
(require 'org-install)<br />
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))<br />
</code></p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/comment-page-1/#comment-3523</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 01 Jul 2011 10:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mfasold.net/blog/?p=86#comment-3523</guid>
		<description>I was doing some more poking around last night (I really want this to work) and I have a workaround. But I don&#039;t think it&#039;s normal behaviour. 

When I first open the org file I get the 
File mode specification error: (wrong-type-argument stringp nil)
error and &quot;C-c )&quot; is described as undefined. If I then export to latex &quot;C-c C-e l&quot;,  I can then use the reftex functionality within the org file. Excellent. 

But if I close down the org file and reopen the C-c ) fails again until I re-export to latex.

So I can get the functionality but I feel this is not correct behaviour. 

Regards

Rob</description>
		<content:encoded><![CDATA[<p>I was doing some more poking around last night (I really want this to work) and I have a workaround. But I don&#8217;t think it&#8217;s normal behaviour. </p>
<p>When I first open the org file I get the<br />
File mode specification error: (wrong-type-argument stringp nil)<br />
error and &#8220;C-c )&#8221; is described as undefined. If I then export to latex &#8220;C-c C-e l&#8221;,  I can then use the reftex functionality within the org file. Excellent. </p>
<p>But if I close down the org file and reopen the C-c ) fails again until I re-export to latex.</p>
<p>So I can get the functionality but I feel this is not correct behaviour. </p>
<p>Regards</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/comment-page-1/#comment-3513</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 30 Jun 2011 18:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mfasold.net/blog/?p=86#comment-3513</guid>
		<description>Hello there Mario (and others), 

Mario; excellent blog. I want to get the same functionality working, but am stuck. 
I&#039;ve only just discovered org-mode in the last few weeks and am now drafting my first paper using org-mode and the export to tex feature, but I can&#039;t get this org-mode reftex integration to work. I have a similar problem to Fabrice. 
reftex is working fine in tex mode, I have the following in my .emacs

(require &#039;tex-mode)
;;; Toggle auto-fill-function on
(toggle-text-mode-auto-fill)
;;; switches on reftex when entering tex-mode.
(add-hook &#039;tex-mode-hook &#039;reftex-mode)
;; master bibliography
(setq reftex-default-bibliography &#039;(&quot;/home/rob/phd/library/biblio&quot;))

and org mode is successfully exporting to latex but when I open the org file using your code snippet in my .emacs file  
(defun org-mode-reftex-setup ()
(load-library &quot;reftex&quot;)
(and (buffer-file-name)
(file-exists-p (buffer-file-name))
(reftex-parse-all))
(define-key org-mode-map (kbd &quot;C-c )&quot;) &#039;reftex-citation)
)
(add-hook &#039;org-mode-hook &#039;org-mode-reftex-setup)

I always get the File mode specification error: (wrong-type-argument stringp nil) error. My *messages* buffer reports, 

Loading reftex...done
File mode specification error: (wrong-type-argument stringp nil)

I&#039;ve tried exporting to latex then re-opening the .org file but I still get the same error. I&#039;ve tried all the different variants mentioned in the links but always end up with the same error. Has anyone any ideas what&#039;s going on? Can anyone help? 

Regards

Rob</description>
		<content:encoded><![CDATA[<p>Hello there Mario (and others), </p>
<p>Mario; excellent blog. I want to get the same functionality working, but am stuck.<br />
I&#8217;ve only just discovered org-mode in the last few weeks and am now drafting my first paper using org-mode and the export to tex feature, but I can&#8217;t get this org-mode reftex integration to work. I have a similar problem to Fabrice.<br />
reftex is working fine in tex mode, I have the following in my .emacs</p>
<p>(require &#8216;tex-mode)<br />
;;; Toggle auto-fill-function on<br />
(toggle-text-mode-auto-fill)<br />
;;; switches on reftex when entering tex-mode.<br />
(add-hook &#8216;tex-mode-hook &#8216;reftex-mode)<br />
;; master bibliography<br />
(setq reftex-default-bibliography &#8216;(&#8221;/home/rob/phd/library/biblio&#8221;))</p>
<p>and org mode is successfully exporting to latex but when I open the org file using your code snippet in my .emacs file<br />
(defun org-mode-reftex-setup ()<br />
(load-library &#8220;reftex&#8221;)<br />
(and (buffer-file-name)<br />
(file-exists-p (buffer-file-name))<br />
(reftex-parse-all))<br />
(define-key org-mode-map (kbd &#8220;C-c )&#8221;) &#8216;reftex-citation)<br />
)<br />
(add-hook &#8216;org-mode-hook &#8216;org-mode-reftex-setup)</p>
<p>I always get the File mode specification error: (wrong-type-argument stringp nil) error. My *messages* buffer reports, </p>
<p>Loading reftex&#8230;done<br />
File mode specification error: (wrong-type-argument stringp nil)</p>
<p>I&#8217;ve tried exporting to latex then re-opening the .org file but I still get the same error. I&#8217;ve tried all the different variants mentioned in the links but always end up with the same error. Has anyone any ideas what&#8217;s going on? Can anyone help? </p>
<p>Regards</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inserting Org-Mode Style Citations With RefTeX &#124; Sound and Complete</title>
		<link>http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/comment-page-1/#comment-2567</link>
		<dc:creator>Inserting Org-Mode Style Citations With RefTeX &#124; Sound and Complete</dc:creator>
		<pubDate>Mon, 28 Mar 2011 16:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mfasold.net/blog/?p=86#comment-2567</guid>
		<description>[...] a cite{Key} LaTeX command instead of an org-mode command [[cite][key]]. However, by adapting Mario&#8217;s code for RefTeX integration with Org, I came up with this simple piece of elisp that fixes this issue [...]</description>
		<content:encoded><![CDATA[<p>[...] a cite{Key} LaTeX command instead of an org-mode command [[cite][key]]. However, by adapting Mario&#8217;s code for RefTeX integration with Org, I came up with this simple piece of elisp that fixes this issue [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Research Paper Management with Emacs, org-mode and RefTeX &#171; Mathletic</title>
		<link>http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/comment-page-1/#comment-2237</link>
		<dc:creator>Research Paper Management with Emacs, org-mode and RefTeX &#171; Mathletic</dc:creator>
		<pubDate>Wed, 05 Jan 2011 16:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mfasold.net/blog/?p=86#comment-2237</guid>
		<description>[...] followed a few guides on how other people used org-mode and reftex to do so. Specifically this post, and this email. My hope with this initial post is to pull the bits together, show what I built on [...]</description>
		<content:encoded><![CDATA[<p>[...] followed a few guides on how other people used org-mode and reftex to do so. Specifically this post, and this email. My hope with this initial post is to pull the bits together, show what I built on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emacs as an IDE for scientific paper writing (part I) &#187; Almost-Published.com</title>
		<link>http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/comment-page-1/#comment-1734</link>
		<dc:creator>Emacs as an IDE for scientific paper writing (part I) &#187; Almost-Published.com</dc:creator>
		<pubDate>Thu, 11 Nov 2010 12:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mfasold.net/blog/?p=86#comment-1734</guid>
		<description>[...] a good starting point, Mario shares some nice ideas on how to integrate RefTeX and org-mode in order to create a scientific word [...]</description>
		<content:encoded><![CDATA[<p>[...] a good starting point, Mario shares some nice ideas on how to integrate RefTeX and org-mode in order to create a scientific word [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

