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

2013-10-03 Thread Xebar Saram
hi all so after struggling for weeks to figure out why i always get an error when exporting i finally nailed the issue: org-emphasis-alist. i have alot of them (see below) and use them in orgmode quite often. is this a bug or if you want to use the exporter you should avoid using org-emphasis-alis

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

2013-10-03 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > The following patches introduce a simple cache mechanism for both > `org-element-at-point' and `org-element-context'. My goal is to make > them fast enough to be used in most core commands (excepted > headlines-only commands). > > Since a wrong cache can break

Re: [O] How to install recent documentation of org 8.2?

2013-10-03 Thread Noorul Islam K M
Martin Beck writes: > I tried to get a recent documentation in my org-mode: > > I'm using Aquamacs 2.5 on MacOS X, which seems to have org-mode 6.33 > "onboard". > > I tried to load the recent documentation with a link to the "doc" directory > in my org-mode 8.2 (expanded contents from git reposi

Re: [O] Getting rid of split frame with org-capture

2013-10-03 Thread Alexander Vorobiev
I also wanted to have new pop-up org-capture window that would be created in response to some shortcut anywhere in Windows and occupied the entire frame. Since I haven't found any solutions, I just modified a function I saw in this thread: (defun make-capture-frame () "Create a new frame

Re: [O] Disabling TODO entries in a subtree

2013-10-03 Thread Marcin Borkowski
Dnia 2013-10-04, o godz. 05:24:45 Marcin Borkowski napisał(a): > I sent my email, then went asleep. I woke half an hour ago, and a > thought occured to me: checkboxes. And now a little game: I wonder > how many of the answers I got mentioned this idea;). Wow, /now/ I'm impressed! None of them

Re: [O] Disabling TODO entries in a subtree

2013-10-03 Thread Marcin Borkowski
Dnia 2013-10-03, o godz. 21:32:24 Marcin Borkowski napisał(a): > Hi Orgers, > > I work as an editorial assistant for a journal (together with a > friend). We get LaTeX files of articles, and have to convert them to > our template, do some proof-reading and corrections, send galleys to > authors

Re: [O] ob-clojure.el alternative using nrepl

2013-10-03 Thread Eric Schulte
Bastien writes: > Hi Eric, > > Eric Schulte writes: > >> Please try out the attached patch which may be applied overtop of your >> patch and let me know if it works? I had to guess at the two nrepl >> function arguments. > > It works fine for nrepl.el, thanks a lot! Alright, I just pushed this

Re: [O] Limit subtree to a specific export backend

2013-10-03 Thread Sebastian Wiesner
2013/9/30 Sebastien Vauban : > A partly manual solution would be to use tags for which sections to export in > which backend, make a sparse tree with the backend you're interested to > export, > and export what's visible? I am by far not an Org mode expert, and have never used sparse trees. Would

Re: [O] Disabling TODO entries in a subtree

2013-10-03 Thread Suvayu Ali
On Thu, Oct 03, 2013 at 09:32:24PM +0200, Marcin Borkowski wrote: > list. Is there a possibility to "disable" a tree, so that no its > subheadings appear in the global todo list? Did you try archiving the whole tree? -- Suvayu Open source is the future. It sets us free.

Re: [O] ob-clojure.el alternative using nrepl

2013-10-03 Thread Bastien
Hi Eric, Eric Schulte writes: > Please try out the attached patch which may be applied overtop of your > patch and let me know if it works? I had to guess at the two nrepl > function arguments. It works fine for nrepl.el, thanks a lot! -- Bastien

Re: [O] Disabling TODO entries in a subtree

2013-10-03 Thread Carsten Dominik
On 3.10.2013, at 21:45, John Hendy wrote: > On Thu, Oct 3, 2013 at 2:32 PM, Marcin Borkowski wrote: >> Hi Orgers, >> >> I work as an editorial assistant for a journal (together with a >> friend). We get LaTeX files of articles, and have to convert them to >> our template, do some proof-readin

Re: [O] ob-clojure.el alternative using nrepl

2013-10-03 Thread Eric Schulte
Oleh writes: > Hi Eric, > > I can make the changes tomorrow. > Or you can make them now if you like. Please try out the attached patch which may be applied overtop of your patch and let me know if it works? I had to guess at the two nrepl function arguments. >From ee6c792ec7657e50524d78d309538

Re: [O] Disabling TODO entries in a subtree

2013-10-03 Thread John Hendy
On Thu, Oct 3, 2013 at 2:32 PM, Marcin Borkowski wrote: > Hi Orgers, > > I work as an editorial assistant for a journal (together with a > friend). We get LaTeX files of articles, and have to convert them to > our template, do some proof-reading and corrections, send galleys to > authors etc. It

[O] Disabling TODO entries in a subtree

2013-10-03 Thread Marcin Borkowski
Hi Orgers, I work as an editorial assistant for a journal (together with a friend). We get LaTeX files of articles, and have to convert them to our template, do some proof-reading and corrections, send galleys to authors etc. It is convenient to have a TODO Org tree for each paper, with TODO sub

