[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

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

2014-01-06 Thread Bastien
Rainer M Krug rai...@krugs.de 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 fatkasuvayu+li...@gmail.com writes: It already exists: http://orgmode.org/worg/exporters/filter-markup.html 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

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

2014-01-06 Thread Bastien
Hi Christian, Christian Wittern cwitt...@gmail.com 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

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 rai...@krugs.de 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: [O] problem of path in using ox-bibtex

2014-01-06 Thread Joseph Vidal-Rosset
2014/1/5 Julian Gehring julian.gehr...@gmail.com 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

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/?Recipesnr=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 joseph.vidal.ros...@gmail.com 2014/1/5 Julian Gehring julian.gehr...@gmail.com

[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 n142...@gmail.com 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

Re: [O] email - TODO items?

2014-01-06 Thread Karl Voit
* Peter Davis p...@pfdstudio.com 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

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

2014-01-06 Thread Joseph Vidal-Rosset
Hello Fabrice, 2014/1/6 Fabrice Popineau fabrice.popin...@supelec.fr http://blog.jansoehlke.com/?Recipesnr=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.

Re: [O] html checkbox output

2014-01-06 Thread Nicolas Goaziou
Hello, Bastien b...@gnu.org writes: Hi Nicolas and Rick, Nicolas Goaziou n.goaz...@gmail.com 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

Re: [O] Exporting markdown specific string

2014-01-06 Thread Nicolas Goaziou
Hello, Bastien b...@gnu.org writes: Nicolas Goaziou n.goaz...@gmail.com 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:

[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

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

2014-01-06 Thread Nick Dokos
Douglas zaphod4...@aol.com 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

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 p...@pfdstudio.com 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

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 b...@gnu.org 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

Re: [O] html checkbox output

2014-01-06 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com 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

Re: [O] patch for worg

2014-01-06 Thread Bastien
Hi Christian, Christian Wittern cwitt...@gmail.com 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

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

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

[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 boudic...@talktalk.net writes: Nick Dokos ndo...@gmail.com wrote: Sharon Kimble boudic...@talktalk.net 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

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

2014-01-06 Thread Nicolas Goaziou
Hello, Robert Klein rokl...@roklein.de 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

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 n.goaz...@gmail.com writes: Bastien b...@gnu.org 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

Re: [O] gnus: link annoyance

2014-01-06 Thread Nick Dokos
François Pinard pin...@iro.umontreal.ca 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

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

2014-01-06 Thread Nicolas Goaziou
Hello, Derek Feichtinger dfe...@gmail.com 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

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

2014-01-06 Thread Bastien
Hi François, François Pinard pin...@iro.umontreal.ca 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

[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

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 pin...@iro.umontreal.ca 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

[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

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 b...@gnu.org wrote: I think you forgot to tell us what the problem is :) -- Bastien -- Subhan Michael Tindall | Software Developer | s...@rentrakmail.com RENTRAK |

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 alias

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 p...@pfdstudio.com 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

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 f13) (lambda (ARG) (interactive c) (org-todo (string-to-number (char-to-string ARG))) (org-archive-subtree)))

[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 m...@ihm.name 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 f13) (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 stev...@uw.edu 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

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 ndo...@gmail.com wrote: Stephen J. Barr stev...@uw.edu writes: Greetings org-mode, I am trying to

Re: [O] Using org-diary

2014-01-06 Thread Nick Dokos
Stephen J. Barr stev...@uw.edu 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

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

[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

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

2014-01-06 Thread François Pinard
Bastien b...@gnu.org 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

Re: [O] Org-drill installation

2014-01-06 Thread Todd Neufeld
Bastien bzg at 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.

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

2014-01-06 Thread François Pinard
Daniel Clemente n142...@gmail.com 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

Re: [O] Parsing Org-mode in Python

2014-01-06 Thread François Pinard
Karl Voit devn...@karl-voit.at 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

Re: [O] email - TODO items?

2014-01-06 Thread Nick Dokos
Brett Viren b...@bnl.gov writes: Peter Davis p...@pfdstudio.com 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

Re: [O] gnus: link annoyance

2014-01-06 Thread François Pinard
Nick Dokos ndo...@gmail.com writes: François Pinard pin...@iro.umontreal.ca 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

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

2014-01-06 Thread Nick Dokos
John Kitchin jkitc...@andrew.cmu.edu 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

Re: [O] gnus: link annoyance

2014-01-06 Thread François Pinard
Rasmus ras...@gmx.us 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

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