Re: [O] How to programmatically use/edit data provided on capture

2014-08-03 Thread Richard Lawrence
Hi Marcin, Marcin Antczak marcin.antc...@neutrico-themes.pl writes: I got capture template with prompts to collect some properties: #+BEGIN_SRC * TODO %\1 / Some task description :PROPERTIES: :NAME: %^{NAME} :END: #+END_SRC My question is: How to get information on user input

Re: [O] Export org-mode buffer to dynamic html document (collapse/expand details)

2014-08-03 Thread M
Von: Eric Abrahamsen e...@ericabrahamsen.net Datum: Fri, 01 Aug 2014 09:04:07 +0800 An: emacs-orgmode@gnu.org Betreff: Re: [O] Export org-mode buffer to dynamic html document (collapse/expand details) Martin Beck elwood...@web.de writes: it would be great if the text below headings

Re: [O] Bug: Export to Latex - Incorrect output for list items starting with left bracket [8.2.3c (8.2.3c-elpa @ /Users/jdegenhardt/.emacs.d/elpa/org-20131115/)]

2014-08-03 Thread Nicolas Goaziou
Hello, Eric S Fraga e.fr...@ucl.ac.uk writes: Sebastien Vauban sva-n...@mygooglest.com writes: Nicolas Goaziou wrote: [...] The question is still open, though: should it be the default? I'd vote for it, for both LaTeX and HTML. Best regards, Seb As would I. Check boxes with

[O] [BUG] Re: error in only text exporter

2014-08-03 Thread Eric Abrahamsen
Xebar Saram zelt...@gmail.com writes: Hi again i really would appreciate any help here (i know im a neewb :) ). all but the text exporter works. can someone guide me on how to start debugging this? This bug was introduced in dd6b4ff -- in `org-ascii-filter-paragraph-spacing', the function

[O] [BUG] Re: error in only text exporter

2014-08-03 Thread Eric Abrahamsen
Xebar Saram zelt...@gmail.com writes: Hi again i really would appreciate any help here (i know im a neewb :) ). all but the text exporter works. can someone guide me on how to start debugging this? This bug was introduced in dd6b4ff -- in `org-ascii-filter-paragraph-spacing', the function

Re: [O] [PATCH] ox-bibtex.el: Extend to use bibtex files not in current, working directory

2014-08-03 Thread Konrad Herbst
Hello, thanks. I am quite new to this. What is about this FSF copyright assignment Bastien mentioned? I filled it and send it to ass...@gnu.org but since then nothing happened. How long does this usually take? Best, Konrad Am 08/02/2014 09:27 PM, schrieb Nicolas Goaziou: Hello, Konrad

[O] mathjax vs. imagemagick

2014-08-03 Thread Joseph Vidal-Rosset
Hello, In order to convert a tikzpicture into html webpage, one needs #+OPTIONS: tex:imagemagick and it means that the other equations are no more converted via Mathjax. Is there a mean to combine the use of imagemagick only for tikzpicture, and keeping the use of Mathjax to read the other

Re: [O] Bug: can not export pdf file [8.2.7c (8.2.7c-elpa @ /Users/mac/.emacs.d/elpa/org-20140730/)]

2014-08-03 Thread Axel Kielhorn
Am 02.08.2014 um 15:32 schrieb 童俊翔 tongjunxi...@gmail.com: Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted

Re: [O] [POLL] Syntax change: make \[...\] non-inline (+1)

2014-08-03 Thread Federico Beffa
5. Existing documents are very easy to fix. Backwards compatibility is important. It has been broken before, for very good reasons, and even though it was done very carefully, it still caused many problems (still does). So I don't buy the very easy to fix part: it will bite somebody two minutes

Re: [O] [PATCH] ox-bibtex.el: Extend to use bibtex files not in current, working directory

2014-08-03 Thread Thomas S. Dye
Aloha Konrad, IIRC, it took my assignment about a month to be completed. All the best, Tom Konrad Herbst k.her...@stud.uni-heidelberg.de writes: Hello, thanks. I am quite new to this. What is about this FSF copyright assignment Bastien mentioned? I filled it and send it to ass...@gnu.org

