[Orgmode] [babel] features request for Emacs Initialization

2009-12-01 Thread bluedian
Hi, Thanks for org-babel, my configuration file are now in org form and it's pretty easy to manage and document them. I was looking for that kind of things since a long time ! I will find interesting to have two more things (perhaps it's already there) : 1) When the org configuration file

[Orgmode] Re: [babel] Executing sh-code

2009-12-01 Thread Sébastien Vauban
Hi Nick and Eric, Eric Schulte wrote: Nick Dokos nicholas.do...@hp.com writes: There are two methods that I use that I think are much more effective than sprinkling message calls all over the place: o edebug-defun: (in emacs-lisp mode, C-u C-M-x) will mark the function so that

[Orgmode] Tables in databases

2009-12-01 Thread andrea
Org tables are great but for visualization and querying maybe databases are better, for example sqlite for small amounts of data is very nice and powerful. I found this http://orgmode.org/worg/org-tutorials/multitarget-tables.php which I haven't tried yet but looks nice. I would like to have an

[Orgmode] Re: [babel] Executing sh-code

2009-12-01 Thread Sébastien Vauban
Hi Eric, FYI, I just re-did a git pull make clean make, before writing this post (5 min ago). I also launched a new Emacs. Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Let's assume the following Org file: #+begin_src sh :session ecm cd ~/Personal #+end_src

[Orgmode] Re: [babel] Bug when exporting to LaTeX

