[O] deft - A Notational Velocity mode for emacs

2011-09-09 Thread timetrap
And you can specify your own major mode(perfect for org-mode) ... my head just exploded, and my weekend schedule is now centered around rewriting my init.el. :-) http://jblevins.org/projects/deft/ This is different than org-velocity, as it uses multiple text files rather than an org-file or a buc

[O] Adding Timestamps

2011-09-09 Thread Chris Niven
Hi there, Is there any way to sum timestamps in org-mode? Thanks, -chris

Re: [O] Org minor mode in mail-mode

2011-09-09 Thread Eric Abrahamsen
On Sat, Sep 10 2011, Rene wrote: > René yahoo.com> writes: > >> Here is the the configuration I run >> >>(defun turn-on-full-org-mailing () >> (turn-on-orgstruct++) >> (turn-on-orgtbl) >> (load "org-html-mail")) >> >>(add-hook 'mail-mode-hook 'turn-on-full-org-mailing) >>

Re: [O] Org minor mode in mail-mode

2011-09-09 Thread Rene
René yahoo.com> writes: > Here is the the configuration I run > >(defun turn-on-full-org-mailing () > (turn-on-orgstruct++) > (turn-on-orgtbl) > (load "org-html-mail")) > >(add-hook 'mail-mode-hook 'turn-on-full-org-mailing) > > in order make use of Org minor mode (struc

Re: [O] Allo org-agenda-text-search-extra-files to be a directory

2011-09-09 Thread suvayu ali
On Fri, Sep 9, 2011 at 9:09 PM, Darlan Cavalcante Moreira wrote: > Is it possible to set org-agenda-text-search-extra-files with a directory > so that all .org files in that directory are considered for text searches > (similarly to how you can set org-agenda-files)? > This should work: (director

Re: [O] [babel] Collection of code block snippets

2011-09-09 Thread Eric Schulte
Martyn Jago writes: > Hi Eric > > Martyn Jago writes: > > [...] > >> >> One problem on my system is that emacs was using the wrong org mode >> since the newer org location wasn't known about. Also, the languages, >> emacs-lisp and sh need to be switched on (I thought emacs-lisp was on by >> defa

Re: [O] [babel] Collection of code block snippets

2011-09-09 Thread Eric Schulte
> > I've fixed my typos in test-ob.el below. > I've applied your previous patch along with this fix. Thanks! -- Eric -- Eric Schulte http://cs.unm.edu/~eschulte/

[O] Allo org-agenda-text-search-extra-files to be a directory

2011-09-09 Thread Darlan Cavalcante Moreira
I have a directory with several files that are not supposed to be in org-agenda-files (they don't have TODOs, schedule, etc), but that I want org to include in text searches. Is it possible to set org-agenda-text-search-extra-files with a directory so that all .org files in that directory are con

Re: [O] Change in org-babel with indenting code blocks?

2011-09-09 Thread Bastien
Hi John, John Wiegley writes: >> John Wiegley writes: > >> In the current Org (updated today), this problem now affects *all* >> non-drawer text in entries, including code blocks, lists, and log entries! >> This is makes entry shifting completely useless to me. What do I need to >> revert

Re: [O] [PATCH 0/5] loop over headlines in active region

2011-09-09 Thread David Maus
At Fri, 09 Sep 2011 17:26:43 +0200, Štěpán Němec wrote: > > The reason I asked (I didn't actually repeat anything, and it's all > apparently still far from obvious, at least to me) is that I'm confused: > You say "I didn't implement is as a macro, because A". Now we both agree > that A is an inval

Re: [O] [PATCH 0/5] loop over headlines in active region

2011-09-09 Thread Štěpán Němec
On Fri, 09 Sep 2011 17:10:42 +0200 David Maus wrote: > At Fri, 09 Sep 2011 12:26:31 +0200, > Štěpán Němec wrote: >> >> Still, I'd rather we stuck to the point and expressed ourselves in a way >> that doesn't imply the other side is either an idiot ... > > Your message simply repeated my conclusio

Re: [O] [PATCH 0/5] loop over headlines in active region

2011-09-09 Thread David Maus
At Fri, 09 Sep 2011 12:26:31 +0200, Štěpán Němec wrote: > > Still, I'd rather we stuck to the point and expressed ourselves in a way > that doesn't imply the other side is either an idiot ... Your message simply repeated my conclusion: Yes, the problem of referencing a free variable in the macro

Re: [O] [babel] VC-Log does not run correctly

2011-09-09 Thread suvayu ali
Hi Seb, On Thu, Sep 8, 2011 at 4:16 PM, Sebastien Vauban wrote: >  (when (vc-find-backend-function >         (vc-backend (buffer-file-name (get-buffer buf))) 'print-log) > AFAIU from a previous issue (more than a year back I think), you need to ensure buffer-file-name returns something reasonab

[O] Alignment Regexp Should Recognize Currencies

2011-09-09 Thread Daniel E . Doherty
All, I noticed that the regular expression for recognizing what columns are numeric in a table for purposes of right-aligning does not pick up dollar values with commas. For example, $23,821,415.18 would be treated as "text" and left-aligned, which I don't believe is what one would expect. It c

Re: [O] [babel] VC-Log does not run correctly

2011-09-09 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: > Off the top of my head I would recommend first running the vc-log code > block interactively to see how it behaves Had alreayd done it. Same behavior: question asked; whichever the answer, the results is empty (well, almost: only the first line stating the name of t

[O] disabling mathescape for individual listing?

2011-09-09 Thread Marko Schütz Schmuck
I have looked around, but couldn't find how to set mathescape=false for one individual #+begin_src sh block and LaTeX export. Any clarification is very much appreciated. Best regards, Marko pgpEwh48loE8c.pgp Description: PGP signature

Re: [O] [babel] Collection of code block snippets

2011-09-09 Thread Martyn Jago
Hi Eric Martyn Jago writes: [...] > > One problem on my system is that emacs was using the wrong org mode > since the newer org location wasn't known about. Also, the languages, > emacs-lisp and sh need to be switched on (I thought emacs-lisp was on by > default)? I was quite wrong here, emacs

Re: [O] [babel] Collection of code block snippets

2011-09-09 Thread Martyn Jago
Hi Rainer Rainer M Krug writes: [...] > > > I just tried to run the tests, and I got the following error: > >>rkrug@ecolmod:~$ emacs -Q -batch -L ~/.emacs.d/org-mode/lisp >>~/.emacs.d/org-mode/testing -l org-test.el -eval "(progn(setq >>org-confirm-babel-evaluate nil) \ > (org-babel-do-load-

Re: [O] [PATCH 0/5] loop over headlines in active region

2011-09-09 Thread Štěpán Němec
On Fri, Sep 09, 2011 at 12:41:45PM +0200, Bastien wrote: > Guys, let's keep using a civil tone in discussions. I think you're confusing "civil tone" with "political correctness" (which, in a lot of instances, can be translated as "hypocrisy"). I don't think every sentence containing the word "idi

Re: [O] [PATCH 0/5] loop over headlines in active region

2011-09-09 Thread Bastien
Guys, let's keep using a civil tone in discussions. I will come back to this issue and see if I can help. Thanks, -- Bastien

Re: [O] [PATCH 0/5] loop over headlines in active region

2011-09-09 Thread Štěpán Němec
On Fri, 09 Sep 2011 06:06:26 +0200 David Maus wrote: > At Wed, 07 Sep 2011 21:34:41 +0200, > Štěpán Němec wrote: >> So your "what stop me to implement a macro" argument is bogus, isn't it? >> I can't really comment on whether using a macro or not is the right >> thing here, but it seems to me you

Re: [O] [babel] Collection of code block snippets

2011-09-09 Thread Rainer M Krug
On Fri 09 Sep 2011 00:03:59 CEST, Martyn Jago wrote: > Hi Eric > > Martyn Jago writes: > >> Hi Eric >> >> Eric Schulte writes: >> >>> Hi Martyn, >>> I have written a few more tests for inline source blocks execution with org-ctrl-c-ctrl-c (not extensive by any means). >>> >>> Thank