[O] Bug? Problem compiling git - Cannot open file: avl

2014-01-06 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I just wanted to update to the newest git and I get repeatedly the error Cannot open load file: avl-tree Finally it says: Done (Total of 90 files compiled, 16 failed, 3 skipped) This did not occur the last time I updated (I think the day b

Re: [O] Bug? Problem compiling git - Cannot open file: avl

2014-01-06 Thread Bastien
Rainer M Krug writes: > I just wanted to update to the newest git and I get repeatedly the error > > Cannot open load file: avl-tree This is weird. avl-tree is in Emacs since 2007. What (require 'avl-tree) returns? Maybe ask the maintainers of the darwin port. -- Bastien

Re: [O] [PATCH] Re: \newpage in HTML export

2014-01-06 Thread Bastien
Hi Suvayu, Suvayu Ali writes: > It already exists: > > > > Maybe this can be improved? This is the documentation for export filters, with some example. But it is not clear that this page welcome new contributed filters, and I think it do

Re: [O] help with porting babel example on worg to latest version

2014-01-06 Thread Bastien
Hi Christian, Christian Wittern writes: > #+name: fibonacci-inputs > | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | > | 2 | 4 | 6 | 8 | 10 | 12 | 14 | 16 | 18 | 20 | > > > #+name: fibonacci-seq(fib-inputs=fibonacci-inputs) > #+begin_src emacs-lisp >(defun fibonacci (n) > (if (or (= n 0

Re: [O] Bug? Problem compiling git - Cannot open file: avl

2014-01-06 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/06/14, 10:40 , Bastien wrote: avl-tree even when starting with -Q My guess is that not the homebrew version of emacs is called for compiling, but the in OS X buildin one, which does not have avl-tree (to old). So I now renamed the build-in

Re: [O] Bug? Problem compiling git - Cannot open file: avl

2014-01-06 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/06/14, 10:40 , Bastien wrote: > Rainer M Krug writes: > >> I just wanted to update to the newest git and I get repeatedly >> the error >> >> Cannot open load file: avl-tree > > This is weird. avl-tree is in Emacs since 2007. > > What (re

Re: [O] problem of path in using ox-bibtex

2014-01-06 Thread Joseph Vidal-Rosset
2014/1/5 Julian Gehring > Have you tried to specify the full path without the expansion of '~' (i.e. > replacing the "~" with "/home/USER/" or equivalent)? At least, this seems > to eliminate the error message of bibtex2html failing. Sorry Julian, I reply too lately, but I have had some proble

Re: [O] help with porting babel example on worg to latest version

2014-01-06 Thread Miguel Ruiz
What's the problem with: #+name: fibonacci-inputs | 1 | 2 | 3 | 4 |  5 |  6 |  7 |  8 |  9 | 10 | | 2 | 4 | 6 | 8 | 10 | 12 | 14 | 16 | 18 | 20 | #+name: fibonacci-seq #+begin_src emacs-lisp :var fib-inputs=fibonacci-inputs   (defun fibonacci (n)     (if (or (= n 0) (= n 1))     n   (+

Re: [O] problem of path in using ox-bibtex

2014-01-06 Thread Fabrice Popineau
Does this : http://blog.jansoehlke.com/?Recipes&nr=62 help to run bibtex2html in different directories ? basically: either export TMPDIR=. or change open_any in texmf.cnf. Fabrice 2014/1/6 Joseph Vidal-Rosset > > 2014/1/5 Julian Gehring > >> Have you tried to specify the full path without t

[O] Parsing Org-mode in Python (was: Implementing Org-mode tools in languages other than ELISP)

2014-01-06 Thread Karl Voit
Hi! * Daniel Clemente wrote: >> >> I dream of having a general Python parser for Org mode files, knowing >> every bit about the current syntax for Org files, surrounded by enough >> Python machinery to make it useful. Oh, this would be great since there are way more Python-coders out there as E

Re: [O] email -> TODO items?

2014-01-06 Thread Karl Voit
* Peter Davis wrote: > > Sometimes it's much quicker and easier to email myself notes on things > to do. Using email for a todo management system has many disadvantages. I read a *lot* about those attempts. For the purpose you were mentioning, I am using MobileOrg (Android) to quickly capture n

Re: [O] problem of path in using ox-bibtex

2014-01-06 Thread Joseph Vidal-Rosset
Hello Fabrice, 2014/1/6 Fabrice Popineau > http://blog.jansoehlke.com/?Recipes&nr=62 > help to run bibtex2html in different directories ? > No, I got always the same message but I have not changed all texmf.cnf files, but only the file of the path indicated in this blog. Thanks for your help. I

Re: [O] html checkbox output

2014-01-06 Thread Nicolas Goaziou
Hello, Bastien writes: > Hi Nicolas and Rick, > > Nicolas Goaziou writes: > >> A new buffer keyword (which needs to be documented in org.texi), >> a defcustom with a completely free sexp... Isn't it a bit too much for >> mere checkboxes? > > Personally I think the defcustom is enough, as this c

Re: [O] Exporting markdown specific string

2014-01-06 Thread Nicolas Goaziou
Hello, Bastien writes: > Nicolas Goaziou writes: > >>> #+HTML and the likes are special shortcuts for historical export >>> backends, we don't plan to add more. >> >> What? Every back-end introduces its own specific keyword >> (#+beamer: #+ascii ...). I just added them (#+md: and #+markdown:) f

[O] patch for worg (was:Re: help with porting babel example on worg to latest version)

2014-01-06 Thread Christian Wittern
Thanks Miguel, On 2014-01-06, 19:27, Miguel Ruiz wrote: #+begin_src emacs-lisp :var fib-inputs=fibonacci-inputs This magic line does the trick. I created a patch for this, attached. I tried to follow the instructions, but since this is the first time, please be patient if something went wro

Re: [O] bulk org-agenda-do-date-later problem OMG BACKTRACE ATTACHED

2014-01-06 Thread Nick Dokos
Douglas writes: > I followed the directions in Feedback, so I believe the backtrace was > from uncompiled code. > Trust me, it wasn't. The Feedback section does not explain all of the details, primarily because the details depend on how exactly you have installed org-mode: there are many possibi

Re: [O] email -> TODO items?

2014-01-06 Thread Peter Davis
On Mon, Jan 6, 2014, at 05:51 AM, Karl Voit wrote: > * Peter Davis wrote: > > > > Sometimes it's much quicker and easier to email myself notes on things > > to do. > > Using email for a todo management system has many disadvantages. I > read a *lot* about those attempts. > > For the purpose yo

Re: [O] Bug: HTML Export doesn't handle internal link with spaces [8.0.7 (8.0.7-6-g13cb28-elpa @ /home/jbalint/.emacs.d/elpa/org-20130812/)]

2014-01-06 Thread Nicolas Goaziou
Bastien writes: >> Another idea would be to get rid of automatic hexification in all cases, >> and have more tolerant regexps for links. > > This seems incertain. How so? Accepting balanced pairs of square brackets is better than no closing square bracket at all. > Or maybe we can just live wit

Re: [O] html checkbox output

2014-01-06 Thread Bastien
Nicolas Goaziou writes: > As long as it doesn't let you write completely free sexps. I agree. But this is a very minor issue with Rick's patch, the bulk of the work is done and I'd be glad to see it applied, with the limitations we've been discussing. If Rick is on it, let's wait for this. --

Re: [O] patch for worg

2014-01-06 Thread Bastien
Hi Christian, Christian Wittern writes: > This magic line does the trick. Applied, thanks! > I created a patch for this, attached. I tried to follow the > instructions, but since this is the first time, please be patient if > something went wrong. Things went fine. Please send me your publi

[O] gnus: link annoyance

2014-01-06 Thread François Pinard
Hi, Org people. Still playing with one of my little tools (called org-grep), I added the capability of searching Unix mailbox (producing "rmail:" links) and Gnus mailgroups (producing "gnus:" links). This resurrected an old "gnus:" annoyance I once reported on this mailing list, yet without being

[O] Bug: property drawer created within other drawers

2014-01-06 Thread Derek Feichtinger
Dear developers Property drawers for certain items end up getting created within an already existing LOGBOOK drawer. The problem is that the first while loop in org-insert-property-drawer is also matching CLOCK lines within the drawer, so it reads into the drawer instead of stopping before it. I

[O] org-cycle-hook from org-mode hook

2014-01-06 Thread François Pinard
Hi again, Org people. I noticed a recent change in Org mode behaviour, which I guess is related to a "git pull" of the org-mode project. This is so minor that it is hardly a problem for me, I only report it in case it would hint at some unwanted change that would have more consequences for others

Re: [O] Missing patch from Eric Schulte from 2013-10-09

2014-01-06 Thread Francesco Pizzolante
Hi Bastien, >> I noticed that I miss the following patch from Eric Schulte (from 2 >> months ago): >> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=15847336c39e7219e1c51c55d487f99956a06e34 >> >> I have Org-mode version 8.2.4 (8.2.4-8-gf1b933-elpaplus @ >> c:/Users/fpz/Documents/home/.emacs

[O] org-element, spurious command??

2014-01-06 Thread Robert Klein
Hi, I've been reading lisp/org-element.el, when I found a command lounging around in the middle of the file outside of any defun: (put 'org-element-map 'lisp-indent-function 2) on line 4275 (maint tree this morning). Is this intended to be there? PS: it is also in the master tree, line 4276.

Re: [O] Local key binding gone wrong!

2014-01-06 Thread Nick Dokos
Sharon Kimble writes: > Nick Dokos wrote: > > Sharon Kimble writes: > Whilst trying to set a key binding to archive 'DONE' todo items, by > trying to bind F13 [aka CapsLock] to '2', so the finished intended > result would have been - F13 + 2 = DONE & ARCHIVED. This i

Re: [O] org-element, spurious command??

2014-01-06 Thread Nicolas Goaziou
Hello, Robert Klein writes: > I've been reading lisp/org-element.el, when I found a command lounging > around in the middle of the file outside of any defun: > > (put 'org-element-map 'lisp-indent-function 2) > > on line 4275 (maint tree this morning). > > Is this intended to be there? Yes, it

Re: [O] Bug: HTML Export doesn't handle internal link with spaces [8.0.7 (8.0.7-6-g13cb28-elpa @ /home/jbalint/.emacs.d/elpa/org-20130812/)]

2014-01-06 Thread Bastien
Nicolas Goaziou writes: > Bastien writes: > >>> Another idea would be to get rid of automatic hexification in all cases, >>> and have more tolerant regexps for links. >> >> This seems incertain. > > How so? Accepting balanced pairs of square brackets is better than no > closing square bracket at

Re: [O] gnus: link annoyance

2014-01-06 Thread Nick Dokos
François Pinard writes: > Whenever I visit a "gnus:" type link from Org, it has the side effect of > "reading" the article in Gnus parlance, forcing me to "unread" it each > time afterwards. If I forget to unread it, which is a likely error, the > article will not be shown if I later visit its m

Re: [O] Bug: property drawer created within other drawers

2014-01-06 Thread Nicolas Goaziou
Hello, Derek Feichtinger writes: > Dear developers > > Property drawers for certain items end up getting created within an > already existing LOGBOOK drawer. > > The problem is that the first while loop in org-insert-property-drawer > is also matching CLOCK lines within the drawer, so it reads i

Re: [O] org-cycle-hook from org-mode hook

2014-01-06 Thread Bastien
Hi François, François Pinard writes: > I noticed a recent change in Org mode behaviour, which I guess is > related to a "git pull" of the org-mode project. This is so minor that > it is hardly a problem for me, I only report it in case it would hint at > some unwanted change that would have mor

[O] Performance issues after upgrading from Emacs 23.3 to 24.3+prelude

2014-01-06 Thread Karl Voit
Hi! I have got very severe performance issues after I upgraded my Emacs. Before upgrading: - Debian stable x64 - Emacs 23.3 (Debian stable deb-package) - Org-mode from git: version 8.2.3c (release_8.2.3c-225-g668ba5) - no prelude Now: - Debian stable x64 - no change but

Re: [O] gnus: link annoyance

2014-01-06 Thread Rasmus
Hi François, Thanks for working on org-grep. It looks interesting. Excuse me if I misunderstood something below. François Pinard writes: > Whenever I visit a "gnus:" type link from Org, it has the side effect of > "reading" the article in Gnus parlance, forcing me to "unread" it each > time a

[O] A few configuration questions plus mode line not appearing in graphical frame

2014-01-06 Thread Subhan Tindall
Hi, I'm trying to tighten up my org setup for the new year. I currently use a single file Work-log.org with headlines and subtrees for tracking work & time: IE: (unfolded sub tree) * JWRK PPTDEV-455 Add 'hve' to all Appropriate Library calls in web_src/hve/scripts :455: ** WORK <2013-12-04 Wed> c

Re: [O] A few configuration questions plus mode line not appearing in graphical frame

2014-01-06 Thread Bastien
I think you forgot to tell us what the problem is :) -- Bastien

[O] a few configuration questions plus an Effort question

2014-01-06 Thread Subhan Tindall
I'm trying to tighten up my org configuration for the new year. I currently use a single file Work.org for tracking work, notes, and time an a per-ticket basis EG * PPTDEV-511 Documentation :511: ** WORK investigate & document plog problem 1/3/14 CLOCK: [2014-01-06 Mon 09:11]--[2014-01-06 Mon

Re: [O] A few configuration questions plus mode line not appearing in graphical frame

2014-01-06 Thread Subhan Tindall
Fat fingers and/or lack of coffee was the problem, sent it out to early! Sorry. On Mon, Jan 6, 2014 at 9:24 AM, Bastien wrote: > I think you forgot to tell us what the problem is :) > > -- > Bastien > -- Subhan Michael Tindall | Software Developer | s...@rentrakmail.com RENTRAK | www.rentr

Re: [O] bulk org-agenda-do-date-later problem OMG BACKTRACE ATTACHED

2014-01-06 Thread Achim Gratz
Nick Dokos writes: > The idea however is that you have to delete all > the .elc files from wherever you are loading your org-mode and reload > org-mode. The easier way is to simply do either of: C-u M-x org-reload C-u C-c C-x ! The latter only works from an org-mode buffer. Regards, Achim. --

Re: [O] Bug? Problem compiling git - Cannot open file: avl

2014-01-06 Thread Achim Gratz
Rainer M Krug writes: > The problem seems to been that > > a) in my PATH, the /usr/bin (where the build in is located) comes > before /usr/local/bin (where the homebrew is installed). Except when root, it is almost always wrong to have /usr/local/bin after any system paths. > b) I have set an ali

