[O] emacs and orgmode implemented at beta.metaStudio.org

2013-02-17 Thread Nagarjuna G.
There are already quite a few implementations that have taken orgmode to the online editing of wikis, blogs etc. We did one more addition. I am happy to inform you that we have implemented a collaboratively editable wiki pages using a simple javascript editor based on Jay Salvat's MarkItUp. (http

Re: [O] org-agenda-files skips two files

2013-02-17 Thread Eric Abrahamsen
Memnon Anon writes: > Hi, > > Eric Abrahamsen writes: > >> I've noticed for a while that two org files in my ~/org directory never >> get added to org-agenda-files, and I can't figure out why. My >> org-agenda-files is set to '("~/org/"), and yet: >> >> (dolist (f (directory-files "~/org" t "org

[O] Colorg weekly report

2013-02-17 Thread François Pinard
Hi, my Org friends. Real life rather caught me this weekend, to the point I had only very little free time, not enough to sensibly advance the colorg project. My plan was to program an automatic test generator for colorg-server. I wrote down notes about what it will be (but not worth committing)

Re: [O] autopair-mode

2013-02-17 Thread Marvin Doyley
Problem solved. I decided to use electric-pair-mode instead cheers M On Sun, Feb 17, 2013 at 6:05 PM, Marvin Doyley wrote: > Hi Bastien, > This the error I received > > define-key: Wrong type argument: characterp, nil > Error in post-command-hook (autopair-global-mode-check-buffers): > (wrong-

[O] [ANN] TaskJuggler ported to new export framework

2013-02-17 Thread Nicolas Goaziou
Hello, I eventually ported TaskJuggler back-end to new export framework. Variables have gone through the usual renaming : org-export-taskjuggler-* -> org-taskjuggler-* The other change is about `org-taskjuggler-final-hook', which should be run with the name of the file produced as argument.

Re: [O] Emacs-orgmode Digest, Vol 84, Issue 19

2013-02-17 Thread Alexandra Baehr
unsubscribe On 02/14/2013 11:00 AM, emacs-orgmode-requ...@gnu.org wrote: Send Emacs-orgmode mailing list submissions to emacs-orgmode@gnu.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.gnu.org/mailman/listinfo/emacs-orgmode or, via email, send a mess

Re: [O] Bug: Error with standard exporter on Windows

2013-02-17 Thread Bastien
Hi Otto, Otto Pichlhoefer writes: > With a minimal setup I get the following bug-report (backtrace is > attached) This bug has been fixed in the maint branch, so I suggest upgrading (from ELPA, since you're using ELPA.) Thanks, -- Bastien

Re: [O] autopair-mode

2013-02-17 Thread Bastien
Hi Marvin, Marvin Doyley writes: > Org-7.9.3   doesn't seem to play well with autopair-global-mode, > > I got the following error when I try to load an org file. > > Error in post-command-hook (autopair-global-mode-check-buffers): > (wrong-type-argument characterp nil) I just tried the latest a

Re: [O] [Feature Request] Cross headings in tables

2013-02-17 Thread Achim Gratz
Achim Gratz writes: > Nicolas Goaziou writes: >> You only need to modify org-element if Org syntax has been changed. > > Yes, thats exactly what I want. A new rule type was easy enough to implement: http://repo.or.cz/w/org-mode/org-tableheadings.git/commit/17a4e9c599c555f53c2831fe8c473f169ccd8679

[O] [Bug] 5cdf84ea68 makes babel tests fail

2013-02-17 Thread Achim Gratz
The commit 5cdf84ea68 creates the following test failures: […] Test test-org-babel/inline-src_blk-results-file condition: (error "C-c C-c can do nothing useful at this location") FAILED 152/363 test-org-babel/inline-src_blk-results-file […] 6 unexpected results: FAILED test-org-babel

Re: [O] [Feature Request] Cross headings in tables

2013-02-17 Thread Achim Gratz
Nicolas Goaziou writes: > You only need to modify org-element if Org syntax has been changed. Yes, thats exactly what I want. >> Also, it appears that each element can have only one property or did >> I miss something? It seems that having a way to get the (main) >> property and then asking if t

[O] autopair-mode

2013-02-17 Thread Marvin Doyley
Hi there, Org-7.9.3 doesn't seem to play well with autopair-global-mode, I got the following error when I try to load an org file. Error in post-command-hook (autopair-global-mode-check-buffers): (wrong-type-argument characterp nil) does anybody now how to resolve this ? cheers M

Re: [O] org-agenda-files skips two files

2013-02-17 Thread Memnon Anon
Hi, Eric Abrahamsen writes: > I've noticed for a while that two org files in my ~/org directory never > get added to org-agenda-files, and I can't figure out why. My > org-agenda-files is set to '("~/org/"), and yet: > > (dolist (f (directory-files "~/org" t "org$")) > (unless (member f org-ag

[O] org-export-babel-evaluate and :exports none

2013-02-17 Thread Ista Zahn
Hi, I upgraded to the latest git version yesterday, and am loving the new exporter. Congrats to all involved! However, when I set org-export-babel-evaluate to nil the new latex exporter (I have not tried the others) ignores :exports none source block header arguments. To reproduce: 1. start emac

[O] Getting Blorgit working on a remote server

2013-02-17 Thread Marko Dimjašević
Aloha, I'm trying to setup Blorgit on my server, and I believe I am doing something wrong because I can't navigate pages the way I want in my web browser. I managed to setup Blorgit locally on my laptop and it is working just fine. The problem I have is when I want to deploy it to my server. On

Re: [O] [Feature Request] Cross headings in tables

2013-02-17 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > I've just looked at how to implement this using org-element and the > new exporter. Much to my dismay I found that table headers are not > a separate row or row group type and the new exporter is still using > this "everything before the first separator is a heading"