Re: [O] Blank equation when exported to HTML using dvipng

2012-05-28 Thread Richard Stanton
From: Puneeth Chaganti [mailto:puncha...@gmail.com] Sent: Sunday, May 27, 2012 10:48 PM To: Richard Stanton Subject: Re: [O] Blank equation when exported to HTML using dvipng On Mon, May 28, 2012 at 11:13 AM, Richard Stanton stan...@haas.berkeley.edu wrote: Here's a very simple ORG file:

[O] [bug] org-e-html reference to undefined org-export-coding-system

2012-05-28 Thread Eric S Fraga
Hello, with org from git as of a few minutes ago, I cannot load org. I get the following backtrace when I start emacs with --debug-init: , | Debugger entered--Lisp error: (void-variable org-export-coding-system) | eval(org-export-coding-system) |

Re: [O] [bug] org-e-html reference to undefined org-export-coding-system

2012-05-28 Thread Nicolas Goaziou
Hello, Eric S Fraga e.fr...@ucl.ac.uk writes: with org from git as of a few minutes ago, I cannot load org. I get the following backtrace when I start emacs with --debug-init: , | Debugger entered--Lisp error: (void-variable org-export-coding-system) | eval(org-export-coding-system)

Re: [O] [bug] org-e-html reference to undefined org-export-coding-system

