Re: [O] Writing your book with orgmode and publishing it on Leanpub

2014-02-24 Thread Juan Reyero
/wallyqs/yet-another-jekyll-org-template https://github.com/eggcaker/jekyll-org/blob/master/convert.rb#L30 Thank you for the pointer. Best, jm On Mon, Feb 24, 2014 at 4:24 AM, Juan Reyero joa...@gmail.com wrote: Greetings, I've solved a couple of bugs in the Leanpub[1] markdown exporter[2

[O] Writing your book with orgmode and publishing it on Leanpub

2014-02-23 Thread Juan Reyero
Greetings, I've solved a couple of bugs in the Leanpub[1] markdown exporter[2] (cross-links within the book using ids were not working, and footnotes containing a colon neither). As far as I can tell using Orgmode and Leanpub to publish books is now quite feasible, and produces rather nice

Re: [O] [ANN] Markdown exporter for leanpub.com

2014-01-28 Thread Juan Reyero
Hi Bastien, On Tue, Jan 28, 2014 at 10:02 AM, Bastien b...@gnu.org wrote: If you make progress about this, I guess a lot of people would enjoy it. Thanks in advance! Cool. I've taken it a bit further, and it now supports my whole book[1], including latex formulas, cross links, code and

[O] [ANN] Markdown exporter for leanpub.com

2014-01-25 Thread Juan Reyero
Greetings, I have written a small markdown exporter that improves over the default one for publication with http://leanpub.com. In particular, it separates code from its output, and it handles footnotes properly. It's a very limited one-morning hack, but I thought it might be of interest to

[O] Moving org-jekyll to org-mode 8.0

2013-05-18 Thread Juan Reyero
Greetings, Org-jekyll is a simple way to export jekyll blog posts from org-mode. Docs: http://juanreyero.com/open/org-jekyll/index.html Code: https://github.com/juanre/org-jekyll I have merged Jianing Yang's patch for 8.0 compatibility in org-jekyll, done some more small updates, and set as

[O] Automatically build lists of links to related articles

2011-08-19 Thread Juan Reyero
Greetings, I write articles in their own page, with a main heading as the title. I've written a function that builds a table with links to other articles that share tags with the heading under which the table is built (and that share the same language, assuming that the :lang: property is set).  

Re: [Orgmode] Re: Project management Dynamic block per tag + [Babel]

2011-01-19 Thread Juan Reyero
On Thu, Dec 16, 2010 at 1:19 PM, Francesco Pizzolante f...@missioncriticalit.com wrote: Another option is to use a babel block and org-map-entries to spit out a simple list of tasks for each person: I've played a little with the code you've sent and here's what I end up with:

Re: [Orgmode] Blogging from org-mode

2011-01-17 Thread Juan Reyero
On Sun, Jan 16, 2011 at 9:57 PM, Tom Breton (Tehom) te...@panix.com wrote: Some months back I contributed improvements to org-html. My intent was to make it easy to post org files as blog posts. So this is a sort of delayed announcement. There are two packages that post to blogs from

Re: [Orgmode] [RFI] Using DISQUS on certain pages

2010-11-09 Thread Juan Reyero
On Tue, Nov 9, 2010 at 3:43 AM, Jeff Horn jrhorn...@gmail.com wrote: Suppose I have a project defined (say, org-blog) that I use to generate blog posts, and I want to use Disqus to track comments. Further suppose I don't want to use a templating framework such as jekyll to transform org into

Re: [Orgmode] [RFI] Using DISQUS on certain pages

2010-11-09 Thread Juan Reyero
, it might have changed. But what's there seems to work. The whole setup is kind of tricky, because I wanted to support a multilanguage site that wasn't a nightmare to update, but I think the above covers what you need. Best, jm On Tue, Nov 9, 2010 at 9:01 AM, Juan Reyero joa...@gmail.com wrote

Re: [Orgmode] Org-jekyll - org-publish-initialize-files-alist

2010-07-02 Thread Juan Reyero
Nathan, I've just pushed a version of org-jekyll that should solve the problem, following Sebastian's suggestions, and it's available at http://github.com/juanre/org-jekyll. Sorry it's taken me so long to respond; I am pretty much off-line lately for personal reasons. And thanks for bringing it

[Orgmode] Re: Another blog written with org-mode with org-jekyll