Re: [O] [POLL] Syntax change: make \[...\] non-inline (+1)

2014-08-03 Thread Nick Dokos
Federico Beffa be...@ieee.org writes: 5. Existing documents are very easy to fix. Backwards compatibility is important. It has been broken before, for very good reasons, and even though it was done very carefully, it still caused many problems (still does). So I don't buy the very easy to fix

Re: [O] [PATCH] ox-bibtex.el: Extend to use bibtex files not in current, working directory

2014-08-03 Thread Nick Dokos
t...@tsdye.com (Thomas S. Dye) writes: Aloha Konrad, IIRC, it took my assignment about a month to be completed. Mine too - I don't remember the details, so don't hold me to it, but I think I found out that it had gone through from Bastien first, rather than the FSF. Eventually, I think I got

Re: [O] [RFC] Rewrite `org-entry-properties' using parser

2014-08-03 Thread John Kitchin
I have used the following approaches in the past: Lisp lists, and use read later to get them. * Some heading :PROPERTIES: :SUBJECT: '(subject1 subject2 subject3) :END: #+BEGIN_SRC emacs-lisp (read (org-entry-get (point) SUBJECT)) #+END_SRC #+RESULTS: | quote | (subject1 subject2

[O] How to disable block evaluation results being wrapped with a single character like =?

2014-08-03 Thread Grant Rettke
Hi, Sometimes block evaluation results are wrapped with a single character like =. When exporting to latex, the results block is lost. How may one force block evaluation always to be wrapped properly for export to latex? org 8.2.7a Kind regards, Grant Rettke | ACM, ASA, FSF, IEEE, SIAM

Re: [O] [BUG] Re: error in only text exporter

2014-08-03 Thread Nicolas Goaziou
Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: This bug was introduced in dd6b4ff -- in `org-ascii-filter-paragraph-spacing', the function body was originally protected by a: (when (wholenump org-ascii-paragraph-spacing) ...) which was taken out, meaning that the default value

Re: [O] [POLL] Syntax change: make \[...\] non-inline (+1)

2014-08-03 Thread Federico Beffa
It's a bit more complicated than that: one upgrades org at some opportune moment, then three months/years/centuries later, tries to use that presentation that worked perfectly before - boom. If you go back and check all your old presentations each time you upgrade org, you are, I would guess,

Re: [O] [POLL] Syntax change: make \[...\] non-inline (+1)

2014-08-03 Thread Nick Dokos
Federico Beffa be...@ieee.org writes: It's a bit more complicated than that: one upgrades org at some opportune moment, then three months/years/centuries later, tries to use that presentation that worked perfectly before - boom. If you go back and check all your old presentations each time

[O] [PATCH] problem with size of inline images

