Re: [O] Opening an Org file slowed down

2013-11-28 Thread Nicolas Richard
Achim Gratz writes: > I've had a brief look at this. It seems that some of the differences > are due to elp instrumenting a much larger range of functions when > org-mode has already initialized vs. when only org-version had been > called. > Once that is out of the equation, there isn't any diff

[O] Bug: LaTeX block above first heading ignored by latex exporter [8.2.3c (release_8.2.3c-308-gc811bb @ /home/rob/sw/org-mode/lisp/)]

2013-11-28 Thread Rob Stewart
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 to the Org-mode mailing list. -

[O] freemind export bug

2013-11-28 Thread Jan-Mark Batke
Hi, using the freemind exporter I got the error : org-freemind-export-to-freemind: Symbol's function definition is void: \, so I removed the "," in this function. :org-export-to-file 'freemind ,file to :org-export-to-file 'freemind file Now it does work. Best Jan-Mark -- Jan-Mark Batke bad...

Re: [O] freemind export bug

2013-11-28 Thread Nicolas Goaziou
Hello, Jan-Mark Batke writes: > Hi, > using the freemind exporter I got the error > > : org-freemind-export-to-freemind: Symbol's function definition is void: \, > > so I removed the "," in this function. > > :org-export-to-file 'freemind ,file > to > :org-export-to-file 'freemind file > > Now i

Re: [O] Bug when cycling

2013-11-28 Thread Nicolas Goaziou
Hello, Bastien writes: > Bastien writes: > >> with latest master and the file below, hitting TAB at the beginning >> of the headline will produce the attached backtrace. > > I just fixed this: > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=c811bb Thank you. Regards, -- Nicolas Goazi

Re: [O] Bug: LaTeX block above first heading ignored by latex exporter [8.2.3c (release_8.2.3c-308-gc811bb @ /home/rob/sw/org-mode/lisp/)]

2013-11-28 Thread Nicolas Goaziou
Hello, Rob Stewart writes: > I have a simple orgmode document that has a #+BEGIN_LATEX .. #+END_LATEX > block before the first heading "Introduction". When this heading is not > exported, i.e. there are no headings, then the LaTeX block is properly > exported. When this heading is exported, the

Re: [O] Bug when cycling

2013-11-28 Thread Bastien
Nicolas Goaziou writes: >> I just fixed this: >> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=c811bb > > Thank you. PS: This is a rather crude fix, don't hesitate to proofread the patch just in case. Thanks! -- Bastien

Re: [O] Bug when cycling

