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

2011-03-29 Thread William Gardella
Matt Lundin m...@imapmail.org writes: Stephen Eglen s.j.eg...@damtp.cam.ac.uk 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

[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] [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] [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:

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

2011-03-29 Thread Eric S Fraga
Carsten Dominik carsten.domi...@gmail.com 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:

[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 kjambunat...@gmail.com wrote: Puneeth Attached is a patch that allows having lists, tables, blockquotes and other org blocks in footnotes.  

[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

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

2011-03-29 Thread William Gardella
Rasmus rasmus.p...@gmail.com 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

[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:

[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 we...@gmx.li 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

[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

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

2011-03-29 Thread Matt Lundin
Rasmus rasmus.p...@gmail.com 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

[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 here:

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

2011-03-29 Thread Jambunathan K
Suvayu Ali fatkasuvayu+li...@gmail.com writes: On Mon, 28 Mar 2011 16:09:00 +0530 Jambunathan K kjambunat...@gmail.com 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

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

2011-03-29 Thread Matt Lundin
Eric S Fraga e.fr...@ucl.ac.uk 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

[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

[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 your

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

2011-03-29 Thread Eric Schulte
Philipp Haselwarter philipp.haselwar...@gmx.de 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.

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

2011-03-29 Thread Matt Lundin
Sébastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org 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

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

2011-03-29 Thread Eric Schulte
Nicholas Patrick npatric...@gmail.com 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.

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 schulte.e...@gmail.com 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

[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 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 | x |

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 carsten.domi...@gmail.com 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

[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

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

2011-03-29 Thread Nicolas
Hello, Lawrence Mitchell we...@gmx.li 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,

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 carsten.domi...@gmail.com 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

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

2011-03-29 Thread Bastien
Hi Fred, Fred Concklin fredconck...@gmail.com 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

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

2011-03-29 Thread Matt Lundin
William Gardella gardell...@gmail.com 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

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

2011-03-29 Thread Matt Lundin
Marcel van der Boom mar...@hsdev.com 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

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

2011-03-29 Thread Eric S Fraga
Matt Lundin m...@imapmail.org 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

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

2011-03-29 Thread Eric S Fraga
Matt Lundin m...@imapmail.org writes: Eric S Fraga e.fr...@ucl.ac.uk 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

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

2011-03-29 Thread Matt Lundin
John Hendy jw.he...@gmail.com writes: On Sun, Mar 27, 2011 at 2:37 PM, Samuel Wales samolog...@gmail.com 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

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

[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

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

2011-03-29 Thread Matt Lundin
Bastien b...@altern.org writes: Fred Concklin fredconck...@gmail.com 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

Re: [O] Re: [ANN] Inkmacs

2011-03-29 Thread Suvayu Ali
On Tue, 29 Mar 2011 21:49:16 +0200 Christian Moe m...@christianmoe.com 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.

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 jw.he...@gmail.com writes: On Sun, Mar 27, 2011 at 2:37 PM, Samuel Wales samolog...@gmail.com 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

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 carsten.domi...@gmail.com wrote: --- On Mon, 3/28/11, Carsten Dominik carsten.domi...@gmail.com 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

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 jw.he...@gmail.com writes: On Sun, Mar 27, 2011 at 2:37 PM, Samuel Wales samolog...@gmail.com wrote: That is indeed an excellent solution if you want to add a tag for a todo kw.

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 carsten.domi...@gmail.com wrote: On 29.3.2011, at 23:05, Carsten Dominik wrote: On 29.3.2011, at 20:40, Matt Lundin wrote: John Hendy jw.he...@gmail.com writes: I have a good patch for this lined up - will check it in tomorrow. In fact,

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 carsten.domi...@gmail.com wrote: On 29.3.2011, at 23:05, Carsten Dominik wrote: On 29.3.2011, at 20:40, Matt Lundin wrote: John Hendy jw.he...@gmail.com writes: I have a good patch for

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 carsten.domi...@gmail.com wrote: On 29.3.2011, at 23:48, John Hendy wrote: On Tue, Mar 29, 2011 at 4:15 PM, Carsten Dominik carsten.domi...@gmail.com wrote: On 29.3.2011, at 23:05, Carsten Dominik wrote: On 29.3.2011, at 20:40, Matt Lundin

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

2011-03-29 Thread Suvayu Ali
On Tue, 29 Mar 2011 17:15:05 +0530 Ghanashyam mail.ghanashyam.pra...@gmail.com 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

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

[O] Re: Following links in an indirect buffer

2011-03-29 Thread Matt Lundin
Shaun Johnson sh...@slugfest.demon.co.uk 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

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

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 carsten.domi...@gmail.com wrote: On 29.3.2011, at 23:48, John Hendy wrote: On Tue, Mar 29, 2011 at 4:15 PM, Carsten Dominik carsten.domi...@gmail.com wrote: On 29.3.2011, at 23:05, Carsten

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

2011-03-29 Thread Jambunathan K
Rainer M Krug r.m.k...@gmail.com 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)

[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