Re: [O] Emacs user conference

2012-12-09 Thread joakim
Nic Ferrier writes: > Nic Ferrier wrote: >>> My understanding is that the guy who started the emacsconf.herokuapp.com >>> IS planning to do a conference in London in March/April time. > > joa...@verona.se replied: > >> That would be nice! Anyway, I wouldnt be able to put in much in the way >> of

Re: [O] The statement on what is orgmode.

2012-12-09 Thread David Rogers
Ivan Andrus writes: > On Dec 7, 2012, at 9:50 AM, David Rogers wrote: >> And how about fantasy-but-would-be-really-useful features? Nearly unlimited. >> >> - Fully-functioning, practical Org-mode & Gnus & Emacs on a touch screen > > Would Emacs be Emacs without 5 modifier keys? > >> - Optical

Re: [O] export_file_name problem with new exporter

2012-12-09 Thread Alan Schmitt
Achim Gratz writes: > Alan Schmitt writes: >> TINYCHANGE > > As much as you would wish it wasn't so, your patch exceeds the tiny > change limit (not even counting your previous contributions) and you'll > need signed copyright papers for this to go into Org and Emacs. OK, there's something I'm m

[O] babel perl issue

2012-12-09 Thread flav
Hello, I am trying to use babel and I don't manage : #+begin_src perl print "toto\n"; #+end_src When I do C-c C-o : No org-babel-execute function for perl! In my .emacs : (setq org-src-lang-modes (quote (("ocaml" . tuareg) ("elisp" . emacs-lisp) ("ditaa" . artist) ("asymptote" . asy) ("dot"

Re: [O] export_file_name problem with new exporter

2012-12-09 Thread Achim Gratz
Alan Schmitt writes: > OK, there's something I'm missing here. First, the patch is a copy of > the same functions in org-e-latex with about 100 characters modified (by > repeatedly renaming "latex" into "beamer" in several places). I thought > it would qualify for a "TINYCHANGE", but I guess this j

Re: [O] babel perl issue