2014-08-03 Thread Joe Corneli
Hello: I've noticed a problem around line 19171 of org.el. The size of images is supposed to be controlled by attributes and by `org-image-actual-width'. But it seems like the use of `when', `save-match-data' and `string-to-number' are in the wrong order in this region, so that `(match-string

Re: [O] ANN: org-vcard. Export/import vCards. Backwards-compatible with org-contacts.el.

2014-08-03 Thread Feng Shu
Alexis flexibe...@gmail.com writes: Hi all, i'm pleased to announce the initial release of org-vcard, a package for Org-based export and import of vCards: * Backwards-compatible with org-contacts.el. org-vcard comes with a built-in contacts style called 'flat', which adheres to

Re: [O] ANN: org-vcard. Export/import vCards. Backwards-compatible with org-contacts.el.

2014-08-03 Thread Feng Shu
Alexis flexibe...@gmail.com writes: * New contacts style: 'tree'. Is this tree style possible? #+begin-comment * People ** Joan Smith :PROPERTIES: :KIND: individual :FIELDTYPE: name :END: *** Cell :PROPERTIES: :FIELDTYPE: cells-folder :END: 999 991 999 992 999

Re: [O] ANN: org-vcard. Export/import vCards. Backwards-compatible with org-contacts.el.

2014-08-03 Thread Alexis
Feng Shu writes: Is it possible support this style? In general, i'd prefer not to implement support /myself/ for everyone's preferred style; the idea is that people implement their own style, including: * the relevant mapping structure which maps Org properties to vCard properties/types; *

Re: [O] How to disable block evaluation results being wrapped with a single character like =?

2014-08-03 Thread Ista Zahn
I'm somewhat confused by the wrapped in = part, but I think you are looking for 'C-h v org-babel-min-lines-for-block-output'. Best, Ista On Sun, Aug 3, 2014 at 3:03 PM, Grant Rettke g...@wisdomandwonder.com wrote: Hi, Sometimes block evaluation results are wrapped with a single character like

[O] cant get org-protocol right

2014-08-03 Thread Stefan Huchler
I tried to setup here org-protocol with firefox, first the docu is very old does refer to gnome 2: http://orgmode.org/worg/org-contrib/org-protocol.html#sec-3-1 So after searching around I found a howto to make the protocol known by apps with a desktop file and the command

Re: [O] What is the best in-Emacs presentation mode for org-files today?

2014-08-03 Thread Eric Schulte
Bastien b...@gnu.org writes: Hi Grant, Grant Rettke g...@wisdomandwonder.com writes: What are you opinions on the best mode for doing: 1. Presentations inside of Emacs 2. Using all the options available for org mode while in the presentation ... org-mode. I've found out that tweaking

Re: [O] [BABEL] Can all languages deal with multi-line headers?

2014-08-03 Thread Eric Schulte
Thorsten Jolitz tjol...@gmail.com writes: Hi List, I wonder if I can assume that all ob-xxx.el languages, even those written before the new parser/exporter framework existed, know how to deal with multi-line headers like: , | #+name: foo | #+header_args: :var x=bar | #+begin_src

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-08-03 Thread Eric Schulte
Nick Dokos ndo...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: Hi List, evaluating this 3 times does not work as expected: , | * A | | #+header: :results raw replace | #+begin_src emacs-lisp | (+ 2 2) | #+end_src | | #+results: | 4 | 4 | 4 `

Re: [O] How does org-babel-post-tangle-hook work?

2014-08-03 Thread Eric Schulte
This says that when the hook is executed, the current buffer (as identified by the `current-buffer' function) will be a buffer visiting the file of the tangled code. Grant Rettke g...@wisdomandwonder.com writes: Hi, In this document

Re: [O] bug in lisp code blocks

2014-08-03 Thread Eric Schulte
Hi Mark, Thanks for the example, I've just pushed up a fix. Best, Eric Mark Scala marksc...@gmail.com writes: Thanks, Bastien, for helping me report this bug more effectively. This email summarizes all the information I have about this bug and how to reproduce it. The problem is that a

Re: [O] [RFC] Rewrite `org-entry-properties' using parser

2014-08-03 Thread Erik Hetzner
Hi John, Thanks for the tips! I have been using this: * Foo :PROPERTIES: :subject: Bar; Baz :END: This allows me to search with subject={Bar}, which is very helpful. But it would be nice if org supported multi-valued properties. Again, though, I don’t know how hard this would be. best,

Re: [O] [RFC] Rewrite `org-entry-properties' using parser

2014-08-03 Thread Aaron Ecay
Hi Erik, 2014ko abuztuak 3an, Erik Hetzner-ek idatzi zuen: Hi John, Thanks for the tips! I have been using this: * Foo :PROPERTIES: :subject: Bar; Baz :END: This allows me to search with subject={Bar}, which is very helpful. But it would be nice if org supported

[O] HTML lists are including paragraphs (lip…/p/li)

2014-08-03 Thread Daniel Clemente
Hi. With latest org I'm getting lip…/p/li, which makes no sense; it should be li…/li Aren't there tests to find this type of breakages in export? Example: - hola - uno - dos - tres Is exported to: ul class=org-ul lip hola /p /li lip uno /p ul class=org-ul lidos /li /ul /li lip tres /p