Re: [O] [PATCH] Add \asciicirc entity

2012-05-28 Thread Nicolas Goaziou
Hello, "Mark E. Shoulson" writes: > 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 t

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread Thomas S. Dye
John Hendy writes: > On Mon, May 28, 2012 at 10:29 PM, Thomas S. Dye wrote: >> John Hendy writes: >> >>> On Mon, May 28, 2012 at 6:35 PM, Thomas S. Dye wrote: John Hendy writes: > On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote: >> John Hendy writes: >> >>> I'

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 wrote: > John Hendy writes: > >> On Mon, May 28, 2012 at 6:35 PM, Thomas S. Dye wrote: >>> John Hendy writes: >>> On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote: > John Hendy writes: > >> I've only ever used src blocks to

Re: [O] Losing tabs when tangling or editing

2012-05-28 Thread Michael Hannon
Michael Hannon wrote: > >Thomas S. Dye 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

[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 | 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 org-habit-show-all-to

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread Thomas S. Dye
John Hendy writes: > On Mon, May 28, 2012 at 6:35 PM, Thomas S. Dye wrote: >> John Hendy writes: >> >>> On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote: John Hendy writes: > I've only ever used src blocks to make plots or create files to > include. I have my first oppor

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

2012-05-28 Thread Thomas S. Dye
Eric S Fraga writes: > "Thomas S. Dye" 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, > > Nicol

Re: [O] List all habits with consistency graph

2012-05-28 Thread Matt Lundin
Max Mikhanosha 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 handy for cus

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

[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

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 wrote: > John Hendy writes: > >> On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote: >>> John Hendy 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 inc

[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 'org-babel-load-la

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

2012-05-28 Thread Eric S Fraga
"Thomas S. Dye" 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 name; chan

Re: [O] "Smart" quotes

2012-05-28 Thread Mark E. Shoulson
On 05/26/2012 02:48 AM, Nicolas Goaziou wrote: Hello, "Mark E. Shoulson" 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 distinguish w

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread Thomas S. Dye
John Hendy writes: > On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote: >> John Hendy 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 spacin

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread Thomas S. Dye
John Hendy writes: > On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote: >> John Hendy 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 spacin

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

2012-05-28 Thread Nick Dokos
Richard Stanton 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 -shell-escape -inte

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 wrote: > John Hendy 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

Re: [O] List all habits with consistency graph

2012-05-28 Thread John Wiegley
> Max Mikhanosha 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 wrote: > John Hendy 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

Re: [O] date added into logbook?

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

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

2012-05-28 Thread Thomas S. Dye
Nicolas Goaziou writes: > Hello, > > Eric S Fraga 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. However, it doesn't do anythin

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 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 I've wan

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread Thomas S. Dye
John Hendy 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.: > > #+begin_src R :session

[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] Losing tabs when tangling or editing

2012-05-28 Thread Michael Hannon
Thomas S. Dye 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 appe

[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 http://orgmode.org/worg/org-contrib/babel/

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

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

Re: [O] date added into logbook?

2012-05-28 Thread John Hendy
On Mon, May 28, 2012 at 2:01 PM, Michael Gilbert 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 to keep the

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

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 possib

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 t

[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

[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

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

Re: [O] source code folding

2012-05-28 Thread Eric Schulte
Petro Khoroshyy 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 `org-hide-b

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

2012-05-28 Thread Eric Schulte
"Mikhail Titov" 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 n

Re: [O] open a source code

2012-05-28 Thread Memnon Anon
Petro 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 source code,

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

2012-05-28 Thread Eric Schulte
Christopher Allan Webber 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 this at all > #+BE

Re: [O] open a source code

2012-05-28 Thread Eric Schulte
Petro 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 `org-src-window-setup' variabl

Re: [O] source code folding

2012-05-28 Thread Memnon Anon
Puneeth Chaganti 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] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-05-28 Thread Matt Lundin
Hi Bastien, Bastien writes: > Matt Lundin 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 that list with time-grid s

Re: [O] source code folding

2012-05-28 Thread Puneeth Chaganti
On Mon, May 28, 2012 at 8:42 PM, Petro Khoroshyy 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 define one for you

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,

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

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

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

2012-05-28 Thread Orlando
Ian Barton 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 W

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

2012-05-28 Thread Jambunathan K
Daniel E. Doherty 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 split the entry

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

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

2012-05-28 Thread Nick Dokos
Richard Stanton 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 have , | org-late

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

2012-05-28 Thread Nicolas Goaziou
Hello, Achim Gratz 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, -- Nicolas Goaziou

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 m

Re: [O] Losing tabs when tangling or editing

2012-05-28 Thread Thomas S. Dye
Michael Hannon 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 appears t

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

2012-05-28 Thread Eric Fraga
Nicolas Goaziou writes: > Hello, > > Eric S Fraga 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

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

2012-05-28 Thread Nicolas Goaziou
Hello, Eric S Fraga 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) > | custo

[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) | custom-initialize-reset(org-e-html-coding