Re: [O] ob-clojure.el alternative using nrepl

2013-10-03 Thread Oleh
Hi Eric, I can make the changes tomorrow. Or you can make them now if you like. I required ob-tangle because it's a pre-requisite for ob-clojure: an error is thrown if I try to load ob-clojure before ob-tangle. So it makes sense to me to require it. regards, Oleh On Thu, Oct 3, 2013 at 8:06 PM,

[O] How to install recent documentation of org 8.2?

2013-10-03 Thread Martin Beck
I tried to get a recent documentation in my org-mode: I'm using Aquamacs 2.5 on MacOS X, which seems to have org-mode 6.33 "onboard". I tried to load the recent documentation with a link to the "doc" directory in my org-mode 8.2 (expanded contents from git repository) in my .emacs. (add-to-list

Re: [O] ob-clojure.el alternative using nrepl

2013-10-03 Thread Eric Schulte
Thanks for this update. Oleh writes: > Here's an updated patch. > I use defalias, is that OK? > Two changes. 1. instead of customization through a defalias, use defcustom and a variable which determines which function (eval-slime or eval-nrepl) is called. 2. ob-*.el files should not req

Re: [O] Setup for switching between 2 org-mode configurations (demo/productive)?

2013-10-03 Thread Karl Voit
* Nick Dokos wrote: > Karl Voit writes: > >> With my Memacs setup (see sig), I gave up selecting stuff that might >> be private because every daily agenda shows private stuff (in case >> or displaying archive files is enabled). >> > > It may be worth considering running in a virtual machine. If

Re: [O] Yet another question about email and org-mode

2013-10-03 Thread Eric S Fraga
Suvayu Ali writes: > On Wed, Oct 02, 2013 at 11:24:18AM -0700, Josiah Schwab wrote: >> Hi Alan, >> > >> > I am happy to use native emacs mail, for sending email. What I want to be >> > able to do is keep a copy of my email in an org-mode file. >> >> Taking a step back, is there a reason that y

Re: [O] ob-clojure.el alternative using nrepl

