Re: [O] Schedule event

2011-08-05 Thread Carsten Dominik
On 5.8.2011, at 19:05, Jason Dunsmore wrote: > In the Org manual, a distinction is made between items that have a > timestamp with the "SCHEDULED" keyword and items that have a plain > timestamp: > > "Scheduling an item in Org-mode should not be understood in the same way > that we understand

Re: [O] org-babel-pop-to-session

2011-08-05 Thread suvayu ali
On Sat, Aug 6, 2011 at 3:23 AM, Vikas Rawal wrote: > #+property: session harland > I'm not sure I recognise this syntax. Are you sure this is correct? According to my understanding it should be something like this: #+BABEL: :session *harland*

[O] Bug: aquamacs hangs when scrolling column view [7.7 (release_7.7.104.g8425)]

2011-08-05 Thread Skip Collins
When I move the scroll bar down in column view, Aquamacs typically hangs. This is repeatable with the following minimal.emacs file: --8<---cut here---start->8--- (add-to-list 'load-path (expand-file-name "~/Documents/elisp/org-mode/lisp")) (add-to-list 'auto-mod

[O] org-babel-pop-to-session

2011-08-05 Thread Vikas Rawal
I am having a strange problem. I would like session-based evaluation of my R src blocks. I have the following defined in the header. #+property: session harland However, when I press C-c, the source block is not sent to the session harland. When I do M-x org-babel-pop-to-session I get a message

[O] (no subject)

2011-08-05 Thread Vikas Rawal

Re: [O] Handling errors in command line exporting of agenda?

2011-08-05 Thread suvayu ali
On Sat, Aug 6, 2011 at 1:34 AM, suvayu ali wrote: > if you one the file if you open* the file Sorry for the typo. -- Suvayu Open source is the future. It sets us free.

Re: [O] Handling errors in command line exporting of agenda?

2011-08-05 Thread suvayu ali
Hi John, On Sat, Aug 6, 2011 at 12:15 AM, John Hendy wrote: > 1) writing a script that could handle the failure and leave the > current agenda exported text file if it happened > Do you run into the same problem if you one the file before hand in read only mode? Something like this before the ag

[O] Handling errors in command line exporting of agenda?

2011-08-05 Thread John Hendy
I have a custom view that I'm exporting to a text file and then displaying on my wallpaper with conky. I noticed that if I actually have emacs open and a file is autosaved but not saved "for real," then the exported text file is blank. I use this command in cron: ,--- | emacs -batch -l ~/.emacs -e

Re: [O] ebib configuration for org-bibtex

2011-08-05 Thread Thomas S. Dye
Eric Schulte writes: > t...@tsdye.com (Thomas S. Dye) writes: > >> Aloha all, >> >> I'm trying, partially successfully, to configure org-bibtex so it mimics >> some useful features of ebib. In particular, I'm wanting to add several >> optional fields that ebib uses. >> >> >> I have this in .emac

Re: [O] bug: export of results in babel/R prevents export

2011-08-05 Thread Achim Gratz
Eric Schulte writes: > Julian Gehring writes: >>"Symbol's function definition is void: copy-seq". > I just pushed up a change which should fix this problem. Please let me > know if this error persists. Alternatively, doing an M-x org-reload (bound to C-c C-x !) also gets rid of this error.

Re: [O] How to uniformly configure multiple org files

2011-08-05 Thread Darlan Cavalcante Moreira
Thanks, this is exactly what I need. At Fri, 5 Aug 2011 15:09:17 -0300, Juan Pechiar wrote: > > Hi Darlan, > > Please check #SETUPFILE > >http://orgmode.org/manual/In_002dbuffer-settings.html > > Regards, > .j. > > On Fri, Aug 05, 2011 at 02:54:30PM -0300, Darlan Cavalcante Moreira wrot

Re: [O] bug: export of results in babel/R prevents export

2011-08-05 Thread Julian Gehring
Hi Eric, thank you for the fast response. Everything is working fine now. Best Julian

Re: [O] bug: export of results in babel/R prevents export

2011-08-05 Thread Eric Schulte
Julian Gehring writes: > Hi, > > when trying to export a file (example see below) with R code and the > parameter ":exports" set to "both" or "results" > >Test babel >#+BABEL: :exports both :session >#+begin_src R >1:10 >#+end_src > > to html or pdf, export fails with > >

[O] bug: export of results in babel/R prevents export

2011-08-05 Thread Julian Gehring
Hi, when trying to export a file (example see below) with R code and the parameter ":exports" set to "both" or "results" Test babel #+BABEL: :exports both :session #+begin_src R 1:10 #+end_src to html or pdf, export fails with "Symbol's function definition is void: copy-seq". Th

Re: [O] How to uniformly configure multiple org files

2011-08-05 Thread Juan Pechiar
Hi Darlan, Please check #SETUPFILE http://orgmode.org/manual/In_002dbuffer-settings.html Regards, .j. On Fri, Aug 05, 2011 at 02:54:30PM -0300, Darlan Cavalcante Moreira wrote: > > In each org file I usually put several configuration lines such > as #+STARTUP, #+OPTIONS, #+LINK, etc. Is ther

[O] How to uniformly configure multiple org files