2012-12-09 Thread Achim Gratz
flav writes: > In my .emacs : > (setq org-src-lang-modes (quote (("ocaml" . tuareg) ("elisp" . > emacs-lisp) ("ditaa" . artist) ("asymptote" . asy) ("dot" . > fundamental) ("sqlite" . sql) ("calc" . fundamental) ("C" . c) ("cpp" . > c++) ("screen" . shell-script) ("perl" . perl Scratch that.

Re: [O] export_file_name problem with new exporter

2012-12-09 Thread Suvayu Ali
On Sun, Dec 09, 2012 at 12:04:18PM +0100, Achim Gratz wrote: > Alan Schmitt writes: > > I have actually signed and sent the papers to the FSF, I'm waiting to > > get them back. Nevertheless it may be good to clarify whether the > > TINYCHANGE restriction applies to files in contrib. > > Then I wou

Re: [O] export_file_name problem with new exporter

2012-12-09 Thread Jambunathan K
Suvayu Ali writes: > On Sun, Dec 09, 2012 at 12:04:18PM +0100, Achim Gratz wrote: >> Alan Schmitt writes: >> > I have actually signed and sent the papers to the FSF, I'm waiting to >> > get them back. Nevertheless it may be good to clarify whether the >> > TINYCHANGE restriction applies to files

[O] Custom agenda: search by tag and exclude DONE items

2012-12-09 Thread Karl Voit
Hi! I want a custom agenda that lists all headings (not necessarily with a state like TODO or NEXT) which are tagged with :borrowed: but which are not in state DONE or CANCELED. Should match: * this item :borrowed: <- no state! * WAITING another item :borrowed: * TODO some item

Re: [O] babel perl issue

2012-12-09 Thread Eric Schulte
Achim Gratz writes: > flav writes: >> In my .emacs : >> (setq org-src-lang-modes (quote (("ocaml" . tuareg) ("elisp" . >> emacs-lisp) ("ditaa" . artist) ("asymptote" . asy) ("dot" . >> fundamental) ("sqlite" . sql) ("calc" . fundamental) ("C" . c) ("cpp" . >> c++) ("screen" . shell-script) ("per

Re: [O] Exclude tag from custom agenda

2012-12-09 Thread Memnon Anon
Karl Voit writes: > What I want to achieve: on top, there should be my normal agenda > (events, tasks, habits, ...) but minus elements tagged with > "reward". [...] > I think, that «(agenda "" nil)» has to be modified but I don't know > how. I'm in a hurry, but lets see if I can give you somethi

Re: [O] Sort by Inactive Timestamp

2012-12-09 Thread Memnon Anon
Jeff Mickey writes: > Thank you Memnon! The (get-text-property 1 'org-marker a) is still > voodoo to me, but that worked perfectly. Hehe, it *is* black magic. Carsten recommended to have a look at the org-cmp-* functions (http://article.gmane.org/gmane.emacs.orgmode/14634). Those lines are bas

Re: [O] export_file_name problem with new exporter

2012-12-09 Thread Achim Gratz
Suvayu Ali writes: > The FSF now accepts scans of the signed form I believe. So the process > can be completed without using snail-mail. The snail mail part wasn't the limiting factor, at least in my case. :-) Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld

[O] [PATCH] re-introduce org-install for standalone Org

2012-12-09 Thread Achim Gratz
Here's the patch to re-introduce org-install.el again, now with compatibility code for XEmacs. The explanations are in the commit message, but please ask if there are further questions. >From 29e382bebad0214fcb6eae0ae8b563fc70bb785b Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Sun, 9 Dec 20

Re: [O] org-caldav: scripting for multiple calnedars?

2012-12-09 Thread David Engster
Detlef Steuer writes: > What I'm trying to figure out at the moment, is how to setup a batch so, that > say work.org goes into calendar "work", family.org into calendar "family" > etc., > without asking for user/password combinations. That's not implemented. I guess you can workaround the probl

Re: [O] babel perl issue

2012-12-09 Thread Achim Gratz
Eric Schulte writes: > See http://orgmode.org/manual/Languages.html for the documentation on > how to activate and disable org-babel languages. That actually produces the error: File mode specification error: (void-variable org-babel-tangle-lang-exts) as the OP has found out (and I can reproduce

Re: [O] Exclude tag from custom agenda

2012-12-09 Thread Karl Voit
* Memnon Anon wrote: > > I'm in a hurry, but lets see if I can give you something in 5 minutes. :-) Following works: ,[ section within org-agenda-custom-commands ] | ("b" "borrowed stuff" tags "+borrowed" ( | (org-agenda-overriding-header "stuff that I borrowed") | (org-agenda-skip-functi

Re: [O] Custom agenda: search by tag and exclude DONE items

2012-12-09 Thread Karl Voit
* Karl Voit wrote: > Hi! > > I want a custom agenda that lists all headings (not necessarily with > a state like TODO or NEXT) which are tagged with :borrowed: but > which are not in state DONE or CANCELED. Following works thanks to Memnon Anon: ,[ section within org-agenda-custom-commands ]

Re: [O] Exclude tag from custom agenda

2012-12-09 Thread Karl Voit
* Karl Voit wrote: > * Memnon Anon wrote: >> >> I'm in a hurry, but lets see if I can give you something in 5 minutes. > > :-) > > Following works: Sorry! I answered the wrong email :-( My email was referring to another thread here. -- Karl Voit

Re: [O] Exclude tag from custom agenda

2012-12-09 Thread Karl Voit
* Memnon Anon wrote: > Karl Voit writes: > >> What I want to achieve: on top, there should be my normal agenda >> (events, tasks, habits, ...) but minus elements tagged with >> "reward". > > #+begin_src emacs-lisp > ;;; Based on http://article.gmane.org/gmane.emacs.orgmode/41427 > (defun my-ski

[O] Displaying Pretty fontification of source code blocks

2012-12-09 Thread Rodolfo Aramayo
Hi, I have downloaded the org-source file corresponding to: http://orgmode.org/worg/org-contrib/babel/examples/fontify-src-code-blocks.html Installed color-theme-leuven.el Opened the file in emacs and exported as htm

Re: [O] Displaying Pretty fontification of source code blocks

2012-12-09 Thread Jambunathan K
Rodolfo Aramayo writes: > Hi, > I have downloaded the org-source file corresponding to: > http://orgmode.org/worg/org-contrib/babel/examples/fontify-src-code-blocks. > html > Installed color-theme-leuven.el > Opened the file in emacs and exported as html > Despite my best efforts I cannot make th

Re: [O] babel perl issue

2012-12-09 Thread flav
I put (require 'ob-tangle) in my .emacs I am sorry but now Symbol's function definition is void: org-not-nil 2012/12/9 ASSI > require 'ob-tangle -- flav

Re: [O] Linking to Thunderbird (correction)

2012-12-09 Thread Christoph Herzog
On 12/08/2012 12:41 AM, Christoph Herzog wrote: Today I discovered a really practical add-on for Thunderbird that solved my problem of how to linking to a mail in Thunderbird: https://addons.mozilla.org/de/thunderbird/addon/thunderlink/ (It requires some modification of the mimetypes on your sy