Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-23 Thread Thorsten Grothe
Can you please try this patch out and report whether it works or not and whether it causes any other problems? I'm not sure if Bastien is around to vet it, but if it seems to work for you, I can push it and deal with any other breakage later. Seems to work here, the error is gone, very nice

Re: [O] Collecting unique selling proposition (USP) of Org-mode

2014-07-23 Thread Thorsten Jolitz
M elwood...@web.de writes: Von: Karl Voit devn...@karl-voit.at Organisation: www.karl-voit.at Antworten an: Karl Voit news1...@karl-voit.at Datum: Tue, 1 Jul 2014 21:07:32 +0200 An: emacs-orgmode@gnu.org Betreff: Re: [O] Collecting unique selling proposition (USP) of Org-mode I think the

Re: [O] Test failure

2014-07-23 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: Nick Dokos ndo...@gmail.com writes: I just pulled (HEAD is 02f2d5b42aabe9e272a5967ad0483b38750a8392) and got this test failure: [...] Nicolas removed the $ at the end of the regexps identifying LaTeX environments here:

Re: [O] [bug?, org-element] latex-environment delimiters must be at BOL

2014-07-23 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: Note that the maint/master version of org-element--current-element does not including a trailing ^. That's becasue `org-element--current-element' always does the check at the beginning of line. I'm not sure the location of stars matter much in a technical

[O] ODT exporter does not seem to respect quotation mark for list items

2014-07-23 Thread Baptiste
Hi, I do not manage to get all my lists correctly exported in odt. The main point seems the respect of quotation marks … See example below. Thank you, -- ~^v^~ Baptiste - #+TITLE: Test for lists in quotes and Odt export #+AUTHOR: Baptiste #+DATE: 2014-07-23 * Rational =ODT=

Re: [O] Evaluating inline source blocks on export issue

2014-07-23 Thread Nick Dokos
Grant Rettke g...@wisdomandwonder.com writes: Good evening, From [org-scraps] I pasted this example into a buffer: ,—- ━ #+name: square #+begin_src emacs-lisp :var it=0 (* it it) #+end_src Here is a

Re: [O] Emacs with Org 8?

2014-07-23 Thread SabreWolfy
Nicolas Richard theonewiththeevillook at yahoo.fr writes: ... This is because Emacs 24.3.1 was released before Org 8 was released. ... As an aside, where does the sub-minor version number for Emacs originate? I'm running 24.3.1 and the next release is 24.4. However, even though I can't find

Re: [O] Evaluating inline source blocks on export issue

2014-07-23 Thread Grant Rettke
Thanks for looking Thomas and Nick. When I set this and export , | (setq org-export-babel-evaluate t) ` I get the expected result of , | Here is a `16', stuck in the middle of some prose. ` But when I do this and export , | (setq org-export-babel-evaluate 'inline-only)

Re: [O] org-contacts development

2014-07-23 Thread Karl Voit
* Alexis flexibe...@gmail.com wrote: Hi all, Hi! What would be useful would be an 'official', fleshed-out spec for org-contacts data, which handles a greater range of contact-related info. At the moment, for example, my org-contacts file makes use of the properties: #+PROPERTY: LANDLINE

Re: [O] Possible to use src block to generate org headlines for export?

2014-07-23 Thread Brett Viren
Matt Lundin m...@imapmail.org writes: Let's hope the real blog (when I get around to publishing it) is more interesting than the example above. ;) Maybe it would be more convenient to add the meta-ness you want as part of a new exporter process? -Brett. pgpX0dUH7NC9P.pgp Description: PGP

[O] 2014-07-19 Sa .+2d date switching no more working after some time