Re: [O] Missing patch from Eric Schulte from 2013-10-09

2014-01-06 Thread Achim Gratz
Francesco Pizzolante writes: > I understand, but I find it weird that a same version number (like > 8.2.4) gives different functionalities/fixes/patches according to the > git branch you take the sources from. You don't understand what the version numbers mean. > Shouldn't the maintenance branch

Re: [O] email -> TODO items?

2014-01-06 Thread Brett Viren
Peter Davis writes: > I use half a dozen email clients, including mutt, which lets me easily > pipe a message to a script. The need to support multiple clients may rule out my suggestion but capturing a TODO or a note while visiting a GNUS message and thus preserving the link back to the article

Re: [O] Local key binding gone wrong!

2014-01-06 Thread Marc Ihm
Hi Sharon ! Setting CapsLock to f13 is a neat trick ! Maybe this could help with the rest of your question: (global-set-key (kbd "") (lambda (ARG) (interactive "c") (org-todo (string-to-number (char-to-string ARG))) (org-archive-subtree))) a

[O] Using org-diary

2014-01-06 Thread Stephen J . Barr
Greetings org-mode, I am trying to use org-class to put in my regularly scheduled events. The following snippet is my attempt to put in a regularly scheduled Monday-evening event. This is in a file that is included in my org-agenda-files, yet when I look at my agenda, this does not show up! #

