[O] Re: Using org-mode for recipes (i.e. cooking)

2011-03-29 Thread Erik Hetzner
At Thu, 24 Mar 2011 19:47:46 +0800, Le Wang wrote: > > Hi all, > > I'm fairly new to org-mode, and I only use it as an outliner / note > taking tool. It seems recipes, being a list of ingredients and a > series of steps is a perfect match for org-mode. > > Out of the box, org already works pret

Re: [O] Using babel to generate a commit log

2011-03-29 Thread Nick Dokos
Luke Crook wrote: > > I have written the following code that uses the Emacs vc-* commands to > generate > a commit log. I would like the output of this code to be included when my > file > is exported. > > > ;; Most of this code is copied from vc.el vc-print-log > (when (vc-find-backend-fu

Re: [O] Using babel to generate a commit log

2011-03-29 Thread Suvayu Ali
On Wed, 30 Mar 2011 05:38:41 + (UTC) Luke Crook wrote: > 1) The code between #+begin_src and #+end_src is exported and not > the result of evaluating the code (the commit log). [...] > > How can I fix (1). > Have you tried ':exports results' as a header argument? > > Thanks, > -Luke

Re: [O] Re: Continuation of main section text after subsections ?

2011-03-29 Thread Aankhen
On Wed, Mar 30, 2011 at 00:29, Matt Lundin wrote: > William Gardella writes: >> >> I think org-mode should aim to be flexible enough to accomodate all >> writers, writing tasks, and writing styles.  Maybe for this particular >> issue it would be enough to give org-mode an explicit way to "close"

[O] Re: Using babel to generate a commit log

2011-03-29 Thread Jambunathan K
Luke Crook writes: > I have written the following code that uses the Emacs vc-* commands to > generate > a commit log. I would like the output of this code to be included when my > file > is exported. > > #+begin_src emacs-lisp :var limit="" > ;; Most of this code is copied from vc.el vc-prin

Re: [O] Re: [babel] "Marker does not point anywhere" error?

2011-03-29 Thread Thomas Holst
Hi Jambunathan, · Jambunathan K wrote: > Rainer M Krug writes: [ ... error: marker does not point anywhere while eval code blocks ...] > Sorry, I cannot be of much help here. > > You can try turning off the below variable and check whether the > situation improves. > > ,[ C-h v ansi-color-

[O] Using babel to generate a commit log

2011-03-29 Thread Luke Crook
I have written the following code that uses the Emacs vc-* commands to generate a commit log. I would like the output of this code to be included when my file is exported. #+begin_src emacs-lisp :var limit="" ;; Most of this code is copied from vc.el vc-print-log (when (vc-find-backend-function

[O] Re: [babel] "Marker does not point anywhere" error?

2011-03-29 Thread Jambunathan K
Rainer M Krug writes: > On 25/03/11 13:50, Jambunathan K wrote: >> >> Can you do M-x toggle-debug-on-error and copy/paste what comes up in the >> backtrace buffer? > > Here it is: > > > Debugger entered--Lisp error: (error "Marker does not point anywhere") > ansi-color-apply-on-region(# #) >

Re: [O] Re: [Orgmode] Re: Automatic noexport tag based on rules?

2011-03-29 Thread Carsten Dominik
On 30.3.2011, at 00:50, John Hendy wrote: > On Tue, Mar 29, 2011 at 5:49 PM, Carsten Dominik > wrote: >> >> On 29.3.2011, at 23:48, John Hendy wrote: >> >>> On Tue, Mar 29, 2011 at 4:15 PM, Carsten Dominik >>> wrote: On 29.3.2011, at 23:05, Carsten Dominik wrote: > >

Re: [O] Re: zotero (or mendeley) integration with org

2011-03-29 Thread Alan E. Davis
It's in my mind to find a way to use orgmode for organizing pdfs and BibTex data. I haven't untangled storage of PDFs and linking to BibTeX, and I haven't found a solution to organizing it all through orgmode. An important piece of the puzzle, though, needs mention: cb2bib helps semi-automate mak

[O] Re: Following links in an indirect buffer

2011-03-29 Thread Matt Lundin
Shaun Johnson writes: > Hi all, > > I regularly work in an indirect buffer created by org-tree-to-indirect-buffer. > > Following an id: type link in such a buffer seems to always switche to the > base buffer even if the target is visible in the indirect buffer. If you have org-id-track-globally

Re: [O] Problem with Export-Org-Mode

2011-03-29 Thread Michael Markert
Hi Shyam, > The issue: I type my org mode file, and just use the C-c C-e d to export the > org mode document to pdf and open the pdf file. My default pdf reader is > evince. I would like to go back to emacs and make some more changes to the org > document and again do the C-c C-e d. Emacs org mode

Re: [O] Problem with Export-Org-Mode

2011-03-29 Thread Suvayu Ali
On Tue, 29 Mar 2011 17:15:05 +0530 Ghanashyam wrote: > Is there a way to just make emacs org mode re-write without worrying > about the permission and exiting. Evince has this wonderful option > that I like which can reload an newly written pdf even if it has the > old pdf loaded. This is how it

Re: [O] Re: [Orgmode] Re: Automatic noexport tag based on rules?

2011-03-29 Thread John Hendy
On Tue, Mar 29, 2011 at 5:49 PM, Carsten Dominik wrote: > > On 29.3.2011, at 23:48, John Hendy wrote: > >> On Tue, Mar 29, 2011 at 4:15 PM, Carsten Dominik >> wrote: >>> >>> On 29.3.2011, at 23:05, Carsten Dominik wrote: >>> On 29.3.2011, at 20:40, Matt Lundin wrote: > John Hen

Re: [O] Re: [Orgmode] Re: Automatic noexport tag based on rules?

2011-03-29 Thread Carsten Dominik
On 29.3.2011, at 23:48, John Hendy wrote: > On Tue, Mar 29, 2011 at 4:15 PM, Carsten Dominik > wrote: >> >> On 29.3.2011, at 23:05, Carsten Dominik wrote: >> >>> >>> On 29.3.2011, at 20:40, Matt Lundin wrote: >>> John Hendy writes: >>> >>> I have a good patch for this lined up -

Re: [O] Re: [Orgmode] Re: Automatic noexport tag based on rules?

2011-03-29 Thread John Hendy
On Tue, Mar 29, 2011 at 4:15 PM, Carsten Dominik wrote: > > On 29.3.2011, at 23:05, Carsten Dominik wrote: > >> >> On 29.3.2011, at 20:40, Matt Lundin wrote: >> >>> John Hendy writes: >>> >> >> I have a good patch for this lined up - will check it in tomorrow. > > In fact, I just now pushed it. >

Re: [O] Re: [Orgmode] Re: Automatic noexport tag based on rules?

2011-03-29 Thread Carsten Dominik
On 29.3.2011, at 23:05, Carsten Dominik wrote: > > On 29.3.2011, at 20:40, Matt Lundin wrote: > >> John Hendy writes: >> >>> On Sun, Mar 27, 2011 at 2:37 PM, Samuel Wales wrote: That is indeed an excellent solution if you want to add a tag for a todo kw. However, I wonder if there

Re: [O] Bug: Recurring items NEVER show up in timeline unaccompanied

2011-03-29 Thread Mark S
Hello Carsten et al, --- On Tue, 3/29/11, Carsten Dominik wrote: > --- On Mon, 3/28/11, Carsten Dominik > Maybe I spoke too soon. I tried the org-agenda-show-all-dates == nil. Although it worked, without the warning about the month-long gaps it was a bit hard to navigate. It was easier to nav

Re: [O] Re: [Orgmode] Re: Automatic noexport tag based on rules?

2011-03-29 Thread Carsten Dominik
On 29.3.2011, at 20:40, Matt Lundin wrote: > John Hendy writes: > >> On Sun, Mar 27, 2011 at 2:37 PM, Samuel Wales wrote: >>> That is indeed an excellent solution if you want to add a tag for a >>> todo kw. However, I wonder if there is a direct approach, where the >>> exporter simply does no

Re: [O] Re: [ANN] Inkmacs

2011-03-29 Thread Suvayu Ali
On Tue, 29 Mar 2011 21:49:16 +0200 Christian Moe wrote: > On 3/29/11 6:13 PM, Rustom Mody wrote: > > Joakim wrote: > >> Inkmacs integrates Inkscap and Emacs. Interesting for this list is > >> inkorg-mode which lets you write text in Org mode and update text > >> in Inkscape. > > > > Thanks Jo

[O] Re: org-mode -> diary -> latex calendar

2011-03-29 Thread Matt Lundin
Bastien writes: > Fred Concklin writes: > >> I was wondering if I can take an org file and turn it into one of those >> snazzy tex calendars like I can with a diary file? > > Yes, but not directly. You can use the `org-diary' function to include > Org's appointments into your ~/.diary then expo

[O] Problem with Export-Org-Mode

2011-03-29 Thread Ghanashyam
Hi, I am Shyam and I am using emacs23.2 on Windows to write notes using the org mode. I have an org-mode buffer which I would like to export as pdf. I have MikTex installed on my system and use its utilities to process tex file. *The issue: * I type my org mode file, and just use the C-c C-e d to

Re: [O] Re: [ANN] Inkmacs

2011-03-29 Thread brian powell
Thanks Joakim! Look forward to INKMACS and I've been learning more INKSCAPE since it seems to be the best way to deal with SVG files, etc.--been reading Kirsanov's "The Book Of Inkscape"--great stuff. On Tue, Mar 29, 2011 at 9:17 AM, Jambunathan K wrote: > > Joakim > >> https://github.com/jave/i

Re: [O] Re: [ANN] Inkmacs

2011-03-29 Thread Christian Moe
+1! Yours, Christian On 3/29/11 6:13 PM, Rustom Mody wrote: Joakim wrote: Inkmacs integrates Inkscap and Emacs. Interesting for this list is inkorg-mode which lets you write text in Org mode and update text in Inkscape. Thanks Joakim for that announcement I would be interested in trying thi

[O] Re: [Orgmode] Re: Automatic noexport tag based on rules?

2011-03-29 Thread Matt Lundin
John Hendy writes: > On Sun, Mar 27, 2011 at 2:37 PM, Samuel Wales wrote: >> That is indeed an excellent solution if you want to add a tag for a >> todo kw.  However, I wonder if there is a direct approach, where the >> exporter simply does not export if it is a certain todo kw.  Is the >> solut

[O] Re: org-src-fontify-natively makes things very, very slow

2011-03-29 Thread Eric S Fraga
Matt Lundin writes: > Eric S Fraga writes: > >> yes, I used to use yasnippet a lot but I don't any longer. I am >> actually in confusion as to which completion mechanism to use in Emacs >> these days and am going a little crazy... :( I'm currently playing with >> auto-complete. > > Skeletons a

[O] Re: org-src-fontify-natively makes things very, very slow

2011-03-29 Thread Eric S Fraga
Matt Lundin writes: [...] > I believe there is a bug here. I'm not sure if it is related to the > performance issues, but when org-src-fontify-natively is t, new overlays > keep getting added to the source block with each keypress in the source > block. I can verify this on my system. -- : Er

[O] Re: Continuation of main section text after subsections ?

2011-03-29 Thread Matt Lundin
Marcel van der Boom writes: > When I'm using orgmode to write out largish documents, I often run into > the outlining problem that it's apparently not possible to continue > text of a higher level outline once subsections have been started. > > A simplified example of such an outline would be: >

[O] Re: Continuation of main section text after subsections ?

2011-03-29 Thread Matt Lundin
William Gardella writes: > > I think org-mode should aim to be flexible enough to accomodate all > writers, writing tasks, and writing styles. Maybe for this particular > issue it would be enough to give org-mode an explicit way to "close" a > heading--an Org-wide equivalent to \end{section} in L

Re: [O] org-mode -> diary -> latex calendar

2011-03-29 Thread Bastien
Hi Fred, Fred Concklin writes: > I was wondering if I can take an org file and turn it into one of those > snazzy tex calendars like I can with a diary file? Yes, but not directly. You can use the `org-diary' function to include Org's appointments into your ~/.diary then export the diary. HTH

Re: [O] Bug: Recurring items NEVER show up in timeline unaccompanied

2011-03-29 Thread Carsten Dominik
On 29.3.2011, at 19:38, Mark S wrote: > Hello Carsten et al, > > > --- On Mon, 3/28/11, Carsten Dominik wrote: > >> > The ideal solution would be that the Timeline view >> > would process dates exactly like the agenda, >> including >> > multiple-files, but display them like the traditional >>

[O] Re: [PATCH] org-latex: Don't append newline to end of footnote

2011-03-29 Thread Nicolas
Hello, Lawrence Mitchell writes: > * lisp/org-latex.el (org-export-latex-preprocess): Don't add a newline > character to a processed footnote. > > The extra newline before the closing } character in a footnote > confuses the list parsing code. The } appears at the beginning of a > line, so it l

[O] org-mode -> diary -> latex calendar

2011-03-29 Thread Fred Concklin
I was wondering if I can take an org file and turn it into one of those snazzy tex calendars like I can with a diary file? fpc

Re: [O] Bug: Recurring items NEVER show up in timeline unaccompanied

2011-03-29 Thread Mark S
Hello Carsten et al, --- On Mon, 3/28/11, Carsten Dominik wrote: > The ideal solution would be that the Timeline view > would process dates exactly like the agenda, including > multiple-files, but display them like the traditional > timeline, with ranges of dates omitted. This is already poss

Re: [O] babel R: should/does order of parameters matter?

2011-03-29 Thread Eric Schulte
> > #+TBLNAME: data > | x | parameter | value | > |---+---+---| > | 0 | heat |30 | > | 1 | heat |30 | > > #+source: func5 > #+begin_src R :var name=data :var a="one" :colnames yes > names(name) > #+end_src > > executing directly works as expected: > > #+results: func5

[O] Re: [ANN] Inkmacs

2011-03-29 Thread Rustom Mody
Joakim wrote: > Inkmacs integrates Inkscap and Emacs. Interesting for this list is > inkorg-mode which lets you write text in Org mode and update text in > Inkscape. Thanks Joakim for that announcement I would be interested in trying this out but so much bleeding edge involves too much blood loss

Re: [O] babel R: should/does order of parameters matter?

2011-03-29 Thread Myles English
Eric, On 23 March 2011 03:03, Eric Schulte wrote: > I believe the problem here is that your :var header argument syntax is > wrong.  A :var header argument must have a name, and equals sign, and an > assignment for the variable, e.g. > > #+begin_src sh :var name="eric" >  echo $name > #+end_src >

Re: [O] Org babel with multiple linked segments of source code

2011-03-29 Thread Eric Schulte
Nicholas Patrick writes: > I may try playing around with the sequential sections...since that's how I'm > currently writing the majority of this file. Most of the pieces of code are > simply defining functions that call other functions or macros and wouldn't > be executed alone. However, I'm de

[O] Re: org-src-fontify-natively makes things very, very slow

2011-03-29 Thread Matt Lundin
Sébastien Vauban writes: >>> Maybe this is (partly?) due to the overlay I added: >>> >>> #+begin_src emacs-lisp >>> (overlay-put (make-overlay beg1 block-end) >>> 'face 'org-block-background)) >>> #+end_src > > See http://patchwork.newartisans.com/patc

Re: [O] [babel] Calling source blocks with arguments

2011-03-29 Thread Eric Schulte
Philipp Haselwarter writes: > Hi, > > Is there a way to call a source-block with (positional) arguments, like > one would do on the command line? > > I want to include some shell scripts in a paper and would prefer not > having to introduce some kind of artificial variables. > > So I could just w

[O] Re: [Orgmode] Automatic screenshot insertion

2011-03-29 Thread Russell Adams
On Sun, Nov 28, 2010 at 08:35:23PM +0100, David Maus wrote: > At Thu, 18 Nov 2010 18:16:22 +0100, > Jonathan BISSON wrote: > > > > Here is a little function that allows a user to insert a screenshot > > easily. Only works on unix-like systems where ImageMagick is installed > > (adapt "import" to yo

[O] [PATCH] org-latex: Don't append newline to end of footnote

2011-03-29 Thread Lawrence Mitchell
* lisp/org-latex.el (org-export-latex-preprocess): Don't add a newline character to a processed footnote. The extra newline before the closing } character in a footnote confuses the list parsing code. The } appears at the beginning of a line, so it looks like the end of the list. LaTeX gobbles t

[O] Re: org-src-fontify-natively makes things very, very slow

2011-03-29 Thread Matt Lundin
Eric S Fraga writes: > yes, I used to use yasnippet a lot but I don't any longer. I am > actually in confusion as to which completion mechanism to use in Emacs > these days and am going a little crazy... :( I'm currently playing with > auto-complete. Skeletons and abbrev-mode have always gotte

[O] Re: TeX to MathML & org-odt ?

2011-03-29 Thread Jambunathan K
Suvayu Ali writes: > On Mon, 28 Mar 2011 16:09:00 +0530 > Jambunathan K wrote: > >> Any opinions on TeX to MathML converters (specifically those that are >> amenable to be integrated within Orgmode/Emacs ). > > I am not sure whether this is what you are asking about but just in > case you are.

[O] Re: [ANN] Inkmacs

2011-03-29 Thread Jambunathan K
Joakim > https://github.com/jave/inkmacs > > Inkmacs integrates Inkscap and Emacs. Interesting for this list is > inkorg-mode which lets you write text in Org mode and update text in > Inkscape. > > It's work in progress with some cmubersome dependencies still. > > Maybe it could be mentioned h

[O] Re: zotero (or mendeley) integration with org

2011-03-29 Thread Matt Lundin
Rasmus writes: >> [Matt and William's setup] > > I have looked for a good way to keep track of academic papers (pdfs) and > Bibtex for a long time. I'd love to see a worg page on this topic. > > Meanwhile, I have found some sweet Bibtex-search interfaces for > Emacs. These will query a academic s

[O] [BUG] LaTeX export inserts "ORG-LIST-END-MARKER"

2011-03-29 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi if I export the fiollowing snippet * Project Participants - - Rainer M Krug :: [fn::My email] My address I get the following LaTeX code: % Created 2011-03-29 Tue 15:06 \documentclass[11pt]{articl

[O] Re: [PATCH] org-html: Fix logic for export of section numbers

2011-03-29 Thread Bernt Hansen
Hi Lawrence. Thanks for the quick fix. This patch fixes the problem for me. Best regards, Bernt Lawrence Mitchell writes: > * lisp/org-html.el (org-export-as-html) (org-html-level-start): Fix > logic for section number printing when NUM is an integer. > > Fixes a bug introduced in 9f57b8e whi

[O] [ANN] Inkmacs

2011-03-29 Thread joakim
https://github.com/jave/inkmacs Inkmacs integrates Inkscap and Emacs. Interesting for this list is inkorg-mode which lets you write text in Org mode and update text in Inkscape. It's work in progress with some cmubersome dependencies still. Maybe it could be mentioned here: http://orgmode.org/w

[O] Re: zotero (or mendeley) integration with org

2011-03-29 Thread William Gardella
Rasmus writes: >> [Matt and William's setup] > > I have looked for a good way to keep track of academic papers (pdfs) and > Bibtex for a long time. I'd love to see a worg page on this topic. > > Meanwhile, I have found some sweet Bibtex-search interfaces for > Emacs. These will query a academic s

[O] Re: zotero (or mendeley) integration with org

2011-03-29 Thread Rasmus
> [Matt and William's setup] I have looked for a good way to keep track of academic papers (pdfs) and Bibtex for a long time. I'd love to see a worg page on this topic. Meanwhile, I have found some sweet Bibtex-search interfaces for Emacs. These will query a academic search engine and can copy B

[O] Re: [PATCH] Fix html export of footnotes with lists, tables, quotes, etc.

2011-03-29 Thread Puneeth Chaganti
Hi Jambunathan, Sorry for the delayed response, but here is a test case that covers the above cases. On Sun, Mar 27, 2011 at 4:28 PM, Jambunathan K wrote: > > Puneeth > >> Attached is a patch that allows having lists, tables, blockquotes and >> other org blocks in footnotes.  Source code blocks

Re: [O] advice: how to export a list without exporting all entries

2011-03-29 Thread Eric S Fraga
Carsten Dominik writes: > On 24.3.2011, at 21:45, Eric S Fraga wrote: [...] >> This is fine except that #x tags don't work in latex export! > > I have fixed the LaTeX exporter to take care of this issue. > > - Carsten Excellent. Thanks! -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs

[O] [PATCH] org: Match case of todo keywords when determining empty headings

2011-03-29 Thread Lawrence Mitchell
* lisp/org.el (org-point-at-end-of-empty-headline): Bind case-fold-search to nil. --- Samuel Wales wrote: > I have found another todo keyword bug of the same type as the other 6. > A headline with a word that is the same as a todo keyword but not in > upper case has different behavior. > Example:

[O] [PATCH] org-html: Fix logic for export of section numbers

2011-03-29 Thread Lawrence Mitchell
* lisp/org-html.el (org-export-as-html) (org-html-level-start): Fix logic for section number printing when NUM is an integer. Fixes a bug introduced in 9f57b8e which considered all non-integer values of the num option to be nil. --- Bernt Hansen wrote: > Hi Lawrence, > Numbering of the Table of

[O] Latex export bug exporting lists with footnotes with links

2011-03-29 Thread Suvayu Ali
Hi Orgers, I think I have stumbled upon a bug in latex export. I have attached an org file to reproduce this with the corresponding exported tex file. Thanks. -- Suvayu Open source is the future. It sets us free. #+STARTUP: beamer #+TITLE: Document title #+AUTHOR:Suvayu Ali #+DATE:

[O] Re: zotero (or mendeley) integration with org

2011-03-29 Thread William Gardella
Matt Lundin writes: > Stephen Eglen writes: > >> There was a mail-thread lastyear about zotero and integration with org. >> Now that there is an alpha release of 'org-standalone' >> http://www.zotero.org/blog/2011/02/ >> >> has anyone looked at whether this helps integrate org and zotero? >>