2013-11-28 Thread Nicolas Goaziou
Bastien writes: > PS: This is a rather crude fix, don't hesitate to proofread the > patch just in case. Thanks! Actually, I'm rather surprised this problem happens (I wasn't able to reproduce it FWIW). In `org-cycle-hide-drawers, END is, at the bare minimum, the next headline. The error happen

Re: [O] Bug when cycling

2013-11-28 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > Bastien writes: > >> PS: This is a rather crude fix, don't hesitate to proofread the >> patch just in case. Thanks! > > Actually, I'm rather surprised this problem happens (I wasn't able to > reproduce it FWIW). See the bug in action in this video: https:

Re: [O] Bug when cycling

2013-11-28 Thread Nicolas Goaziou
Nicolas Goaziou writes: > Bastien writes: > >> PS: This is a rather crude fix, don't hesitate to proofread the >> patch just in case. Thanks! > > Actually, I'm rather surprised this problem happens (I wasn't able to > reproduce it FWIW). > > In `org-cycle-hide-drawers, END is, at the bare minim

Re: [O] Bug when cycling

2013-11-28 Thread Bastien
Hello, Nicolas Goaziou writes: > Anyway the patch is correct, or we can use (org-end-of-subtree t t) > instead of (max (point) end). The difference is negligible in practice. Okay, thanks for confirming! -- Bastien

Re: [O] Bug: LaTeX block above first heading ignored by latex exporter [8.2.3c (release_8.2.3c-308-gc811bb @ /home/rob/sw/org-mode/lisp/)]

2013-11-28 Thread Rob Stewart
On 28 November 2013 10:49, Nicolas Goaziou wrote: > Unfortunately, I'm unable to reproduce the problem. Anyway, it sounds > like you're using somehow the old export framework. I'm not entirely sure how I do this. But here's a shot at it: org-version Org-mode version 8.2.1 (release_8.2.1-190-g22

[O] LaTeX export with documentclass ltugboat

2013-11-28 Thread Jason Lewis
Hi, How can I export an org file to LaTeX with a document class of ltugboat? I've seen the example linked below but it doesn't appear to work in 8.2.1 and in fact states its for org < 8.0. http://orgmode.org/worg/org-tutorials/org-latex-export.html Is this documented somewhere for versions > 8.0

Re: [O] LaTeX export with documentclass ltugboat

2013-11-28 Thread Suvayu Ali
Hello Jason, On Thu, Nov 28, 2013 at 11:02:31PM +1100, Jason Lewis wrote: > Hi, > > How can I export an org file to LaTeX with a document class of ltugboat? > > I've seen the example linked below but it doesn't appear to work in > 8.2.1 and in fact states its for org < 8.0. > http://orgmode.org/

Re: [O] LaTeX export with documentclass ltugboat

2013-11-28 Thread Charles Millar
Jason, On 11/28/2013 7:02 AM, Jason Lewis wrote: Hi, How can I export an org file to LaTeX with a document class of ltugboat? I've seen the example linked below but it doesn't appear to work in 8.2.1 and in fact states its for org < 8.0. http://orgmode.org/worg/org-tutorials/org-latex-export.h

[O] Filter for recursive counting (org-hierarchical-todo-statistics)

2013-11-28 Thread Fletcher Charest
Dear community, My org-hierarchical-todo-statistics variable is set to nil in order to obtain a recursive count of my TODO items in subtrees. However, I would like to know if it is possible to filter this count to include only some TODO keywords. A real-life example : I use the TODO/DONE keywords

Re: [O] Getting checkboxes in HTML output?

2013-11-28 Thread Rick Frankel
On Wed, Nov 27, 2013 at 01:20:59PM -0500, Peter Davis wrote: > On Wed, Nov 27, 2013 at 11:03:38AM -0500, Nick Dokos wrote: > > Peter Davis writes: > > > > > I noticed that HTML output contains "[ ]" and "[X]", just like > the > > > mark-up. Wouldn't it make sense to use actual unchecked or > check

Re: [O] Getting checkboxes in HTML output?

2013-11-28 Thread Peter Davis
On 11/28/13, 8:33 AM, Rick Frankel wrote: On Wed, Nov 27, 2013 at 01:20:59PM -0500, Peter Davis wrote: On Wed, Nov 27, 2013 at 11:03:38AM -0500, Nick Dokos wrote: Peter Davis writes: I noticed that HTML output contains "[ ]" and "[X]", just like the mark-up. Wouldn't it make sense to use

Re: [O] Getting checkboxes in HTML output?

2013-11-28 Thread Waldemar Quevedo
fyi, this feature is heavily requested in Github for their markup project: https://github.com/github/markup/issues/208 So +1 on changing this behavior in Org mode markup itself, since there is already user demand which would validate this usage. On Thu, Nov 28, 2013 at 12:45 AM, Peter Davis wr

Re: [O] Getting checkboxes in HTML output?

2013-11-28 Thread Waldemar Quevedo
By the way TL;DR; from that Github thread: It seems that Markdown by default does not support read only checkboxes, and Github would not implement this behavior because they want to keep compatibility with other implementations of Markdown: https://github.com/github/markup/issues/208#issuecomment-

[O] rmail: difficulty

2013-11-28 Thread François Pinard
Hi, Org people. In one of my Org files, I have: - rmail:~/ubity/Mail/admin Of course, ~/ubity/Mail/admin is an mbox format email folder. Whenever I mouse-click on it (or use C-c C-o), I get this error: Debugger entered--Lisp error: (wrong-type-argument arrayp nil) org-add-angle-brackets(nil

Re: [O] Getting checkboxes in HTML output?

2013-11-28 Thread Bastien
Hi Rick, Rick Frankel writes: > I would be willing to make this change (as an option?) to the html > exporter if others agree. FWIW I do agree this is a good change. -- Bastien

Re: [O] multiple agenda custom commands causes tag-filter-preset not to work?

2013-11-28 Thread Miro Bezjak
Any ideas? On Wed, Nov 27, 2013 at 11:23 AM, Miro Bezjak wrote: > Forgot to mention. I'm using org-mode 8.2.2. > > Regards, > Miro > > > On Wed, Nov 27, 2013 at 11:23 AM, Miro Bezjak wrote: > >> Hi all, >> >> consider the following configuration: >> >> >

Re: [O] Getting checkboxes in HTML output?

2013-11-28 Thread Matt Price
On Thu, Nov 28, 2013 at 11:08 AM, Bastien wrote: > Hi Rick, > > Rick Frankel writes: > >> I would be willing to make this change (as an option?) to the html >> exporter if others agree. > > FWIW I do agree this is a good change. not that this opinion really matters, but I've been wanting this op

[O] Babel support for the D language

2013-11-28 Thread Thierry Banel
emacs-orgmode@gnu.org * Hi all Org fans. I added support in Org-Babel for executing Digital Mars D code. This is derived from the code in ob-C.el, by Eric Schulte (thanks Eric). I release it under the same GPL license as Emacs and Org-mode. Comments and enhancements are welcome ! * Example. The

Re: [O] Opening an Org file slowed down

2013-11-28 Thread Michael Brand
Hi Achim On Wed, Nov 27, 2013 at 11:06 PM, Achim Gratz wrote: > I've had a brief look at this. It seems that some of the differences > are due to elp instrumenting a much larger range of functions when > org-mode has already initialized vs. when only org-version had been > called. Thank you for

Re: [O] multiple agenda custom commands causes tag-filter-preset not to work?

2013-11-28 Thread Bastien
Hi Miro, Miro Bezjak writes: > Any ideas? Please be patient -- your first post is 30 hours old, people are not ignoring it, they seem just too busy right now. -- Bastien

Re: [O] Babel support for the D language

2013-11-28 Thread Thomas S. Dye
Aloha Thierry, Thanks for this contribution. Have you looked at http://orgmode.org/worg/org-contrib/babel/languages.html#develop? It describes how language support is added to the Org mode core or to contrib/ and the choices an author has in the process. Also, it contains a link for a documenta

Re: [O] Babel support for the D language

2013-11-28 Thread Thierry Banel
Thomas S. Dye tsdye.com> writes: > > Aloha Thierry, > > Thanks for this contribution. > > Have you looked at > http://orgmode.org/worg/org-contrib/babel/languages.html#develop? > > It describes how language support is added to the Org mode core or to > contrib/ and the choices an author has i

[O] Bug: The foreground color of "List of stuck projects:" in agenda cannot be change seperately. [8.2.3c (8.2.3c-dist @ /home/kuanyui/.emacs.d/lisps/org-8.2.3c/lisp/)]

2013-11-28 Thread kuanyui
The foreground color of "List of stuck projects:" in agenda cannot be change separately. One screenshot to explain: https://dl.dropboxusercontent.com/u/1776218/org-agenda-column-dateline.png Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don'

Re: [O] Getting checkboxes in HTML output?

2013-11-28 Thread Achim Gratz
Rick Frankel writes: > For xhtml compatibility, it would need to be 'checked="checked"'. I've > done a quick look at the html dtd, and i does look like input elements > are allowed outside of forms, but i would need to double > check... Also, the fallback to "[-]" for the partially checked state >

Re: [O] Babel support for the D language

2013-11-28 Thread Thomas S. Dye
Thierry Banel writes: > By the way, are you aware of a location to store a *.el in Worg ? poto:worg dk$ find . -name "*.el" -print ./.dir-locals.el ./.dir-settings.el ./code/elisp/davidam.el ./code/elisp/dto-org-gtd.el ./code/elisp/org-collector.el ./code/elisp/org-effectiveness.el ./code/elisp/

Re: [O] Getting checkboxes in HTML output?

2013-11-28 Thread Sebastien Vauban
Achim Gratz wrote: > Rick Frankel writes: >> For xhtml compatibility, it would need to be 'checked="checked"'. I've >> done a quick look at the html dtd, and i does look like input elements >> are allowed outside of forms, but i would need to double >> check... Also, the fallback to "[-]" for the p

Re: [O] [bug] [babel] repeated exports w/ inline src blocks yield different results

2013-11-28 Thread Nicolas Goaziou
Hello, Yasushi SHOJI writes: > At Sun, 24 Nov 2013 04:18:38 + (UTC), > Charles Berry wrote: > [...] >> and you see the extra '#+END_SRC' line. >> >> And if you keep repeating those keystrokes, the second result again appears. >> >> However, sometimes a minor change and then an erasure (per

Re: [O] Getting checkboxes in HTML output?

2013-11-28 Thread Matt Price
On Thu, Nov 28, 2013 at 4:26 PM, Sebastien Vauban wrote: > Achim Gratz wrote: >> Rick Frankel writes: >>> For xhtml compatibility, it would need to be 'checked="checked"'. I've >>> done a quick look at the html dtd, and i does look like input elements >>> are allowed outside of forms, but i would

[O] exporting a shopping list to my android phone?

2013-11-28 Thread Matt Price
I just asked this question I guess, but: I do most everything in org, including composing shopping and packing lists, and so forth. Occasionally I would like to access these on my phone. From what I can tell, org-mobile doesn't do quite what I want which is to let me toggle the state of a checkbo

Re: [O] Babel support for the D language

2013-11-28 Thread Nick Dokos
Thierry Banel writes: > By the way, are you aware of a location to store a *.el in Worg ? > The .el file should probably end up in contrib/lisp, rather than on Worg. -- Nick

Re: [O] Getting checkboxes in HTML output?

2013-11-28 Thread Eric Abrahamsen
"Sebastien Vauban" writes: > Achim Gratz wrote: >> Rick Frankel writes: >>> For xhtml compatibility, it would need to be 'checked="checked"'. I've >>> done a quick look at the html dtd, and i does look like input elements >>> are allowed outside of forms, but i would need to double >>> check... A

[O] orgtble and flyspell interaction causing mem exhaustion error?

2013-11-28 Thread Sivaram Neelakantan
When I try to create an table using org-table-create, the table outline shows up and upon writing any word in any cell, it causes Emacs to freeze up with an error like 95% physical mem used. When I disable flyspell mode and try it again, the issue does not happen. Anyone else experiencing this or

Re: [O] orgtble and flyspell interaction causing mem exhaustion error?

2013-11-28 Thread Nick Dokos
Sivaram Neelakantan writes: > When I try to create an table using org-table-create, the table > outline shows up and upon writing any word in any cell, it causes > Emacs to freeze up with an error like 95% physical mem used. When I > disable flyspell mode and try it again, the issue does not hap

Re: [O] commit 5ea0228 has problem opening big org-mode file

2013-11-28 Thread York Zhao
> It could have (depending on what other files you might have had there, > not from the Git repo). May happen in theory, but never in real life, at least never happen on me. > It certainly muddied the waters w.r.t. your bug report. I had provided a reproducer proved to be straightforward and eff

Re: [O] exporting a shopping list to my android phone?

2013-11-28 Thread Xebar Saram
would also be very interested in such a workflow! z On Fri, Nov 29, 2013 at 12:19 AM, Matt Price wrote: > I just asked this question I guess, but: I do most everything in org, > including composing shopping and packing lists, and so forth. > Occasionally I would like to access these on my pho

Re: [O] LaTeX export with documentclass ltugboat

2013-11-28 Thread Jason Lewis
Hi Charles, Thanks for your suggestion. I've tried it out it doesn't work for me. I ran this elisp to add the export class (require 'org-latex) (unless (boundp 'org-export-latex-classes) (add-to-list 'org-export-latex-classes '("ltugboat" "\\documentclass{ltugboat}"

Re: [O] orgtble and flyspell interaction causing mem exhaustion error?

2013-11-28 Thread Sivaram Neelakantan
On Fri, Nov 29 2013,Nick Dokos wrote: > Sivaram Neelakantan writes: > >> When I try to create an table using org-table-create, the table >> outline shows up and upon writing any word in any cell, it causes >> Emacs to freeze up with an error like 95% physical mem used. When I >> disable flyspell

Re: [O] LaTeX export with documentclass ltugboat

2013-11-28 Thread Thomas S. Dye
Jason Lewis writes: > (require 'org-latex) > (unless (boundp 'org-export-latex-classes) > (add-to-list 'org-export-latex-classes > '("ltugboat" >"\\documentclass{ltugboat}" >("\\section{%s}" . "\\section*{%s}") >("\\subsection{%s}" . "\

Re: [O] Babel support for the D language

2013-11-28 Thread Thierry Banel
Nick Dokos gmail.com> writes: > > Thierry Banel free.fr> writes: > > > By the way, are you aware of a location to store a *.el in Worg ? > > > > The .el file should probably end up in contrib/lisp, rather than on > Worg. > Thanks Nick ! Probably there is some kind of agreement process to

[O] auto-creating checkbox list items

2013-11-28 Thread Ken Mankoff
I think an older version of org-mode had the behavior where if I am making a list like this: * Some list + [ ] and I then make a new item by pressing ESC+RET + [ ] the "+" and "[]" are auto-magically created. The current version only populates the "+", not the "[ ]". Does anyone else recall thi