[O] Bug: org-babel inserts a spurious comma

2012-11-02 Thread Elias Pipping
Hi, please consider the following file: SNIP #+begin_src c++ int main() { f(a, *b); } #+end_src SNAP Calling `org-edit-src-code' on the code block shows it as follows: SNIP int main() { f(a, *b); } SNAP Exiting that mode again (through `org-edit-src-exit`) changes the

Re: [O] Bug: org-babel inserts a spurious comma

2012-11-02 Thread Nicolas Goaziou
Hello, Elias Pipping pipp...@lavabit.com writes: Note how there's now a comma that shouldn't be there. That comma is never displayed in the mode that is entered through `org-edit-src-code`, though. See section: 11.3 Literal examples. In particular, footnote 4. Regards, -- Nicolas Goaziou

Re: [O] Bug: org-babel inserts a spurious comma

2012-11-02 Thread Elias Pipping
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Elias Pipping pipp...@lavabit.com writes: Note how there's now a comma that shouldn't be there. That comma is never displayed in the mode that is entered through `org-edit-src-code`, though. See section: 11.3 Literal examples. In

[O] [PATCH] Capture: Expand keyword within %(SEXP) in template

2012-11-02 Thread Ryo TAKAISHI
* lisp/org-capture.el: If %(SEXP) has %:keyword, expand it using org-store-link-plist. I want to expand %:description keyword in sexp %(func %:description). But if org-capture template is %(function %:keyword), function take a symbol %:keyword, it does'nt expand. This patch expand %:keyword

[O] Regarding org-ehtml feature not working

2012-11-02 Thread Nitin Agarwal
Hi, When i tried the org mode files to view as editable web page again on different pc from scratch then the elnode server is working fine.i have tested my elnode serve using the test-handler function.but after installing the org-plus-20120928 and org-ehtml package i am not able to view the the

Re: [O] [PATCH] Capture: Expand keyword within %(SEXP) in template

2012-11-02 Thread Nicolas Goaziou
Hello, Thanks for your patch. Here are a few comments about it. Ryo TAKAISHI ryo.takaish...@gmail.com writes: * lisp/org-capture.el: If %(SEXP) has %:keyword, expand it using org-store-link-plist. I want to expand %:description keyword in sexp %(func %:description). But if org-capture

Re: [O] Regarding org-ehtml feature not working

2012-11-02 Thread Eric Schulte
I don't understand what exactly is wrong. Please post step-by-step instructions so that I can reproduce the problem locally. Thanks, Nitin Agarwal nitinagarwal3...@gmail.com writes: Hi, When i tried the org mode files to view as editable web page again on different pc from scratch then

Re: [O] [PATCH] Capture: Expand keyword within %(SEXP) in template

2012-11-02 Thread Ryo TAKAISHI
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Thanks for your patch. Here are a few comments about it. Ryo TAKAISHI ryo.takaish...@gmail.com writes: * lisp/org-capture.el: If %(SEXP) has %:keyword, expand it using org-store-link-plist. I want to expand %:description keyword in

Re: [O] [PATCH] Capture: Expand keyword within %(SEXP) in template

2012-11-02 Thread Nicolas Goaziou
Ryo TAKAISHI ryo.takaish...@gmail.com writes: I did'nt come up with to use it. But %(func %:description) or %(func (plist-get org-store-link-plist :description)), I think the former is readble template than the latter. Probably, but it's also more error-prone. For example, your code

Re: [O] [PATCH] Capture: Expand keyword within %(SEXP) in template

2012-11-02 Thread Ryo TAKAISHI
Nicolas Goaziou n.goaz...@gmail.com writes: Ryo TAKAISHI ryo.takaish...@gmail.com writes: I did'nt come up with to use it. But %(func %:description) or %(func (plist-get org-store-link-plist :description)), I think the former is readble template than the latter. Probably, but it's also

Re: [O] Regarding org-ehtml feature not working

2012-11-02 Thread Eric Schulte
Please try following the steps listed in this README file. https://github.com/eschulte/org-ehtml Note that they do *not* include starting a server with elnode-make-webserver. I believe that your problems is that elnode-make-webserver is creating a server which simply serves the files for

[O] store-link behavior