2010-02-10 Thread Juan Reyero
On Wed, Feb 10, 2010 at 11:41 AM, Rick Moynihan rick.moyni...@gmail.com wrote: Hi all, I thought some of you might like to know that my blog is now up and running.  I write my posts in org-mode, and export with org-jekyll. You can find it here: http://sourcesmouth.co.uk/ This is great! I

Re: [Orgmode] Announcing org-jekyll

2010-02-02 Thread Juan Reyero
On Mon, Feb 1, 2010 at 9:20 PM, Eric Schulte schulte.e...@gmail.com wrote: I have been exporting org-mode subtrees to jekyll blog posts on a couple of projects, and I've found it really handy - resulting in more attractive web pages than I'm able to generate  directly from org - for the

Re: [Orgmode] Announcing org-jekyll

2010-02-02 Thread Juan Reyero
On Tue, Feb 2, 2010 at 11:37 AM, Rick Moynihan rick.moyni...@gmail.com wrote: On 1 February 2010 19:14, Juan Reyero joa...@gmail.com wrote: On Mon, Feb 1, 2010 at 12:23 PM, Rick Moynihan rick.moyni...@gmail.com wrote: On 29 January 2010 23:16, Juan Reyero joa...@gmail.com wrote: Full

Re: [Orgmode] Announcing org-jekyll

2010-02-01 Thread Juan Reyero
On Mon, Feb 1, 2010 at 12:23 PM, Rick Moynihan rick.moyni...@gmail.com wrote: On 29 January 2010 23:16, Juan Reyero joa...@gmail.com wrote: Full description: http://juanreyero.com/open/org-jekyll/ Source code: http://github.com/juanre/org-jekyll I'm not entirely clear on how the org-publish

[Orgmode] Announcing org-jekyll

2010-01-29 Thread Juan Reyero
Greetings, I've been toying around with a small package to export entries as a Jekyll blog. It is different from other approaches I am aware of in that it will find your blog entries anywhere in the files belonging to a project, and it will pass properties along to Jekyll as yaml front matter.

[Orgmode] Setting up org-ctags and exporting ctags links

2010-01-15 Thread Juan Reyero
Greetings, I've just installed org-ctags in my system and it works beautifully. One note, though, for those of you running on OS-X: you need to setq org-ctags-path-to-ctags pointing to your ctags executable before requiring org-ctags, otherwise it fails as it tries to call a non-existing

Re: [Orgmode] Need help exporting subtrees to html

2010-01-01 Thread Juan Reyero
On Thu, Dec 31, 2009 at 8:51 PM, Eric Schulte schulte.e...@gmail.com wrote: Juan Reyero joa...@gmail.com writes: On Thu, Dec 31, 2009 at 6:15 PM, Eric Schulte schulte.e...@gmail.com wrote: Juan Reyero joa...@gmail.com writes: On Thu, Dec 31, 2009 at 9:15 AM, Carsten Dominik carsten.domi

Re: [Orgmode] Date tree view in org files created by remember.el

2010-01-01 Thread Juan Reyero
Hi, On Fri, Jan 1, 2010 at 7:52 AM, Avinash Kulkarni avinas...@gmail.com wrote: I am trying to get the following template to build a date-tree view in my org files that I use with remember mode. But I never seem to be able to get it - I am on Emacs 23.1 built for Mac OSX. Here are my

Re: [Orgmode] Date tree view in org files created by remember.el

2010-01-01 Thread Juan Reyero
dated 2009-07-30. Are you using the same build too? Same. But your problem is most likely with the version of org-mode, not with emacs. Do you have 6.33? I actually keep rather close track with git, but 6.33 is the minimum you'll need. Best, Juan On Fri, Jan 1, 2010 at 12:29 PM, Juan Reyero

Re: [Orgmode] Need help exporting subtrees to html

2009-12-31 Thread Juan Reyero
On Thu, Dec 31, 2009 at 9:15 AM, Carsten Dominik carsten.domi...@gmail.com wrote: On Dec 27, 2009, at 8:31 PM, Juan Reyero wrote: On Sun, Dec 27, 2009 at 7:35 PM, Carsten Dominik carsten.domi...@gmail.com wrote: On Dec 27, 2009, at 5:34 PM, Juan Reyero wrote: I have written a function

Re: [Orgmode] Need help exporting subtrees to html