2011-08-05 Thread Darlan Cavalcante Moreira
In each org file I usually put several configuration lines such as #+STARTUP, #+OPTIONS, #+LINK, etc. Is there a way to keep these configurations in a single file and then "include" this file in each org file I want? This would be particularly useful for projects. What I have in mind is something

Re: [O] [BABEL,PATCH] cpp->c++-mode, ob-C mode tests

2011-08-05 Thread Eric Schulte
Litvinov Sergey writes: > The first patch maps cpp language code to c++-mode. The second patch > adds tests for ob-C. > The first patch is applied, and the second patch will be applied once your FSF assignment goes through. Many thanks for these contributions! -- Eric > > From d0bc3554ec70138

Re: [O] [PATCH] testing/ort-test.el, regexp to find files

2011-08-05 Thread Eric Schulte
Applied, Thanks -- Eric Litvinov Sergey writes: > org-test picks up temporary and backup files. Please consider a patch > the attachments to get rid of them. > > From 9b616baf0f3df63ea13ffde37c9c5aff903fac4e Mon Sep 17 00:00:00 2001 > From: Sergey Litvinov > Date: Mon, 1 Aug 2011 00:47:32 +0200

Re: [O] ebib configuration for org-bibtex

2011-08-05 Thread Eric Schulte
t...@tsdye.com (Thomas S. Dye) writes: > Aloha all, > > I'm trying, partially successfully, to configure org-bibtex so it mimics > some useful features of ebib. In particular, I'm wanting to add several > optional fields that ebib uses. > > > I have this in .emacs: > > #+begin_src emacs-lisp :tan

Re: [O] [babel] tangle from within codeblock?

2011-08-05 Thread Eric Schulte
Rainer M Krug writes: > Hi > > I have an R package in org, and would like to tangle it before I submit to > svn. > > I commit via a code block: > > #+begin_src sh :results output > svn commit -m "edits" > #+end_src > > How can I tangle automatically before I commit? I could use batch execution >

[O] Schedule event

2011-08-05 Thread Jason Dunsmore
In the Org manual, a distinction is made between items that have a timestamp with the "SCHEDULED" keyword and items that have a plain timestamp: "Scheduling an item in Org-mode should not be understood in the same way that we understand scheduling a meeting. Setting a date for a meeting is j

Re: [O] C-x n s no longer works in outline mode

2011-08-05 Thread Leo
Note: Broken by commit http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=1e59039f8cf93830f930f7dc99117c41586552e9

Re: [O] Largest org file you have + performance

2011-08-05 Thread Matt Lundin
"jiangzuo...@gmail.com" writes: > My largest org file is QuanSongCi.org, contains ci poetry of Song > dynasty, about 6MB size. > > Editing in emacs is very slow, save needs to wait about > minutes. convert to html needs to wait about minutes, too. So, > sometimes, sed like tools is preferred to d

Re: [O] Point jumps when changing timestamps

2011-08-05 Thread Matt Lundin
Nicolas Goaziou writes: > Matt Lundin writes: >> >> If I am on the headline, the easiest way (for me) to navigate to the >> headline is C-n C-e. Then I can type S-left or S-right and quickly move >> through the dates; the cursor, moreover, will be in a convenient >> position for typing RET and a

Re: [O] Inline tasks in agenda search

2011-08-05 Thread suvayu ali
Hi Nicolas, On Fri, Aug 5, 2011 at 12:00 PM, Nicolas Goaziou wrote: > It's because I only gave you a part of the required function. Also, if > you look at the doc-string, you'll see that: >  1. it should return the position to continue the search from; That was extremely dense of me. I wasn't th

Re: [O] Inline tasks in agenda search

2011-08-05 Thread Nicolas Goaziou
Suvayu Ali writes: > I tried this: > > (setq org-agenda-skip-function '(and (featurep 'org-inlinetask) >(let ((case-fold-search t)) > (org-looking-at-p (concat > (org-inlinetask-outline-regexp) "end[ \t]*$") > > > But p

Re: [O] Inline tasks in agenda search

2011-08-05 Thread Suvayu Ali
Hi Nicolas, Thanks a lot for your response. On Fri, 05 Aug 2011 10:53:43 +0200 Nicolas Goaziou wrote: > #+begin_src org > (and (featurep 'org-inlinetask) > (let ((case-fold-search t)) >(org-looking-at-p (concat (org-inlinetask-outline-regexp) > "end[ \t]*$" #+end_src I tried t

Re: [O] Inline tasks in agenda search

2011-08-05 Thread Nicolas Goaziou
Hello, suvayu ali writes: > Hi again, > > On Mon, Aug 1, 2011 at 6:49 PM, suvayu ali > wrote: >> On Mon, Aug 1, 2011 at 5:57 PM, suvayu ali >> wrote: >>> Hi Orgers, >>> >>> Is there any way to ignore the "END" entries in inline tasks in agenda >>> search results? >> >> Strangely now this wor

Re: [O] Point jumps when changing timestamps

2011-08-05 Thread Nicolas Goaziou
Matt Lundin writes: > I realize that I can change a scheduled timestamp with C-s C-s, and I > often do. But I often find myself needing to move appointments such as > the following back and forward a day: > > * An appointment > <2011-08-04 Thu +1w> > > If I am on the headline, the easiest way (