Re: [O] Local key binding gone wrong!

2014-01-06 Thread Sharon Kimble
Marc Ihm wrote: >Hi Sharon ! > >Setting CapsLock to f13 is a neat trick ! > >Maybe this could help with the rest of your question: > >(global-set-key (kbd "") > (lambda (ARG) (interactive "c") > (org-todo (string-to-number (char-to-string ARG))) >

Re: [O] Using org-diary

2014-01-06 Thread Nick Dokos
Stephen J. Barr writes: > Greetings org-mode, > > I am trying to use org-class to put in my regularly scheduled > events. The following snippet is my attempt to put in a regularly > scheduled Monday-evening event. This is in a file that is included in my > org-agenda-files, yet when I look at my

Re: [O] Using org-diary

2014-01-06 Thread Stephen J. Barr
What I am now seeing is that the particular date gets picked up, but not the time. Am I doing something incorrect with the syntax? Best, Stephen On Mon, Jan 6, 2014 at 1:50 PM, Nick Dokos wrote: > Stephen J. Barr writes: > > > Greetings org-mode, > > > > I am trying to use org-class to put in

Re: [O] Using org-diary

2014-01-06 Thread Nick Dokos
"Stephen J. Barr" writes: > What I am now seeing is that the particular date gets picked up, but not the > time. Am I doing something incorrect with the > syntax? > No, I believe that's a limitation of what you can do with these diary-sexps. You can always add the time to the headline: that wa

Re: [O] Using org-diary

2014-01-06 Thread Stephen J. Barr
So, from a broader perspective, perhaps this org-class stuff is not the right way to go. I am also noticing that the icalendar-export does not seem to be exporting these diary-sexps anyway. Perhaps I can use org-clone-subtree-with-time-shift to do most of what I want. Best, Stephen On Mon, Jan 6

[O] does org-mode modify input events?

2014-01-06 Thread John Kitchin
Hi all, In this post, I was looking at some ways to get right clicks to do something on org-links: http://kitchingroup.cheme.cmu.edu/blog/2013/10/21/Enabling-right-clicks-in-org-mode-links/ I noticed some odd behavior in that the last-input-event is mouse-2 whether I press mouse-1 or mouse-2 when

Re: [O] org-cycle-hook from org-mode hook

2014-01-06 Thread François Pinard
Bastien writes: > Now it uses `org-content` and `org-overview' instead, so that C-u C-u > TAB always work. I did not immediately find the documentation about C-u C-u TAB, which is in the node "Initial visibility". The node "Global and local cycling" documents TAB, C-u TAB and C-u C-u C-u TAB, b

Re: [O] Org-drill installation

2014-01-06 Thread Todd Neufeld
Bastien gnu.org> writes: > I suggest you try using a more recent version > [And adjust your load-path accordingly...] Bastien, I downloaded a more recent version from Git. It took me some time to set up the load-path correctly... But I got it eventually and Org-drill now works for me. Thanks

Re: [O] Implementing Org-mode tools in languages other than ELISP

2014-01-06 Thread François Pinard
Daniel Clemente writes: >> I dream of having a general Python parser for Org mode files, knowing >> every bit about the current syntax for Org files, surrounded by enough >> Python machinery to make it useful. > Try PyOrgMode (https://github.com/bjonnh/PyOrgMode), it works for some > files (but

Re: [O] Parsing Org-mode in Python

2014-01-06 Thread François Pinard
Karl Voit writes: > I did not get the impression that [ply] is a parsing engine that is > done the Python way. PLY has pros and cons. SPARK[1] always attracted me as being more elegant. While it accepts a wider set of grammars than PLY, SPARK can become quite slow on grammars which are less "n

Re: [O] email -> TODO items?

2014-01-06 Thread Nick Dokos
Brett Viren writes: > Peter Davis writes: > >> I use half a dozen email clients, including mutt, which lets me easily >> pipe a message to a script. > > The need to support multiple clients may rule out my suggestion but > capturing a TODO or a note while visiting a GNUS message and thus > prese

Re: [O] gnus: link annoyance

2014-01-06 Thread François Pinard
Nick Dokos writes: > François Pinard writes: >> Whenever I visit a "gnus:" type link from Org, it has the side effect of >> "reading" the article in Gnus parlance, forcing me to "unread" it each >> time afterwards. > it's certainly not lost: the link continues to work, even if it points > to a

Re: [O] does org-mode modify input events?

2014-01-06 Thread Nick Dokos
John Kitchin writes: > Hi all, > > In this post, I was looking at some ways to get right clicks to do something > on org-links: > http://kitchingroup.cheme.cmu.edu/blog/2013/10/21/Enabling-right-clicks-in-org-mode-links/ > > I noticed some odd behavior in that the last-input-event is mouse-2 > w

Re: [O] gnus: link annoyance

2014-01-06 Thread François Pinard
Rasmus writes: > Thanks for working on org-grep. It looks interesting. Thanks for thanking! :-) But deep down, I'm really doing this tool for myself, and only then share it with others. Given the amount of notes I handle, such a tool is inescapable, it is a question of survival :-). >> Whenev

Re: [O] email -> TODO items?

2014-01-06 Thread aitor
> ... I use half a dozen email clients, including mutt, which lets me > easily pipe a message to a script. If you are using mutt, check out this link: http://upsilon.cc/~zack/blog/posts/2010/02/integrating_Mutt_with_Org-mode/ best, aitor