2009-12-31 Thread Juan Reyero
On Thu, Dec 31, 2009 at 6:15 PM, Eric Schulte schulte.e...@gmail.com wrote: Juan Reyero joa...@gmail.com writes: On Thu, Dec 31, 2009 at 9:15 AM, Carsten Dominik carsten.domi...@gmail.com wrote: On Dec 27, 2009, at 8:31 PM, Juan Reyero wrote: On Sun, Dec 27, 2009 at 7:35 PM, Carsten Dominik

[Orgmode] Need help exporting subtrees to html

2009-12-27 Thread Juan Reyero
Greetings, I have written a function to export org-mode subtrees as jekyll posts, http://juanreyero.com/open/org-jekyll/ The idea is that any entry in an org-publish project that has a :blog: keyword and an :on: property with a timestamp should be exported to a _posts directory with the

Re: [Orgmode] Need help exporting subtrees to html

2009-12-27 Thread Juan Reyero
Hi Carsten, On Sun, Dec 27, 2009 at 7:35 PM, Carsten Dominik carsten.domi...@gmail.com wrote: On Dec 27, 2009, at 5:34 PM, Juan Reyero wrote: I have written a function to export org-mode subtrees as jekyll posts, http://juanreyero.com/open/org-jekyll/  The idea is that any entry in an org

Re: [Orgmode] Org-mode tricks for team management

2009-12-04 Thread Juan Reyero
On Fri, Dec 4, 2009 at 3:31 AM, Torsten Wagner torsten.wag...@gmail.com wrote: http://juanreyero.com/article/emacs/org-teams.html This solution is very nice. I would encourage you to pack it into an own contrib for org-mode. Maybe even trying to merge it into org-mode itself. Thanks a lot.

[Orgmode] Org-mode tricks for team management

2009-12-03 Thread Juan Reyero
Greetings, I have been using org-mode as a key support for my work as a manager for quite a while now. I thought some of the tricks and processes for keeping up-to-date with the work of each person in my team might be of interest to other people, so I wrote them up at:

[orgmode] Solutions of blogging tools for org-mode

2009-10-20 Thread Juan Reyero
Greetings, I want to move my blogs from Wordpress to org-mode. I have found blorg, org-blog and blorgit, but the first two look like they're not being worked on (but maybe that's because they are finished), and the third one seems to be much more than what I need, as it gives you a web-based

Re: [orgmode] Solutions of blogging tools for org-mode

2009-10-20 Thread Juan Reyero
On Tue, Oct 20, 2009 at 12:23 PM, David Bremner brem...@unb.ca wrote: Juan Reyero wrote: I am looking for in a blogging engine is a way to mark entries as belonging to the blog, and generation of an RSS feed that includes them; all other things, including publishing and HTML export, are already

Re: [Orgmode] Buffer-wide definitions in org-babel

2009-10-09 Thread Juan Reyero
Hi Dan, On Thu, Oct 8, 2009 at 4:11 PM, Dan Davison davi...@stats.ox.ac.uk wrote: Juan Reyero joa...@gmail.com writes: #+begin_src python :session :results output  2 #+end_src #+resname: : 2 : 2 (expected nothing, which is what I get if I remove the :session). An understandable

Re: [Orgmode] Buffer-wide definitions in org-babel

2009-10-08 Thread Juan Reyero
Eric, Thanks a lot for your quick response. I have tried your suggestion and it does work, but it behaves in an unexpected way when I do some minor modifications. Please see below. On Wed, Oct 7, 2009 at 8:48 PM, Eric Schulte schulte.e...@gmail.com wrote: I am trying to define buffer-wide

Re: [Orgmode] Buffer-wide definitions in org-babel

2009-10-08 Thread Juan Reyero
Hi, On Wed, Oct 7, 2009 at 9:17 PM, Eric Schulte schulte.e...@gmail.com wrote: As you described below the :session environment can be used to deal with the need for required stage setting source-code blocks, however there is currently no way when directly executing a block to specify that some

[Orgmode] Buffer-wide definitions in org-babel

2009-10-07 Thread Juan Reyero
Greetings, I am trying to define buffer-wide initializations in org-babel, so that I can import a python module once and then use its exported symbols in all the code chunks throughout the buffer. Is there a way to do it? I have tried all the obvious approaches and none seems to work. (My hope