2013-10-03 Thread Oleh
Here's an updated patch. I use defalias, is that OK? Oleh On Thu, Oct 3, 2013 at 6:23 PM, Bastien wrote: > Hi Oleh, > > Oleh writes: > > > Should I rather put the code in ob-clojure.el with something like > > (defcustom ob-clojure-method nrepl)? > > Yes, I think it's better. Maybe > > (defcu

Re: [O] Bug: dates in heading break beamer export

2013-10-03 Thread Daniele Pizzolli
On 10/03/2013 03:30 PM, Nicolas Goaziou wrote: The following patch should protect some fragile commands in a section-like structure. It is Beamer-only since general LaTeX back-end doesn't seem to encounter these problems. Does it fix the problem? Hello Nicolas, yes, the problem is fixed both

[O] link referencing does not work for headings including dates?

2013-10-03 Thread David Belohrad
Dear All, I'd like to use headings, which display dates (live) as well. This seems to be practical when browsing org file. So one can see at first sight when e.g. meeting was held: ** Changelog *** meeting <2013-10-03 Thu 17:41> *** meeting Cristina <2013-09-13 Fri 14:41> *** short meeting after

Re: [O] ob-clojure.el alternative using nrepl

2013-10-03 Thread Bastien
Hi Oleh, Oleh writes: > Current method of clojure evaluation is through slime. > I couldn't get it to work, when I tried long ago. > So I attach one that uses nrepl. > Switching between the two should be as easy as using > > (require 'ob-clojure) > or > (require 'ob-clojure-nrepl). Nice, someth

Re: [O] ob-clojure.el alternative using nrepl

2013-10-03 Thread Oleh
I guess that I forgot the attachment. Oleh On Thu, Oct 3, 2013 at 5:45 PM, Oleh wrote: > Hi all, > > Current method of clojure evaluation is through slime. > I couldn't get it to work, when I tried long ago. > So I attach one that uses nrepl. > Switching between the two should be as easy as us

[O] ob-clojure.el alternative using nrepl

2013-10-03 Thread Oleh
Hi all, Current method of clojure evaluation is through slime. I couldn't get it to work, when I tried long ago. So I attach one that uses nrepl. Switching between the two should be as easy as using (require 'ob-clojure) or (require 'ob-clojure-nrepl). regards, Oleh

[O] Using Multiple TODO Keywords

2013-10-03 Thread Kenneth Jacker
[ Ubuntu; Org 8.2 ] I've defined this: (setq org-todo-keywords '((sequence "TODO" "PENDING" "|" "CANCELED" "DONE"))) And then created a simple, repeating task: ** TODO Mow the lawn <2013-10-03 Thu +1w> When I use `t' or "C-c C-t", the keywords change from TODO, to PE

Re: [O] Bug: dates in heading break beamer export

2013-10-03 Thread Nicolas Goaziou
Hello, Daniele Pizzolli writes: > On 10/02/2013 05:55 PM, Nicolas Goaziou wrote: >> Daniele Pizzolli writes: >> >>> Yes, I think is fair to drop the markup. >> >> OK. >> >>> I would also think that this is safe default when nested markup is >>> bad. The following patch should protect some fragi

[O] link interfering with brackets when abbreviated

2013-10-03 Thread Michael Brand
Hi all The recent bug report below reminds me of a comparable situation with a bug that I wanted to report at some time: #+LINK: link-abbreviation http://www.orgmode.org/# 1) [ ] [[http://www.orgmode.org/#docs]] 2) [[link-abbreviation:docs]] 3) [ ] [[link-abbrevi

Re: [O] How to install recent documentation of org 8.2?

2013-10-03 Thread Rainer M Krug
M writes: > thanks a lot! > I found the old versions of the org documentation in the same path > /usr/share/info and replaced them by the new org file from the doc > directory. Also Mac, but using emacs from homebrew , | GNU Emacs 24.3.1 (x86_64-apple-darwin12.4.0, NS apple-appkit-1187.39)

Re: [O] C-c C-c doesn't tick check box when pressed on a hyperlink in a list item

2013-10-03 Thread Nicolas Goaziou
Hello, Christoph LANGE writes: > this is a bug in Org 8.2 on Emacs 24.3. I can't use > org-submit-bug-report right now (see previous mail), so let me try this way. > > I have a check list like this > > * [X] item > * [ ] item > > and some of the items contain hyperlinks. When I am on one suc

Re: [O] Setup for switching between 2 org-mode configurations (demo/productive)?

2013-10-03 Thread Nick Dokos
Karl Voit writes: > * M wrote: >> >> Hi, > > Hi! > >> I'd like to set up org-mode in a way to separate my personal data from my >> gerenal settings. >> and easily re-enable them later. > [...] >> I assume that some of you already have something like that or can recommend >> a way for doing so? >

Re: [O] How to install recent documentation of org 8.2?

2013-10-03 Thread M
thanks a lot! I found the old versions of the org documentation in the same path /usr/share/info and replaced them by the new org file from the doc directory. Sure, when installing the next version I'll have to think of that, but at least now it works. Martin > Von: Christoph LANGE > Organisat

[O] C-c C-c doesn't tick check box when pressed on a hyperlink in a list item

2013-10-03 Thread Christoph LANGE
Hi all, this is a bug in Org 8.2 on Emacs 24.3. I can't use org-submit-bug-report right now (see previous mail), so let me try this way. I have a check list like this * [X] item * [ ] item and some of the items contain hyperlinks. When I am on one such hyperlink and press C-c C-c it doesn't

[O] org-submit-bug-report is missing org-remember [Re: Bug: org-remember.el is not in git repo]

2013-10-03 Thread Christoph LANGE
Hi all, 2013-04-12 06:27 Bastien: > Yes, org-remember.el has been removed from Org 8.0. > > davi...@es.gnu.org (David Arroyo Menéndez) writes: >> Trying does org-submit-report from git repo, I've found this error, I've >> fixed my problem adding (load >> "/usr/share/emacs/24.3.50/lisp/org/org-rem

Re: [O] How to install recent documentation of org 8.2?

2013-10-03 Thread Christoph LANGE
2013-10-03 10:27 M: > I tried to load the recent documentation with a link to the "doc" directory > in my org-mode 8.2 (expanded contents from git repository) in my .emacs. > > (add-to-list 'Info-additional-directory-list > (expand-file-name "~/mypath/org-mode/org_current/doc")) > > Bu

Re: [O] exporting to beamer error: "org-beamer--normalize-argument: Wrong type argument: stringp, nil"

2013-10-03 Thread Nicolas Goaziou
Hello, Rob Stewart writes: > I have followed this tutorial to export from org to beamer frames. > http://orgmode.org/worg/exporters/beamer/ox-beamer.html . > Unfortunately, the frames are not created for 2nd level headings. > Instead, subsections are used. I am using org-mode from the git > rep

[O] How to install recent documentation of org 8.2?

2013-10-03 Thread M
I tried to get a recent documentation in my org-mode: I'm using Aquamacs 2.5 on MacOS X, which seems to have org-mode 6.33 "onboard". I tried to load the recent documentation with a link to the "doc" directory in my org-mode 8.2 (expanded contents from git repository) in my .emacs. (add-to-list

Re: [O] Setup for switching between 2 org-mode configurations (demo/productive)?

2013-10-03 Thread Karl Voit
* M wrote: > > Hi, Hi! > I'd like to set up org-mode in a way to separate my personal data from my > gerenal settings. > and easily re-enable them later. [...] > I assume that some of you already have something like that or can recommend > a way for doing so? I by myself did chose a manual atte

[O] Setup for switching between 2 org-mode configurations (demo/productive)?

2013-10-03 Thread M
Hi, I'd like to set up org-mode in a way to separate my personal data from my gerenal settings. Why? I'd like to be able to quickly and easily create tutorials or minimal examples with sample data without having to worry about publishing private/personal information anywhere. So I'm searching fo