Re: [O] custom emacs org-emphasis-alist breaks EXPORT, help ;-) ?

2013-11-03 Thread Xebar Saram
Thank you Eric and Jambunathan Eric: i tried with the added backslash but that dosent seem to work as well, would you mind testing the snippet below on your system? is it still something wrong im doing? ;test (font-lock-add-keywords 'org-mode '(("\\b[Ss]alt\\b)" (0 '(:weight ultra-bold :foregroun

Re: [O] Beamer export: one question and one bug

2013-11-03 Thread Jarmo Hurri
Greetings. > Set '#OPTIONS: H:2', then top level headlines become sections (and are > listed in the table of contents) and second-level headlines become the > frames. Yep, that will happen. However, the original idea was to get frame headlines into the table of contents. In order to achieve thi

[O] [patch] correct link following

2013-11-03 Thread Daniel Clemente
Hi, I sent this patch 1 month ago but it wasn't included in org. I still need it for link following to work, otherwise I get: Debugger entered--Lisp error: (wrong-type-argument stringp nil) string-match("^id:" nil) org-open-at-point(nil) call-interactively(org-open-at-point nil nil) comm

Re: [O] [patch] correct link following

2013-11-03 Thread Nicolas Goaziou
Hello, Daniel Clemente writes: > Hi, I sent this patch 1 month ago but it wasn't included in org. I still need > it for link following to work, otherwise I get: > > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > string-match("^id:" nil) > org-open-at-point(nil) > call-i

Re: [O] [RFC] Simple cache mechanism for `org-element-at-point'

2013-11-03 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > I wasn't expecting to report back anything meaningful on this issue > unless I saw a bug or problem. I've done quite a bit of day-to-day using > these patches -- editing, agenda stuff, and exporting -- with no > noticeable ill effects... so there's my report! Th

Re: [O] org-mode in the wild

2013-11-03 Thread Rasmus
John Kitchin writes: > We had another manuscript written in org-mode accepted in Topics in > Catalysis (http://link.springer.com/article/10.1007%2Fs11244-013-0166-3)! > Check out references 14, 39 and 40 ;) Congrats! And thanks for sharing. > The supporting information seems to be freely avail

Re: [O] Beamer export: one question and one bug

2013-11-03 Thread Ista Zahn
On Sun, Nov 3, 2013 at 5:06 AM, Jarmo Hurri wrote: > > Greetings. > >> Set '#OPTIONS: H:2', then top level headlines become sections (and are >> listed in the table of contents) and second-level headlines become the >> frames. > > Yep, that will happen. However, the original idea was to get frame

Re: [O] Setting properties when scrolling around buffer puts property in wrong headline

2013-11-03 Thread John Hendy
On Nov 1, 2013 3:34 PM, "Thorsten Jolitz" wrote: > > John Hendy writes: > > >> I'm supposing there's no way around this... but I'm creating a > >> taskjuggler document that's fairly wrong. I often find myself in a > >> situation where I go to set a :depends: property to reference another > >> hea

[O] [ANN] Improved Flyspell check

2013-11-03 Thread Nicolas Goaziou
Hello, I'd like to submit the following patch for review, testing and, hopefully, inclusion. >From the user point of view, it improves checks when using Flyspell, removing false-positive and allowing to check more areas. More importantly, it doesn't rely anymore on fontification, which means tha

Re: [O] Writing Challenge

2013-11-03 Thread Ivan Andrus
FWIW, I have added nanowrimo.el to MELPA. -Ivan On Oct 19, 2013, at 9:22 PM, Ivan Andrus wrote: > Very interesting! I have been working on a mode which gives the current > word-count, WPM and an estimate of the time it will take to hit today's quota > in the modeline. I would be interested i

Re: [O] Beamer export: one question and one bug

2013-11-03 Thread Jarmo Hurri
> As far as I know this is a beamer design decision. The idea seems to > be that if your presentation is short enough that the individual frame > titles would fit in a table of contents then you don't actually need > one. Ok, so be it, I can live with that decision. All the best, Jarmo

[O] Exporting book handouts

2013-11-03 Thread Jarmo Hurri
Greetings. I have been writing a math book, and am still exploring the possibility of using org for the task. Currently all my material is still in plain LaTeX. The tools used are LaTeX, Asymptote, and R. We all know many advantages that the use of org would bring. ;-) For me, one of the possibl

Re: [O] [ANN] Improved Flyspell check

2013-11-03 Thread Nicolas Goaziou
Nicolas Goaziou writes: Updated patch. -- Nicolas Goaziou >From 13f68648a0ff468385668f6b141748607d3f8103 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 3 Nov 2013 15:15:07 +0100 Subject: [PATCH] Improve Flyspell check * lisp/org.el (org-mode-flyspell-verify): Rewrite function usin

Re: [O] Exporting book handouts

2013-11-03 Thread Thomas S. Dye
Aloha Jarmo, I find it easiest to use separate sub-trees for the various different documents I create from a given body of material. In your case, I would make a sub-tree for the book and a sub-tree for the handout. If I try to create two different documents under the same heading, the complexit

Re: [O] Exporting book handouts

2013-11-03 Thread Nicolas Goaziou
Hello, Jarmo Hurri writes: > 1. A way to denote that a certain element (figure, equation, part of a >longer equation, a piece of text etc.) goes into the Beamer >export. By default, material should _not_ be included in the Beamer >export. I don't know how to achieve this. > >I di

[O] Line breaks in org-mode having version control in mind

2013-11-03 Thread Dror Atariah
I am trying to extend my usage of org, and one of the things I want to integrate is version controlling of my org files. This is obviously straight forward, but I am wondering about the best line breaking approach to use. In my LaTeX docs I maintain one physical line per sentence [1]. This way,

Re: [O] Arbitrary lisp functions in column-attributes

2013-11-03 Thread Aaron Ecay
Hi Mark, How about using an elisp babel block, with tabular results? Something like (tested only very lightly): #+BEGIN_SRC elisp :results table (cons (list "Header A" "Header B") (cons 'hline (org-map-entries (lambda () (list (princ (org-entry

[O] freemind export?

2013-11-03 Thread Christof Spitz
Hello, seems the freemind export is no longer supported in org.mode. Though I found the ox-freemind.el somewhere on the net, I am desperately looking for a documentation. I want to position nodes on the left, for example, but I don't know how to pass optional parameters to the converter. Thanks C

Re: [O] org-writers-room sort of works! just in time for NaNoWriMo

2013-11-03 Thread Thorsten Jolitz
Matt Price writes: Hi Matt, I've pushed a new version of org-writers-room to the repo, > > https://github.com/titaniumbones/org-writers-room > > It's still rather simple, but some of the awful usability bugs are > less severe: - org-writers-room can only be called from an org-mode > buffer - wh

Re: [O] Arbitrary lisp functions in column-attributes

2013-11-03 Thread Mark Edgington
> How about using an elisp babel block, with tabular results? Something > like (tested only very lightly): > > #+BEGIN_SRC elisp :results table > (cons >(list "Header A" "Header B") >(cons 'hline > (org-map-entries > (lambda () > (list > (princ

Re: [O] custom emacs org-emphasis-alist breaks EXPORT, help ;-) ?

2013-11-03 Thread Eric Abrahamsen
Xebar Saram writes: > Thank you Eric and Jambunathan > > Eric: i tried with the added backslash but that dosent seem to work > as well, would you mind testing the snippet below on your system? is > it still something wrong im doing? > > ;test > (font-lock-add-keywords > 'org-mode > '(("\\b[Ss]alt

Re: [O] freemind export?

2013-11-03 Thread Christof Spitz
Hello Jambunathan, thanks for your quick reply. > I am desperately looking for a documentation. > > M-x find-library RET ox-freemind RET > > Just look at English strings there. That should give you a pretty good > idea of what you can do. > > Yes, I looked at the file for hours to try to figure

Re: [O] custom emacs org-emphasis-alist breaks EXPORT, help ;-) ?

2013-11-03 Thread Xebar Saram
hehe, works like a charm now :) thx again Eric! have a great day Z On Mon, Nov 4, 2013 at 6:03 AM, Eric Abrahamsen wrote: > Xebar Saram writes: > > > Thank you Eric and Jambunathan > > > > Eric: i tried with the added backslash but that dosent seem to work > > as well, would you mind testing