2012-05-28 Thread Eric Fraga
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric S Fraga e.fr...@ucl.ac.uk writes: with org from git as of a few minutes ago, I cannot load org. I get the following backtrace when I start emacs with --debug-init: , | Debugger entered--Lisp error: (void-variable

Re: [O] Losing tabs when tangling or editing

2012-05-28 Thread Thomas S. Dye
Michael Hannon jm_han...@yahoo.com writes: Greetings.  I was trying to set up a little demo in which I included a Makefile inside a sh source-code block in an Org-mode file, then tangled the file and ran make on the tangled file (either in the actual shell or in another sh block in Org). It

Re: [O] [bug] org-e-html reference to undefined org-export-coding-system

2012-05-28 Thread Achim Gratz
Nicolas Goaziou writes: (require 'org-e-html ./org-e-html.el) in contrib/lisp/org-export.el, I can start up properly although I imagine exporting to html won't work with the new exporter... I fixed it (with a temporary kludge) a few minutes ago. Could you pull again and tell me if it's

Re: [O] [bug] org-e-html reference to undefined org-export-coding-system

2012-05-28 Thread Nicolas Goaziou
Hello, Achim Gratz strom...@nexgo.de writes: Please leave out the path element from your requires. Leave it to the user to set up the load-path correctly. With the new Makefile, the correct way to activate the new exporter is to simply copy or link it into lisp/. Done. Regards, --

Re: [O] Blank equation when exported to HTML using dvipng

2012-05-28 Thread Nick Dokos
Richard Stanton stan...@haas.berkeley.edu wrote: ... So now I can see what the problem is, but how do I tell org-mode to call latex with the -shell-escape flag? You can customize org-latex-to-pdf-process (or org-e-latex-pdf-process[fn:1] if you are using the new exporter). In my case, I

[O] Pipe character in a table cell?

2012-05-28 Thread Daniel E . Doherty
All, I would like to put a string with an embedded pipe character in the cell. The idea is to display regular expressions, which inevitably contain pipe characters. I've tried /one|two/, one\|two, one|two, and even one\|two, but they all split the entry into two cells. Is there anyway to

Re: [O] Pipe character in a table cell?

2012-05-28 Thread Jambunathan K
Daniel E. Doherty ded-...@ddoherty.net writes: All, I would like to put a string with an embedded pipe character in the cell. The idea is to display regular expressions, which inevitably contain pipe characters. I've tried /one|two/, one\|two, one|two, and even one\|two, but they all

Re: [O] Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto

2012-05-28 Thread Orlando
Ian Barton lists at wilkesley.net writes: On 26/05/12 20:00, Orlando López D. wrote: I configured emacs org-mode on a Mac, working properly, having my org files and MobileOrg file within my DropBox folder ( ~/DropBox/ ). Now, I will like to get my emacs setup working properly on my

[O] open a source code

2012-05-28 Thread Petro
Hi all. If I open a python code using C-c ', emacs window splits into two. One with with python mode and another with org mode. How can I prevent splitting and make python window full screen? Thanks. Petro.

[O] source code folding

2012-05-28 Thread Petro Khoroshyy
Hi all. I can fold source code block using TAB key on begin_src block. Is there a shortcut to do it within source code block, without navigation to begin_src line? Thanks. Petro.

Re: [O] Pipe character in a table cell?

2012-05-28 Thread Daniel E . Doherty
KJ, Thanks. I had not noticed that little footnote in the Org manual. This allows me to read and display the regular expression, so that's progress. I am a bit concerned about the fate of a naive user who comes to editing the thing, but how naive can you be if your editing regular expressions,

Re: [O] source code folding

2012-05-28 Thread Puneeth Chaganti
On Mon, May 28, 2012 at 8:42 PM, Petro Khoroshyy khoros...@gmail.com wrote: Hi all. I can fold source code block using TAB key on begin_src block. Is there a shortcut to do it within source code block, without navigation to begin_src line? I'm not sure there's such a short cut, but you can

Re: [O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-05-28 Thread Matt Lundin
Hi Bastien, Bastien b...@altern.org writes: Matt Lundin m...@imapmail.org writes: This is a problematic patch. On my machine, it causes duplicate entries to show up in the agenda. The reason, I believe, is because org-agenda-add-time-grid-maybe takes the list of agenda items and returns

Re: [O] source code folding

2012-05-28 Thread Memnon Anon
Puneeth Chaganti puncha...@gmail.com writes: I'm not sure there's such a short cut, but you can define one for yourself. A simple function (without any sort of error checking) like the one below can be bound to a key-binding of your choice.

Re: [O] open a source code

2012-05-28 Thread Eric Schulte
Petro khoros...@gmail.com writes: Hi all. If I open a python code using C-c ', emacs window splits into two. One with with python mode and another with org mode. How can I prevent splitting and make python window full screen? Thanks. Petro. Hi Petro, Customize the

Re: [O] Why doesn't this calc org-babel code work?

2012-05-28 Thread Eric Schulte
Christopher Allan Webber cweb...@dustycloud.org writes: I guess what I'm saying is that assignment would be really nice. However, I'm now seeing that this would take a lot of work. What I'd really like to do is something like the following: # Total BS financial projection, don't read into

Re: [O] open a source code

2012-05-28 Thread Memnon Anon
Petro khoros...@gmail.com writes: If I open a python code using C-c ', emacs window splits into two. One with with python mode and another with org mode. How can I prevent splitting and make python window full screen? Good question, lets check the docs: F1 i, d, m org TAB RET. Working with

Re: [O] [babel, patch] ob-octave does not catch EOE from matlabShell on MS Windows

2012-05-28 Thread Eric Schulte
Mikhail Titov m...@gmx.us writes: -Original Message- From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- bounces+mlt=gmx...@gnu.org] On Behalf Of Mikhail Titov Sent: Friday, May 25, 2012 11:31 AM To: emacs-orgmode@gnu.org Subject: Re: [O] [babel] ob-octave does not

Re: [O] source code folding

2012-05-28 Thread Eric Schulte
Petro Khoroshyy khoros...@gmail.com writes: Hi all. I can fold source code block using TAB key on begin_src block. Is there a shortcut to do it within source code block, without navigation to begin_src line? Thanks. Petro. Hi Petro, Such functionality is not provided by default, but the

Re: [O] [babel, patch] ob-octave does not catch EOE from matlabShell on MS Windows

2012-05-28 Thread Achim Gratz
Eric Schulte writes: Thanks for sending along the patch and the variable re-definition. If I understand correctly then the patch should be applied for any system, but the variable definition need only be applied on windows systems. Is that correct? The variable re-definition seems to be be

[O] Bug in selective export when selected heading follows excluded heading

2012-05-28 Thread Hsiu-Khuern Tang
(Adding the [O] tag to the subject line -- sorry for the re-post) Hi, Here's an input file, a.org: #+OPTIONS: toc:nil #+EXPORT_EXCLUDE_TAGS: exclude #+EXPORT_SELECT_TAGS: include * chap1 ** sec1

[O] Exporting via babel to LaTeX

2012-05-28 Thread John Hendy
I've only ever used src blocks to make plots or create files to include. I have my first opportunity to actually try and include both code and results and have a question about spacing. You won't have my data, but this is pretty simple stuff.: #+begin_src R :session basic :results output :exports

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread Achim Gratz
John Hendy writes: This gives really, really spaced out results. I'd prefer output that looks more like an R terminal output, which can be done by not putting code and results in separate verbatim blocks. It seems to me that this constitutes a feature request to export the complete session

Re: [O] List all habits with consistency graph

2012-05-28 Thread Max Mikhanosha
Hi Henning, At Wed, 21 Mar 2012 12:08:17 +0100, Henning Weiss wrote: I tried using a skip function to create an agenda that only contains habits following this post. To display habits that are not scheduled for today, I enabled org-habit-show-habits-only-for-today. This made it possible for

[O] date added into logbook?

2012-05-28 Thread Michael Gilbert
Hi all — I've been slowly studying LISP to the point where I can at least READ some of the code written by the amazing people in the Org-Mode community, but I'm not yet at the point where I am willing to try to write to much myself, especially given my need to learn much more about the

Re: [O] date added into logbook?

2012-05-28 Thread John Hendy
On Mon, May 28, 2012 at 2:01 PM, Michael Gilbert m...@gilbert.org wrote: Hi all — [snip] I have a desire to better track the history of notes and tasks, as they get created, refiled, etc. This involves several elements, but one of them involves a piece that I've wanted for a while: a way

[O] Default description in C-c C-l

2012-05-28 Thread François Pinard
Hi, Org people. When I save a heading with C-C l, a later insertion using C-c C-l recovers the heading as the default description. Which is nice! When I position the cursor at the beginning of the Org buffer, before any heading, usually on the #+TITLE line, before doing C-c l, there is no

Re: [O] Blank equation when exported to HTML using dvipng

2012-05-28 Thread Richard Stanton
In my init.el, I have (setq org-latex-to-pdf-process '(pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f

[O] org-babel clojure support outdated/not working

2012-05-28 Thread kima VCRP
Hello Org-people. After using org-mode for organisation, I came around org-babel and it's capabilities of literate programming. I will do some literate programming with clojure in the future and wanted to use org-babel with clojure, but the instructions at

Re: [O] Losing tabs when tangling or editing

2012-05-28 Thread Michael Hannon
Thomas S. Dye t...@tsdye.com wrote: Greetings.  I was trying to set up a little demo in which I included a Makefile inside a sh source-code block in an Org-mode file, then tangled the file and ran make on the tangled file (either in the actual shell or in another sh block in Org). It

[O] Latex export : newlines in footnotes.

2012-05-28 Thread Jonathan BISSON
Hello, When I try to export my org file using latest git (1 month ago version got this problem too) to a tex file, I have problems with footnotes. * Orgfile Hello [fn:foo: bar] - Latex Output Hello \footnote{bar } So I got a newline after bar, which causes big troubles in tables as the

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread Thomas S. Dye
John Hendy jw.he...@gmail.com writes: I've only ever used src blocks to make plots or create files to include. I have my first opportunity to actually try and include both code and results and have a question about spacing. You won't have my data, but this is pretty simple stuff.:

Re: [O] date added into logbook?

2012-05-28 Thread Michael C Gilbert
On May 28, 2012, at 12:56 PM, John Hendy wrote: On Mon, May 28, 2012 at 2:01 PM, Michael Gilbert m...@gilbert.org wrote: I have a desire to better track the history of notes and tasks, as they get created, refiled, etc. This involves several elements, but one of them involves a piece that

Re: [O] org-export-preprocess-hook and the new exporter

2012-05-28 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric S Fraga e.fr...@ucl.ac.uk writes: This is probably more for Nicolas... and apologies for hijacking the thread slightly! I was intrigued by the comment above regarding the ignoreheading tag. Sounded just like what I needed.

Re: [O] date added into logbook?

2012-05-28 Thread John Hendy
On Mon, May 28, 2012 at 4:58 PM, Michael C Gilbert m...@gilbert.org wrote: On May 28, 2012, at 12:56 PM, John Hendy wrote: On Mon, May 28, 2012 at 2:01 PM, Michael Gilbert m...@gilbert.org wrote: I have a desire to better track the history of notes and tasks, as they get created, refiled,

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread John Hendy
On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye t...@tsdye.com wrote: John Hendy jw.he...@gmail.com writes: I've only ever used src blocks to make plots or create files to include. I have my first opportunity to actually try and include both code and results and have a question about spacing.

Re: [O] List all habits with consistency graph

2012-05-28 Thread John Wiegley
Max Mikhanosha m...@openchat.com writes: In fact I kind of like it, so wondering maybe it should be made `t' by default? Please no. I do not want to be overwhelmed by seeing all of my habits every day, since that defeats the whole purpose of Org-mode for me: reducing overwhelm. Thanks, John

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread John Hendy
On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye t...@tsdye.com wrote: John Hendy jw.he...@gmail.com writes: I've only ever used src blocks to make plots or create files to include. I have my first opportunity to actually try and include both code and results and have a question about spacing.

Re: [O] Blank equation when exported to HTML using dvipng

2012-05-28 Thread Nick Dokos
Richard Stanton stan...@haas.berkeley.edu wrote: In my init.el, I have (setq org-latex-to-pdf-process '(pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f pdflatex

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread Thomas S. Dye
John Hendy jw.he...@gmail.com writes: On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye t...@tsdye.com wrote: John Hendy jw.he...@gmail.com writes: I've only ever used src blocks to make plots or create files to include. I have my first opportunity to actually try and include both code and

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread Thomas S. Dye
John Hendy jw.he...@gmail.com writes: On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye t...@tsdye.com wrote: John Hendy jw.he...@gmail.com writes: I've only ever used src blocks to make plots or create files to include. I have my first opportunity to actually try and include both code and

Re: [O] Smart quotes

2012-05-28 Thread Mark E. Shoulson
On 05/26/2012 02:48 AM, Nicolas Goaziou wrote: Hello, Mark E. Shoulsonm...@kli.org writes: The regexp may be able to tell level 1 from level 2 quotes. Do you mean that the author would use the same characters for both first and second level quotes, and the regexp would be smart enough to

Re: [O] org-export-preprocess-hook and the new exporter

2012-05-28 Thread Eric S Fraga
Thomas S. Dye t...@tsdye.com writes: [...] Aloha Nicolas, Has org-e-latex-translate-table gone away? I get: Symbol's value as variable is void: org-e-latex-translate-table I tried grepping the source code for it, but came up empty there, too. Tom, Nicolas typed in the wrong variable

[O] [bug] [babel] org-reload doesn't use full emacs load-path?

2012-05-28 Thread Eric S Fraga
Hello, I have my own org babel language implementations (very specific languages for my own software). One of these is called Jacaranda and the org babel file is ob-jacaranda.el, as one would expect. I activate jacaranda support in org babel using (org-babel-do-load-languages

Re: [O] org-export-preprocess-hook and the new exporter

2012-05-28 Thread Thomas S. Dye
Eric S Fraga e.fr...@ucl.ac.uk writes: Thomas S. Dye t...@tsdye.com writes: [...] Aloha Nicolas, Has org-e-latex-translate-table gone away? I get: Symbol's value as variable is void: org-e-latex-translate-table I tried grepping the source code for it, but came up empty there, too.

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread Thomas S. Dye
John Hendy jw.he...@gmail.com writes: On Mon, May 28, 2012 at 6:35 PM, Thomas S. Dye t...@tsdye.com wrote: John Hendy jw.he...@gmail.com writes: On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye t...@tsdye.com wrote: John Hendy jw.he...@gmail.com writes: I've only ever used src blocks to make

[O] [bug] org-habit-show-all-today undefined

2012-05-28 Thread Eric S Fraga
With the most recent update to org, , | Author: Max Mikhanosha m...@openchat.com | Date: Mon May 28 14:55:32 2012 -0400 | | Add ability to show all (even unscheduled) habits on today agenda, by | setting `org-habit-show-all-today' to t. | | * lisp/org-agenda.el (defvar

Re: [O] Losing tabs when tangling or editing

2012-05-28 Thread Michael Hannon
Michael Hannon jm_han...@yahoo.com wrote: Thomas S. Dye t...@tsdye.com wrote: Greetings.  I was trying to set up a little demo in which I included a Makefile inside a sh source-code block in an Org-mode file, then tangled the file and ran make on the tangled file (either in the actual shell

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread John Hendy
On Mon, May 28, 2012 at 10:29 PM, Thomas S. Dye t...@tsdye.com wrote: John Hendy jw.he...@gmail.com writes: On Mon, May 28, 2012 at 6:35 PM, Thomas S. Dye t...@tsdye.com wrote: John Hendy jw.he...@gmail.com writes: On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye t...@tsdye.com wrote: John

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread Thomas S. Dye
John Hendy jw.he...@gmail.com writes: On Mon, May 28, 2012 at 10:29 PM, Thomas S. Dye t...@tsdye.com wrote: John Hendy jw.he...@gmail.com writes: On Mon, May 28, 2012 at 6:35 PM, Thomas S. Dye t...@tsdye.com wrote: John Hendy jw.he...@gmail.com writes: On Mon, May 28, 2012 at 4:32 PM,

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread John Hendy
On Mon, May 28, 2012 at 6:35 PM, Thomas S. Dye t...@tsdye.com wrote: John Hendy jw.he...@gmail.com writes: On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye t...@tsdye.com wrote: John Hendy jw.he...@gmail.com writes: I've only ever used src blocks to make plots or create files to include. I

[O] [PATCH] Add \asciicirc entity

2012-05-28 Thread Mark E. Shoulson
Per prior emails, added \asciicirc entity in org-entities.el, to expand to ascii "^" character, or \textasciicirc in LaTeX. Also fixed bug a few lines earlier, wherein \circ (org entity) would expand to \circ (latex entity) in LaTeX export, even though the former

[O] MobileOrg for Android 0.9 Released

2012-05-28 Thread Matthew Jones
I'd like to let the org-mode community know that we have released version 0.9. There have been many changes since the last time I announced a release and we've gone through a lot of changes. We also now have a Google+ page: https://plus.google.com/u/0/101083268903948579162 and our own Google

Re: [O] List all habits with consistency graph

2012-05-28 Thread Matt Lundin
Max Mikhanosha m...@openchat.com writes: I implemented the above functionality, and pushed it to master. There is new customization variable `org-habit-show-all-today' which when set to t, will show all habits (even if they are scheduled for the future) on today's agenda. This will come in