2012-11-02 Thread Thomas S. Dye
Aloha all, A pleasant feature of AucTeX is the context sensitive facility for inserting cross references. So, having the cursor at the end of this text, (fig., and pressing shortcut sequence gets a list of labeled figure environments in a document, from which the correct one can be chosen. Is

[O] [PATCH] Nicer fontification for org-todo-list

2012-11-02 Thread Ingo Lohmar
Hi all, recently I was bothered by a very minor thing in my custom agenda: the headline showing the keywords is always using the warning face for the selected keyword(s), instead of the proper faces used to display to them everywhere else. Attached is a patch that changes this that should work

Re: [O] [PATCH] Nicer fontification for org-todo-list

2012-11-02 Thread Ingo Lohmar
Apart from a spurious to in my explanation, I should clarify: This is a patch to org-todo-list in org-agenda.el.

[O] Bug: Deep refile doesn't work [7.9.2 (release_7.9.2-561-g6b6330-git @ org-loaddefs.el can not be found!)]

2012-11-02 Thread Ole Myren Rohne
Hi, I expect to be able to C-c C-w, select some node a few levels down inside another file, and my node should land there. Instead I get the message Please save the buffer to a file before refiling, and the target file is not updated. I've configured at least two refile-variables that might be

[O] end-of-line test fails

2012-11-02 Thread Skip Collins
When compiling the latest git version with make up2, the end-of-line test fails, giving the following output: begin output Test test-org/end-of-line backtrace: signal(ert-test-failed (((should-not (org-test-with-temp-text #+BEG ert-fail(((should-not (org-test-with-temp-text

[O] Capture template -- Global replacement of prompt string in buffer?

2012-11-02 Thread Michael Baum
I'm not sure (because I didn't understand what was going on) if this is the same question that Sebastian Fischmeister asked earlier (Custom escapes the evaluation order in fill-template), but is it possible to construct a capture template using something like the %{prompt} that replaces _all_

[O] (new exporter) itemized lists converted from deep headlines should not be numbered

2012-11-02 Thread Hsiu-Khuern Tang
Hi all, Under the new exporter, if I export this to ascii: -- #+TITLE: #+AUTHOR: #+OPTIONS: H:1 num:t toc:nil * First level ** Second level Something -- I get -- 1 First level = * 1.1

Re: [O] Bug: Deep refile doesn't work [7.9.2 (release_7.9.2-561-g6b6330-git @ org-loaddefs.el can not be found!)]

2012-11-02 Thread Thomas S. Dye
Aloha Ole, Something is wrong with your setup. See the message about org-loaddefs.el not being found. I don't pretend to understand the Org build system, but using Org from git on my Mac I had to modify local.mk to ensure that the old emacs that ships with the Mac wasn't found when Org was

[O] Bug in new exporter: source block messes up list hierarchy

2012-11-02 Thread Hsiu-Khuern Tang
Hi all, Under the new exporter, if I export this to ascii: -- #+TITLE: #+AUTHOR: #+OPTIONS: toc:nil * A 1. this 1. something #+begin_src r a - 1 #+end_src 2. other -- I get

[O] OSX to PDF: Minimal Install

2012-11-02 Thread Nathan Neff
Hello, I'd like to convert org-mode documents to PDF using the exporter, on OSX, but it appears that I'd have to download MacTex which is a 2GB download. Is there anything smaller that I could download in order to be able to export org documents to PDF? Thanks, --Nate

Re: [O] OSX to PDF: Minimal Install

2012-11-02 Thread Chris Malone
Hi Nathan, As you've discovered, the PDF export option uses (pdf)LaTeX. There are several ports of LaTeX available, although I'm not sure which is the most minimal. If you are using some package manager like MacPorts or homebrew, you might check there for some LaTeX distribution, usually

Re: [O] OSX to PDF: Minimal Install

2012-11-02 Thread Jambunathan K
Nathan Neff nathan.n...@gmail.com writes: Hello, I'd like to convert org-mode documents to PDF using the exporter, on OSX, but it appears that I'd have to download MacTex which is a 2GB download. Is there anything smaller that I could download in order to be able to export org documents

Re: [O] OSX to PDF: Minimal Install

2012-11-02 Thread Nick Dokos
Jambunathan K kjambunat...@gmail.com wrote: Nathan Neff nathan.n...@gmail.com writes: Hello, I'd like to convert org-mode documents to PDF using the exporter, on OSX, but it appears that I'd have to download MacTex which is a 2GB download. Is there anything smaller that I could

Re: [O] Bug in new exporter: source block messes up list hierarchy

2012-11-02 Thread Hsiu-Khuern Tang
Please ignore this, the problem does not occur using the latest git source. -- Best, Hsiu-Khuern.

Re: [O] (new exporter) itemized lists converted from deep headlines should not be numbered

2012-11-02 Thread Hsiu-Khuern Tang
* On Fri 11:22AM, 02 Nov 2012, Hsiu-Khuern Tang (tan...@gmail.com) wrote: I get -- 1 First level = * 1.1 Second level Something -- I'd prefer * Second level without the 1.1 label, just like with the old

Re: [O] OSX to PDF: Minimal Install

2012-11-02 Thread Axel E. Retif
On 11/02/2012 12:54 PM, Nathan Neff wrote: Hello, I'd like to convert org-mode documents to PDF using the exporter, on OSX, but it appears that I'd have to download MacTex which is a 2GB download. Is there anything smaller that I could download in order to be able to export org documents to

[O] [ANN] e-icalendar back-end

2012-11-02 Thread Nicolas Goaziou
Hello, I've just pushed a new (and probably very buggy) iCalendar back-end for org-export.el. To install it: (require 'org-e-icalendar) It should then be available under `org-export-dispatch' menu. There's also a function to write current agenda view to a calendar, but it isn't hooked

Re: [O] OSX to PDF: Minimal Install

2012-11-02 Thread Jambunathan K
Nick Dokos nicholas.do...@hp.com writes: Jambunathan K kjambunat...@gmail.com wrote: Nathan Neff nathan.n...@gmail.com writes: Hello, I'd like to convert org-mode documents to PDF using the exporter, on OSX, but it appears that I'd have to download MacTex which is a 2GB download.