2014-07-23 Thread Rainer Stengele
Hi, I see a buggy behaviour since upgrading from 8.2 to Org-mode version 8.3beta (release_8.3beta-51-g02f2d5 I have this task: *** TODO [#A] 100 LS :@HOME: SCHEDULED: 2014-07-19

[O] What is Babel's language model?

2014-07-23 Thread Grant Rettke
Good morning, Whenever I learn a new programming language, I want to start by learning about it's language model. The language model explains, among other things, the order of evaluation, eagerness of evaluation, scope, and binding approach. For example the Racket programming language has their

Re: [O] Possible to use src block to generate org headlines for export?

2014-07-23 Thread Matt Lundin
Hi Brett, Brett Viren b...@bnl.gov writes: Matt Lundin m...@imapmail.org writes: Let's hope the real blog (when I get around to publishing it) is more interesting than the example above. ;) Maybe it would be more convenient to add the meta-ness you want as part of a new exporter process?

Re: [O] Possible to use src block to generate org headlines for export?

2014-07-23 Thread Charles Berry
Matt Lundin mdl at imapmail.org writes: [deleted] Footnotes: [fn:1] If one really needs to see the headlines in the original org buffer, a hook can be used to remove the :RESULTS: drawer. --8---cut here---start-8--- (defun

Re: [O] Possible to use src block to generate org headlines for export?

2014-07-23 Thread Rick Frankel
On 2014-07-22 22:35, Matt Lundin wrote: Nick Dokos ndo...@gmail.com writes: In short, is there a more graceful and export-friendly way to use babel to generate org headlines for export? Or is there an easy way to get the export backend to delete the opening part of the drawer (i.e.,

Re: [O] Translations

2014-07-23 Thread David Arroyo Menendez
Bastien b...@gnu.org writes: Hi David, David Arroyo Menendez davi...@gnu.org writes: * Guía Compacta de Org Mode (http://davidam.com/docu/orgguide.es.html y fuentes en worg) This book needs a full review. You may also want to ask on the orgmode mailing list, where there are more

Re: [O] Infinite loop with org-log-done 'time?

2014-07-23 Thread Ethan
Sorry for the late reply. Thanks for the advice Nicolas. Today I tried to reproduce it with the same file and couldn't. However, I have hit the bug (whatever it is) without org-log-done 'time, so I guess that was a red herring. I'll keep an eye on it. Ethan On Fri, Jul 18, 2014 at 3:50 AM,

Re: [O] Infinite loop with org-log-done 'time?

2014-07-23 Thread Ethan
I just noticed that there was a commit 3c14db868574c97eff0eb0df7a72a618d5517292 that might have fixed it. The linked bug report seems to sound very similar to what I experienced. Thanks! http://permalink.gmane.org/gmane.emacs.orgmode/88673 Ethan On Wed, Jul 23, 2014 at 1:03 PM, Ethan

Re: [O] Possible to use src block to generate org headlines for export?

2014-07-23 Thread Matt Lundin
Charles Berry ccbe...@ucsd.edu writes: Matt Lundin mdl at imapmail.org writes: Or wrap the results in a drawer when you type C-c C-c, but render them as raw on export (which removes the drawer and replaces with raw results). Like so: #+header: :results (if (boundp 'backend) raw drawer)

[O] [PATCH] Fix id generation in ox-rss.el

2014-07-23 Thread Matt Lundin
The attached patch fixes a bug in ox-rss.el that causes org-publish to generate IDs in whatever org buffer emacs happens to be currently visiting. I was puzzled why my org files were suddenly filled with hundreds of ID entries. I discovered it happened when I called org publish while visiting

Re: [O] Possible to use src block to generate org headlines for export?

2014-07-23 Thread Brett Viren
Matt Lundin m...@imapmail.org writes: Brett Viren b...@bnl.gov writes: Maybe it would be more convenient to add the meta-ness you want as part of a new exporter process? To change the meta wrappers for code block results, we would have to modify org babel (ob-core.el). Just to be clear

Re: [O] Possible to use src block to generate org headlines for export?

2014-07-23 Thread Matt Lundin
Brett Viren b...@bnl.gov writes: Matt Lundin m...@imapmail.org writes: Brett Viren b...@bnl.gov writes: Maybe it would be more convenient to add the meta-ness you want as part of a new exporter process? To change the meta wrappers for code block results, we would have to modify org

[O] A gentle introduction to Emacs Org-mode?

2014-07-23 Thread Marcin Borkowski
Hi list, this is only partially Org-ode related, but I hope I'll be excused. A friend of mine uses Scrivener; he also does some simple JavaScript/jQuery programming and HTML/CSS editing. He *is* interested in Emacs Org-mode, but does not want to spend more than, say, 2 days on installing,

Re: [O] Translations

2014-07-23 Thread Carlos Sosa
David Arroyo Menendez davi...@gnu.org writes: Bastien b...@gnu.org writes: Hi David, David Arroyo Menendez davi...@gnu.org writes: * Guía Compacta de Org Mode (http://davidam.com/docu/orgguide.es.html y fuentes en worg) This book needs a full review. You may also want to ask on the

Re: [O] A gentle introduction to Emacs Org-mode?

2014-07-23 Thread Thorsten Jolitz
Marcin Borkowski mb...@wmi.amu.edu.pl writes: Hi list, this is only partially Org-ode related, but I hope I'll be excused. A friend of mine uses Scrivener; he also does some simple JavaScript/jQuery programming and HTML/CSS editing. He *is* interested in Emacs Org-mode, but does not want

Re: [O] Collecting unique selling proposition (USP) of Org-mode

2014-07-23 Thread M
Von: Thorsten Jolitz tjol...@gmail.com Datum: Wed, 23 Jul 2014 09:14:10 +0200 An: emacs-orgmode@gnu.org Betreff: Re: [O] Collecting unique selling proposition (USP) of Org-mode https://en.wikipedia.org/wiki/List_of_personal_information_managers OK, the list is there, but it is not

Re: [O] A gentle introduction to Emacs Org-mode?

2014-07-23 Thread Leonard Avery Randall
Hi Marcin I switched from Scrivener to org-mode about 11 months ago. I would say the biggest hurdles were getting used to the key bindings, and configuring the back-ends. The emacs tutorial was fairly useful. For the Org-Mode key bindings, I just printed out the starter pdf and put it next to

Re: [O] A gentle introduction to Emacs Org-mode?

2014-07-23 Thread John Hendy
I learned Emacs from scratch for the sake of Org-mode. - I printed out an Emacs shortcut cheat sheet and tacked it on my cubicle wall. - Basic Orgmode setup is pretty simple. My config, which allows working with R and exporting to various formats: #+begin_src (add-to-list 'load-path

Re: [O] Translations

2014-07-23 Thread Glenn Morris
Carlos Sosa wrote: Who do I send my notes to regarding Guía Compacta de Org Mode? The address was given in rms's initial message: http://lists.gnu.org/archive/html/emacs-devel/2014-07/msg00237.html David Arroyo Menéndez davi...@es.gnu.org has translated into Spanish two manuals

[O] Org-entities-user in caption of Latex export

2014-07-23 Thread Thomas S. Dye
Aloha all, Recently, entities in org-entities-user haven't made it through LaTeX export when they are in a caption. This Org mode snippet: Test \umacron \ocirc \umacron \amacron. #+caption: Test \umacron \ocirc \umacron \amacron. Yields this output: Test \={u} \^{o} \={u} \={a}.

Re: [O] Evaluating inline source blocks on export issue

2014-07-23 Thread Nick Dokos
Grant Rettke g...@wisdomandwonder.com writes: Thanks for looking Thomas and Nick. When I set this and export , | (setq org-export-babel-evaluate t) ` I get the expected result of , | Here is a `16', stuck in the middle of some prose. ` But when I do this and export

Re: [O] Possible to use src block to generate org headlines for export?

2014-07-23 Thread Nick Dokos
Charles Berry ccbe...@ucsd.edu writes: Matt Lundin mdl at imapmail.org writes: [deleted] Footnotes: [fn:1] If one really needs to see the headlines in the original org buffer, a hook can be used to remove the :RESULTS: drawer. --8---cut

[O] Exporting citations come out as citep instead of APA + bibliography not printing

2014-07-23 Thread Paul Harper
I am using Emacs http://www.gnu.org/software/emacs/ 24.4.50.1 (Org http://orgmode.org mode 8.2.7b) I am not getting the bibliography or references I need. I have a references.bib file on Dropbox at /home/felixdz/Dropbox/bibliography/references.bib. I am using Eric Schulte's Starter Kit for Emacs

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-23 Thread Nick Dokos
Thorsten Grothe i...@th-grothe.de writes: Can you please try this patch out and report whether it works or not and whether it causes any other problems? I'm not sure if Bastien is around to vet it, but if it seems to work for you, I can push it and deal with any other breakage later. Seems