2009-12-01 Thread Sébastien Vauban
Hi Eric, Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: [...] when exporting to LaTeX. Note the \items in the code... I think you may need to update your version of Org-mode Done every couple of days, or so... (and make sure that you are loading Org from your

[Orgmode] Re: Restructure my org-life

2009-12-01 Thread andrea
Matt Lundin m...@imapmail.org writes: andrea andrea.crott...@gmail.com writes: A quick question: Are you using the agenda? IMO, the number of org files you use doesn't really matter, since the agenda will gather the relevant information from all of them and since you can jump directly from

[Orgmode] Re: Html and unreadable characters

2009-12-01 Thread andrea
Sebastian sebastian_r...@gmx.de writes: It seems you use a dark background color in emacs? If so, just adjust the CSS style `background-color' for your pre tags like this: pre, code.pre { background-color:black; /* or #33 ... */ /* ... more styles here ... */ } Yes I am

[Orgmode] Re: sreen : unable to run org-babel-screen-test

2009-12-01 Thread Benjamin Andresen
Hey, bluedian blued...@gmail.com writes: Hi, With the last git version (updated by org-track 5 five minutes ago), I have still the same problem and the same error message. I'm a bit at a loss with debugging this thing non-interactively. (Yeah I know, after the first one was unsuccessful

Re: [Android] Running debian + emacs on my Android G1 [was: [Orgmode] emacs + orgmode on Ubuntu on Android G1]

2009-12-01 Thread Friedrich Delgado Friedrichs
Ok, summary of my experiences so far: Emacs runs nicely, but uses a lot of memory with org mode, and it's hard to use the agenda and probably difficult to make it run much faster. Thus I'll only be using the local emacs on my android phone as a fallback when I have no (fast) network access,

[Orgmode] Org mode and Collaboration with others.

2009-12-01 Thread Tim O'Callaghan
Hi org (ab)users This is a kind of follow up to an earlier thread, because i think there is some value in kicking off a discussion. I have suspicions that org-mode is essentially a solitary habit. I've done a quick search in the manual or FAQ about how you might share your org habit with others,

[Orgmode] org-babel-tangle tangles too much !

2009-12-01 Thread Nicolas Girard
Hi, I can't get tangle to work the way I want. Given a file f.org which contains = #+srcname: a #+begin_src emacs-lisp (a) #+end_src #+srcname: b #+begin_src emacs-lisp a (b) #+end_src = I would like (a) to appear only once in the tangled file f.el. All I could get is, that either (a)

Re: [Orgmode] org-babel-tangle tangles too much !

2009-12-01 Thread Thomas S. Dye
Hi Nicolas, On Dec 1, 2009, at 4:54 AM, Nicolas Girard wrote: Hi, I can't get tangle to work the way I want. Given a file f.org which contains = #+srcname: a #+begin_src emacs-lisp (a) #+end_src #+srcname: b #+begin_src emacs-lisp a (b) #+end_src = I would like (a) to appear only

Re: [Orgmode] org-babel-tangle tangles too much !

2009-12-01 Thread Eric Schulte
Hi Nicolas, At the moment org-babel believes that any time it sees a valid source block name surrounded by characters it is responsible for expanding them. Is there a reason that you are abusing this syntax? It looks as though you are trying to setup multiple levels of tangling like org-babel

Re: [Orgmode] org-babel-tangle tangles too much !

2009-12-01 Thread Dan Davison
Nicolas Girard nicolas.gir...@nerim.net writes: Hi, I can't get tangle to work the way I want. ... All I could get is, that either (a) appears twice (default behaviour), or (a) doesn't appear at all when I append :tangle no to #+srcname: a. Hi Nicolas, Note that all header arguments

[Orgmode] Re: org-babel-tangle tangles too much !

2009-12-01 Thread Nicolas Girard
On Tue, 01 Dec 2009 05:43:38 -1000, Thomas S. Dye wrote : Your code snippet doesn't tangle at all here. Perhaps you have a setting somewhere that has an effect on tangling? I'm intending my file (username.org) to be processed by Eric's emacs-starter-kit during init (via org-babel-load-file I

Re: [Orgmode] Re: org-babel-tangle tangles too much !

2009-12-01 Thread Thomas S. Dye
Hi Nicolas, On Dec 1, 2009, at 7:55 AM, Nicolas Girard wrote: On Tue, 01 Dec 2009 05:43:38 -1000, Thomas S. Dye wrote : Your code snippet doesn't tangle at all here. Perhaps you have a setting somewhere that has an effect on tangling? I'm intending my file (username.org) to be processed

[babel] Re: [Orgmode] Re: org-babel-tangle tangles too much !

2009-12-01 Thread Dan Davison
**thread participants: let's not forget to put [babel] in the subject line.** Nicolas Girard nicolas.gir...@nerim.net writes: On Tue, 01 Dec 2009 05:43:38 -1000, Thomas S. Dye wrote : Your code snippet doesn't tangle at all here. Perhaps you have a setting somewhere that has an effect on

[Orgmode] [BUG] read-char arguments: XEmacs incompatibility

2009-12-01 Thread Richard KLINDA
In org-clock.el there is a call to read-char with 3 arguments, but XEmacs's version only takes 0 arguments, so it signals error (upon using org-clock-in, for example). , | (let (char-pressed) | (while (null char-pressed) | (setq char-pressed |

[Orgmode] [PATCH] org-clock-select-task bugfix (XEmacs incompatibility)

2009-12-01 Thread Richard KLINDA
See attached simple patch. From 795d529d622f509f47c2bf17a0139fbe1659cc5f Mon Sep 17 00:00:00 2001 From: Richard Klinda rkli...@gmail.com Date: Tue, 1 Dec 2009 21:03:39 +0100 Subject: [PATCH] org-clock: org-clock-select-task bugfix (XEmacs) --- lisp/org-clock.el |4 1 files changed, 4

[Orgmode] Re: [babel] org-babel-tangle tangles too much !

2009-12-01 Thread Nicolas Girard
2009/12/1, Dan Davison davi...@stats.ox.ac.uk: **thread participants: let's not forget to put [babel] in the subject (...) and then I evaluated this (org-babel-load-file /tmp/ng.org) (...) Does this help? Hi Dan, yes, it does, thanks ! I was using org-babel-tangle or

[Orgmode] [PATCH] Suppress extra newlines around source code in LaTeX export

2009-12-01 Thread Nicolas Girard
Hi, title says it all. A single paragraph such as: #=== Dura lex #+begin_src emacs-lisp (a) #+end_src sed lex #=== should remain entire in the LaTeX export. -- Nicolas diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 7509ba8..4c4d540 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@

[Orgmode] [BUG] LaTeX exporter should honor empty lines

2009-12-01 Thread Nicolas Girard
The following test file #=== - A0 - B0 C0 - A1 - B1 C1 - A2 - B2 C2 - A3 - B3 C3 #=== translates into %=== \begin{itemize} \item B0 \end{itemize} C0 \begin{itemize} \item A1 \item B1 C1 \item A2 \item B2 \end{itemize} C2 \begin{itemize} \item A3 \item B3 \end{itemize} C3 %===

[Orgmode] Re: [BUG] LaTeX exporter should honor empty lines

2009-12-01 Thread Nicolas Girard
2009/12/1 Nicolas Girard nicolas.gir...@nerim.net: The following test file #=== - A0 - B0 C0 - A1 - B1  C1 - A2 - B2 C2 - A3 - B3 C3 #=== translates into %=== \begin{itemize} \item B0 \end{itemize} C0 \begin{itemize} \item A1 \item B1  C1 \item A2 \item B2

[Orgmode] [OT] Emacs for email?

2009-12-01 Thread Keith Lancaster
I apologize for the WAY off topic question, but since you folk are emacs expertsdo you use emacs for email, and if so, what do you use? Org-mode caused me to switch to emacs after programming for 30 years in other editors, and so like many emacs converts, I'm not wanting to exit the app

[Orgmode] How to snooze a repeating item

2009-12-01 Thread Andrew M. Nuxoll
I've been using org-mode for four months now and I just love it. So I think I'm post-newb but still very amateur. Anyway, my to-do list has several repeating scheduled items like this contrived example: * TODO [#B] Lunch date with Sarah at 12pm SCHEDULED: 2009-12-08 Tue +1w Or, in

[Orgmode] Re: How to snooze a repeating item

2009-12-01 Thread Bernt Hansen
Andrew M. Nuxoll nux...@up.edu writes: I've been using org-mode for four months now and I just love it. So I think I'm post-newb but still very amateur. Anyway, my to-do list has several repeating scheduled items like this contrived example: * TODO [#B] Lunch date with Sarah at 12pm

[Orgmode] Re: [OT] Emacs for email?

2009-12-01 Thread Ben Finney
Keith Lancaster klancaster1...@acm.org writes: I apologize for the WAY off topic question, but since you folk are emacs expertsdo you use emacs for email, and if so, what do you use? I use Gnus for NNTP (e.g. for participating in this forum), and am really liking it. I would dearly love

Re: [Orgmode] How to snooze a repeating item

2009-12-01 Thread Nick Dokos
Andrew M. Nuxoll nux...@up.edu wrote: I've been using org-mode for four months now and I just love it. So I think I'm post-newb but still very amateur. Anyway, my to-do list has several repeating scheduled items like this contrived example: * TODO [#B] Lunch date with Sarah at

Re: [Orgmode] [OT] Emacs for email?

2009-12-01 Thread Nick Dokos
Keith Lancaster klancaster1...@acm.org wrote: I apologize for the WAY off topic question, but since you folk are emacs = expertsdo you use emacs for email, and if so, what do you use? = Org-mode caused me to switch to emacs after programming for 30 years in = other editors, and so like

Re: [Orgmode] [OT] Emacs for email?

2009-12-01 Thread Darlan Cavalcante Moreira
I use wanderlust for email (including this list) and it works really well with imap. I was somewhat hard to configure, but now that everything is working I don't feel like going back to my previous e-mail client (evolution). - Darlan Cavalcante At Tue, 1 Dec 2009 15:34:24 -0600, Keith

Re: [Orgmode] How to snooze a repeating item

2009-12-01 Thread Darlan Cavalcante Moreira
That's what I would do too. Also, I suggest making this entry an habit with org-habit to see if you like it. At Tue, 01 Dec 2009 18:09:17 -0500, Nick Dokos nicholas.do...@hp.com wrote: Andrew M. Nuxoll nux...@up.edu wrote: I've been using org-mode for four months now and I just love it.

[Orgmode] [BUG]: function looking-back (XEmacs incompatibility)

2009-12-01 Thread Richard KLINDA
XEmacs and older Emacs (22 and below) don't have the function LOOKING-BACK. I've found a definiton of it here: http://moinmo.in/EmacsForMoinMoin , | (or (fboundp 'looking-back) | ; taken straight out of http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/subr.el?rev=1.530view=auto |

[Orgmode] Re: [OT] Emacs for email?

2009-12-01 Thread Matt Lundin
Keith Lancaster klancaster1...@acm.org writes: I apologize for the WAY off topic question, but since you folk are emacs expertsdo you use emacs for email, and if so, what do you use? Org-mode caused me to switch to emacs after programming for 30 years in other editors, and so like many

[Orgmode] Re: [OT] Emacs for email?

2009-12-01 Thread Keith Lancaster
Darlan Cavalcante Moreira darc...@gmail.com writes: I use wanderlust for email (including this list) and it works really well with imap. I was somewhat hard to configure, but now that everything is working I don't feel like going back to my previous e-mail client (evolution). - Darlan

Re: [Orgmode] [OT] Emacs for email?

2009-12-01 Thread Henri-Paul Indiogine
I ended up choosing Gnus. It is way to complex for me, but it is included in the standard Gnu Emacs distribution. To add packets to Gnu Emacs is much more complicated than it should be. For example, I would like to read html email in Gnus using w3m, but it seems that the latest version of

[Orgmode] Re: How to snooze a repeating item

2009-12-01 Thread Andrew M. Nuxoll
This is what I have been doing...but it's not very elegant and potentially confusing when I encounter it later. It also throws off my time management numbers. Can anyone supply a better solution? :AMN: Bernt Hansen wrote: I would probably clone the entry once and set it for Wednesday and

[Orgmode] Properties and Property Drawers in HTML export

2009-12-01 Thread Rick Moynihan
Does anyone know if it's possible to export org-mode properties and property drawers in a HTML export? R. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Re: Properties and Property Drawers in HTML export

2009-12-01 Thread Rick Moynihan
2009/12/2 Rick Moynihan rick.moyni...@gmail.com: Does anyone know if it's possible to export org-mode properties and property drawers in a HTML export? R. Ok, just discovered the :drawers option! The documentation claims that supplying a list of properties allows you to filter which ones are

Re: [Orgmode] [OT] Emacs for email?

2009-12-01 Thread Dan Davison
Keith Lancaster klancaster1...@acm.org writes: I apologize for the WAY off topic question, but since you folk are emacs expertsdo you use emacs for email, and if so, what do you use? Org-mode caused me to switch to emacs after programming for 30 years in other editors, and so like many

Re: [Orgmode] [OT] Emacs for email?

2009-12-01 Thread Russell Adams
On Tue, Dec 01, 2009 at 09:15:27PM -0500, Dan Davison wrote: Keith Lancaster klancaster1...@acm.org writes: I apologize for the WAY off topic question, but since you folk are emacs expertsdo you use emacs for email, and if so, what do you use? Org-mode caused me to switch to emacs

Re: [Orgmode] URLs are not always linked properly

2009-12-01 Thread William Henney
On Mon, Nov 30, 2009 at 11:47 AM, Carsten Dominik carsten.domi...@gmail.com wrote: On Nov 30, 2009, at 8:10 PM, PT wrote: For example, for this URL the bracketed part is not handled as part of the URL, though it should be: http://en.wikipedia.org/wiki/Lost_(TV_series) More often than not

Re: [Orgmode] [BUG]: function looking-back (XEmacs incompatibility)

2009-12-01 Thread Carsten Dominik
Hi RIchard, this code is already (and has been for a few weeks) in org-compat.el - Carsten On Dec 2, 2009, at 1:37 AM, Richard KLINDA wrote: XEmacs and older Emacs (22 and below) don't have the function LOOKING-BACK. I've found a definiton of it here: http://moinmo.in/EmacsForMoinMoin

Re: [Orgmode] [PATCH] org-clock-select-task bugfix (XEmacs incompatibility)

2009-12-01 Thread Carsten Dominik
Hi Richard, I don't see why this would be necessary? Under what circumstances does this fail? - Carsten On Dec 1, 2009, at 9:07 PM, Richard KLINDA wrote: See attached simple patch. From 795d529d622f509f47c2bf17a0139fbe1659cc5f Mon Sep 17 00:00:00 2001 From: Richard Klinda

Re: [Orgmode] beamer columns

2009-12-01 Thread Carsten Dominik
Hi Darlan, I have gone through a number of ideas for how to create columns during the past few days. I also already considered and ultimately rejected the idea to use comments or other special syntax to create columns. I think this would be too specialistic. It will work in your case, where

[Orgmode] Re: [OT] Emacs for email?

2009-12-01 Thread Xavier Maillard
Le 01/12/2009 22:34, Keith Lancaster a écrit : I apologize for the WAY off topic question, but since you folk are emacs expertsdo you use emacs for email, and if so, what do you use? Org-mode caused me to switch to emacs after programming for 30 years in other editors, and so like many

[Orgmode] Re: [OT] Emacs for email?

2009-12-01 Thread Gour
On Tue, 1 Dec 2009 20:56:08 -0600 Russell == Russell Adams rlad...@adamsinfoserv.com wrote: Russell I'm suppose I'm still an exception here. I'm using Mutt, Russell though I edit outbound messages in emacs. I used to use Gnus, but switched back to Claws so it's easier for my other family

Re: [Orgmode] [OT] Emacs for email?

2009-12-01 Thread Manuel Hermenegildo
I have used vm for a very long time (after using rmail for an even longer time), and am reasonably happy with it: it manages mime and attachments pretty well, specially in combination with w3m, handles imap/pop well (although I use fetchmail), it is very fast in use, and its virtual folder

[Orgmode] [LaTeX-Export] Longtable and Caption

2009-12-01 Thread Ulf Stegemann
Hi, is there any good reason why there's always a caption (\caption{}) included whenever a table is exported to LaTeX as longtable environment? If there isn't, I would strongly prefer to have the same behaviour with longtable as with ordinary tables, i.e. suppress the caption if `#+CAPTION:' is