[Orgmode] org-drill : automatic recognition of double entries

2010-09-15 Thread Detlef Steuer
I'm now using org-drll to learn some vocabulary. Very nice package, especially together with org-capture. After capturing words for some time it happens to catch a word as new for a second time. But as is the nature of unknown vocabulary you do not remember all those new words error free. Has an

[Orgmode] Re: orgmode as a reference system: Storing private/sensitive information and syncing across devices.

2010-09-21 Thread Detlef Steuer
On Mon, 20 Sep 2010 18:41:19 -0500 Marcelo de Moraes Serpa wrote: > > I wonder what you guys think about other note-taking software, such as > Evernote, that operate in the cloud. I know many people that keep > their sensitive data on Evernote and sync with different computers and > devices. Th

[Orgmode] Re: TaskJuggler 3, revisited

2010-10-09 Thread Detlef Steuer
Hi John, if I understand you correctly you just need Gantt charts and not neccessarily tj3. If that is the case org-babel and R may help. There are at least two R-packages wich produce Gantt-charts: plotrix and plan. May be that helps Detlef On Fri, 8 Oct 2010 20:24:31 -0500 John Hendy wrote:

[Orgmode] Re: An Org-mode clone for Vim

2010-11-06 Thread Detlef Steuer
On Fri, 5 Nov 2010 19:39:56 + (UTC) Herbert Sitz wrote: > I've been working on a Vim plugin that is file-compatible with Org-mode and > that > clones a good subset of features. It's gotten to the point where I'd like to > put it up on Github and see if anyone wants to use it and/or help de

[Orgmode] Re: Bastien is going to become the maintainer of Org mode in January

2010-11-15 Thread Detlef Steuer
I'm using computers since, well, forever. I can remember just two moments when I really got completely exited over some piece of software. First, some times in the nineties, yes, deep in last century, when I found out about R, and then again only few years back, about orgmode. Such a cool pie

[Orgmode] Re: spreadsheet sum a column

2010-12-02 Thread Detlef Steuer
On Thu, 02 Dec 2010 02:29:56 -0800 Antony wrote: > Hi > > I have a simple need (from a requirement description point). > > I have table like > > | foo | amount | > |---+| > | |<5> | > | hello |100 | > | again |200 | > | once more |300 | >

[Orgmode] Re: Org-mode Code Blocks Manuscript: Request For Comments

2010-12-02 Thread Detlef Steuer
Hi! I very much appreciate your article as a nice introduction to org-babel and its uses. As I'm going to introduce my colleagues into the nice world of org-babel giving a talk sometime next term I'll shamelessly steal from your work. (Of course giving attribution!) Some remarks: If you send it

[Orgmode] Re: org-agenda-show-current-time-in-grid and automatic refresh

2011-01-11 Thread Detlef Steuer
Hi! Just in case you missed the simple "g" in agenda view to update the view with a single keypress. Not automatic, but nearly. It took me a long time to discover these single key commands, so may be someone else finds a reminder useful, too. Detlef On Wed, 12 Jan 2011 12:23:48 +0900 Kiwon

[Orgmode] Re: [OT] Have you also got hooked by Vim?

2011-01-12 Thread Detlef Steuer
On Thu, 13 Jan 2011 07:48:36 +0100 Michael Brand wrote: > Hi Marcelo > > On Thu, Jan 13, 2011 at 07:09, Marcelo de Moraes Serpa > wrote: > > So, how many of you here also use Vim? :) > > I also started with Emacs and later got hooked by the modal user > interface of vi for editing. Now I use v

[Orgmode] how to create a one page weekly schedule

2011-01-21 Thread Detlef Steuer
Dear org-ers, I would like to get a "normal" weekly landscape schedule out of my agenda. There is nothing special in my org files, just appointments of kind * lecture a SCHEDULED: <2011-01-21 Fr 16:00-17:00 +7d> * lecture b SCHEDULED: <2011-01-17 Mo 09:00-10:30 +7d> * sport SCHEDULED: <2

[Orgmode] Re: Proposed key binding changes: archiving and attachments

2009-10-30 Thread Detlef Steuer
On Fri, 30 Oct 2009 07:36:43 -0400 Matt Lundin wrote: > My chief concern with mapping archiving to C-c C-a is that it is too > close to the conventional keybinding for org-agenda (C-c a). With the > proposed keybindings, I fear it might be too easy to introduce drastic > changes in a file acciden

[Orgmode] [babel] don't get the :result option

2009-11-11 Thread Detlef Steuer
Hi! Making my first steps with org babel I'm running into this: * R in org-mode May very well be the ultimate tool! #+srcname: R-first :results output #+begin_src R x <- runif(100) y <- x + rnorm(100) summary(lm(y ~x)) #+end_src And I get "Source block produces no output" if I do C-c C-c. Ne

[Orgmode] Re: LinuxTag 2009-09-06 in Berlin :: Call for power!!

2009-11-18 Thread Detlef Steuer
Cool idea! But the link [2] doesn't work here. Detlef On Wed, 18 Nov 2009 05:52:15 +0100 Sebastian Rose wrote: > >Hello Worgers and all friends of Org-mode! > > > > From Wednesday the 9nth to Saturday the 12th of June the 10nth LinuxTag > takes place in the fairground of Be

[Orgmode] Re: Writing a dissertation using org-mode

2010-03-05 Thread Detlef Steuer
On Thu, 04 Mar 2010 11:12:42 -0600 Henri-Paul Indiogine wrote: > Good point, I am just worried about learning too many things (Emacs, > LaTeX, git, org-mode, R, ESS, ...) to take on new technologies. Writing > a dissertation is quite a load already. But I will into it. Don't worry about that. A

[Orgmode] Re: Remember and year-long-calendar

2010-03-05 Thread Detlef Steuer
Hi! You are probably looking for Org manual 9.1.2 Remember templates see date-tree Have a nice weekend Detlef On Fri, 05 Mar 2010 08:35:36 -0500 da...@adboyd.com (J. David Boyd) wrote: > > Help, please! > > I think that I remember reading that remember had the ability to create > a calendar

[Orgmode] apparently too stupid to use checkboxes

2010-03-23 Thread Detlef Steuer
Hi! I try to use checkboxes (never used before): * TODO Test [/] - [ ] first - [ ] second Now I can C-c C-c to state-change a single box, but the summary box in the headline never gets updated. If I try C-c # I get an error messge Invalid function: ignore errors Even if I cut'n'paste the

[Orgmode] Re: apparently too stupid to use checkboxes

2010-03-23 Thread Detlef Steuer
On Tue, 23 Mar 2010 12:11:26 +0100 Jörg Hagmann wrote: > Try without a space between Test and [/] ? No change. One more observation while trying this out: C-c C-c in a checkbox line _always_ gives Invalid function: ignore-errors Detlef ___ Ema

[Orgmode] Re: apparently too stupid to use checkboxes

2010-03-23 Thread Detlef Steuer
Ok, here we go. I put (defmacro ignore-errors (&rest body) "Execute BODY; if an error occurs, return nil. Otherwise, return result of last form in BODY." `(condition-case nil (progn ,@body) (error nil))) in my .emacs as Carsten advised. This action seems to be a complicated form of do-noth

[Orgmode] Re: apparently too stupid to use checkboxes

2010-03-23 Thread Detlef Steuer
On Tue, 23 Mar 2010 20:30:55 +0100 David Maus wrote: > The "quote(" looks like a leftover of something. The line should read: > > '(org-todo-keywords '((sequence "TODO" "STARTED" "WAITING" | "DONE"))) > > Maybe fixing this does the job? No, it didn't. > > If the (defmacro is not working my

[Orgmode] Re: apparently too stupid to use checkboxes

2010-03-24 Thread Detlef Steuer
n nil. > Otherwise, return result of last form in BODY." >`(condition-case nil (progn ,@body) (error nil))) > > HTH > > - Carsten > > On Mar 23, 2010, at 10:37 AM, Detlef Steuer wrote: > > > Hi! > > > > I try to use checkboxes (never used before)

[Orgmode] Re: apparently too stupid to use checkboxes

2010-03-25 Thread Detlef Steuer
> > >checkboxes stop functioning again. > > Do you still have the defmacro in .emacs? No. I removed it, because in *Messages* there is ("/usr/bin/emacs" "/tmp/orgtest.org") Loading regexp-opt...done Loading subst-ksc...done Loading subst-gb2312...done Loading subst-big5...done Loading subst-ji

[Orgmode] Re: A bright new Org-mode clone project

2010-04-01 Thread Detlef Steuer
there must be something special with today ... :-) nice one Detlef On Thu, 01 Apr 2010 19:39:14 +0200 Julien Barnier wrote: > Dear org-moders, > > Today is quite a special day for me, and for many of org-mode users I > think, because I'm going to introduce a project that, I believe, coul

[Orgmode] Re: org-babel python/shell or gantt charts with gnuplot from within org-mode

2010-04-14 Thread Detlef Steuer
Hi! May be it's of interest. There's an R package 'plotrix' which seems to be able to create gantt charts. Example picture: http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=74 Disclaimer: I don't know anything about gantt charts or that particular package. Hth Detlef On Tue, 13 A

[Orgmode] Re: Agenda log mode with archives

2010-05-17 Thread Detlef Steuer
On Sun, 16 May 2010 17:19:59 -0400 Bernt Hansen wrote: > Hi Carsten, > > Today while playing with org-resolve clocks for John W. it found an open > clock in one of my archives. I wanted to see the log mode (clocked > time) on that Sunday in March but most of the entries have been archived > at

[Orgmode] Re: Agenda log mode with archives

2010-05-17 Thread Detlef Steuer
On Mon, 17 May 2010 12:56:59 +0200 Carsten Dominik wrote: > > That would be a very nice thing to have! > > Cant you do `v A' and then `v l' in the agenda? I believe that this > should work. As always. It's already in there ... Thx Carsten! detlef > > - Carsten __

[Orgmode] Re: For Org-mode on the go?

2010-06-05 Thread Detlef Steuer
On Sat, 05 Jun 2010 09:11:51 -0400 Matt Lundin wrote: > "Tim O'Callaghan" writes: > > > Just though I'd point out the NanoNote a $99 Linux Palmtop, that > > should run Emacs. > > Out of curiosity, do you know of anyone who has ported Emacs for use on > the device? Last I heard, the NanoNote ra

[Orgmode] Re: MobileOrg for Android starts to become really usable

2010-06-07 Thread Detlef Steuer
Hi! Do you plan to add dropbox support into mobileorg-android? That would be just great! Thank you anyway for your efforts, even if dropbox gets dropped! Detlef On Fri, 28 May 2010 14:40:05 -0400 Matthew Jones wrote: > Sven, thanks for the wonderful feedback. MobileOrg Android does attach a

[Orgmode] Re: [ANN] Org-Drill: Interactive revision a la Anki/Mnemosyne

2010-08-02 Thread Detlef Steuer
Hi! Just to give some feedback on org-drill. I had a look into writing something similar some time ago, but never got around learning enough emacs lisp. I like the flexibility of org-drill and org-drill over-all. I think you are right, when saying it is unfortunate to use 4 and 5 as synonyms fo

[Orgmode] Re: MathJax is now the default for HTML math

2010-08-14 Thread Detlef Steuer
The results look just GREAT. Could you post the org file to give dummies like me a head start? Especially the serializing back to HTML? How is it done? Thank you in advance! Detlef On Sat, 14 Aug 2010 21:37:26 +0200 Jan Böcker wrote: > On 08/14/2010 08:09 AM, Carsten Dominik wrote: > > Fro

Re: [Orgmode] MathJax is now the default for HTML math

2010-08-16 Thread Detlef Steuer
On Mon, 16 Aug 2010 10:59:05 +0200 Carsten Dominik wrote: > > On Aug 15, 2010, at 3:24 PM, Jan Böcker wrote: > > > I have now published the code used to create the static version: > > http://www.jboecker.de/2010/08/15/staticmathjax.html > > > > Below is a first stab at HTML export integration f

[Orgmode] Re: [PATCH] Latest git pull has bug in (org-babel-remove-temporary-directory)

2010-08-26 Thread Detlef Steuer
Hi Eric, I have to confirm that bug. Org-mode as of today, emacs 23.1.1. Here is, what my *MESSAGES* buffer tells: CONTENTS...done (No files need saving) org-babel-remove-temporary-directory: Wrong number of arguments: delete-directory, 2 When done with a buffer, type C-x # Auto-saving...done

[Orgmode] Re: [Ann] Updates to org-drill (org topics as interactive "flashcards" using spaced repetition)

2010-08-27 Thread Detlef Steuer
Hi! I'd like to learn vocabulary using org-drill. What is the intended way to input a few hundred two-sided cards? If I understand spanish.org correctly I need a headline like *** Noun :drill: :PROPERTIES: :DRILL_CARD_TYPE: twosided :END:

[Orgmode] Re: [Ann] Updates to org-drill (org topics as interactive " flashcards" using spaced repetition)

2010-08-28 Thread Detlef Steuer
On Sat, 28 Aug 2010 00:39:48 + (UTC) Paul Sexton wrote: > For entry of more words "as you learn", I very strongly suggest setting > up an org capture template. Ahhh. Sometimes someone has to show you the obvious ... Thx Detlef > > Paul ___

[O] timetable view for org: found!

2011-07-07 Thread Detlef Steuer
Hi all! The question for a timetable view for org-mode came up repeatedly. Today I found https://github.com/kiwanami/emacs-calfw and you can call me impressed. Check out the screenshots. Works nicely with org. Just to let you know. Detlef

[O] [bug] killing and yanking _sometimes_ doesn`t indent correctly

2011-08-09 Thread Detlef Steuer
Hi! Using the following files I can reproduced a bug I encountered. inbox.org --- * Inbox ** TODO first ** TODO second --- fileto.org --- * What todo ** Subheading 1 ** Subheading 2 --- Now, if I place the cursor in inbox.org on ** TODO first hit C-c C-x C-w move to fileto.org and hit C-

Re: [O] [bug] killing and yanking _sometimes_ doesn`t indent correctly

2011-08-10 Thread Detlef Steuer
On Wed, 10 Aug 2011 18:43:57 +0200 David Maus wrote: > No, it should be: > > ** Subheading 1 > ** TODO first > ** Subheading 2 > > C-h f org-paste-subtree RET Duh. You are right of course. Thank you for fixing! Detlef signature.asc Description: PGP signature

Re: [O] Not merging org-lparse, org-xhtml & org-odt to the core

2011-08-22 Thread Detlef Steuer
Hi! First of all thanks for your efforts. I just started to rely on org-odt and am a little bit puzzled by your decision. Will you take care of org-odt working in orgmode for the foreseeable future or don`t you care about orgmode anymore? Just to be clear: It`s of course totally your decision

[O] times of event in mobile org?

2011-08-30 Thread Detlef Steuer
Hi! Finally tried MobileOrg on my Android. Got it set up, pushing and syncing to the phone worked nicely. Thx! Now, if I open "agenda views" there are daily views of my agenda, but without the times associated to events. Is that configurable somewhere? Regards Detlef

Re: [O] Archive to date-tree

2011-11-02 Thread Detlef Steuer
On Wed, 2 Nov 2011 10:02:06 -0400 Andrew Hyatt wrote: > Would anyone be interested in the ability to archive to the current > date in date-tree instead of an archive file? I'm toying with the > idea of implementing this, and I could send it in as a patch when it > is done, or just leave it as a

[O] Where do these backgroud colors come from?

2011-12-12 Thread Detlef Steuer
Hi! Just updated to current git version of org: Org-mode version 7.7 (release_7.7.674.gc609) Running under emacs: GNU Emacs 23.3.1 (x86_64-suse-linux-gnu, GTK+ Version 2.22.1) of 2011-10-07 on build40 Suddenly I have some lines with colored backgrounds, some dark blue, some light blue in my ag

Re: [O] Where do these backgroud colors come from?

2011-12-12 Thread Detlef Steuer
On Mon, 12 Dec 2011 09:56:15 +0100 Detlef Steuer wrote: > Hi! > > Just updated to current git version of org: > Org-mode version 7.7 (release_7.7.674.gc609) > > Running under emacs: > GNU Emacs 23.3.1 (x86_64-suse-linux-gnu, GTK+ Version 2.22.1) of 2011-10-07 > on buil

[Orgmode] Re: Repeating TODO are shown every day in the agenda

2011-01-30 Thread Detlef Steuer
On Sat, 29 Jan 2011 15:22:32 -0500 Jeff Horn wrote: > On Sat, Jan 29, 2011 at 3:08 PM, Matt Lundin wrote: > > (setq org-agenda-repeating-timestamp-show-all nil) > > Matt, > > Is there a way to set this on a per-todo basis? I want some repeating > items (e.g. class schedules) to repeat, but not

[Orgmode] Re: Repeating TODO are shown every day in the agenda

2011-02-03 Thread Detlef Steuer
On Wed, 02 Feb 2011 19:35:52 +0100 Bastien wrote: > Hi Jeff, > > Jeff Horn writes: > > > I like this change. But for me, when I mark a repeating task with the > > keyword "APPT" as DONE, the task is re-scheduled with the TODO keyword > > instead of APPT. It usually isn't a big deal, but I mean

[Orgmode] org-agende changes mode in buffer to fundamental

2011-02-08 Thread Detlef Steuer
Hi! Just trying to start my workday ... As always the first command is emacs todo.org Everthing looks like it should, mode is Org . But now, if I type C-a a to view my agenda, mode is reverted back to fundamental. That also happens if I use M-x org-agenda to start it. Mode line tells me: Age

[Orgmode] Re: org-agende changes mode in buffer to fundamental

2011-02-09 Thread Detlef Steuer
On Wed, 09 Feb 2011 08:54:41 + Eric S Fraga wrote: > Detlef Steuer writes: > > > Hi! > > > > Just trying to start my workday ... > > > > As always the first command is > > emacs todo.org > > > > Everthing looks like it should, mode is O

[Orgmode] double entries in my diary / not identifying exisiting entries probably

2011-02-13 Thread Detlef Steuer
Hi! First the information: Org-mode version 7.4 (release_7.4.376.gfa9df) GNU Emacs 23.2.1 (i586-suse-linux-gnu, GTK+ Version 2.20.1) of 2011-02-10 on build21 The symptoms: I usually log in my arrival in the office using: C-c a a i j Jumping straight to my diary entries. Since Friday, when I t

[Orgmode] Re: double entries in my diary / not identifying exisiting entries probably

2011-02-15 Thread Detlef Steuer
On Tue, 15 Feb 2011 06:08:27 +0100 Bastien wrote: > Hi Detlef, > > Detlef Steuer writes: > > > Before (having just entered the office): > > ** 2011-02 Februar > > *** 2011-02-14 Montag > > [2011-02-14 Mo 08:20]-- > > > > Hitting C

Re: [O] Agenda file for the "following X days"

2011-06-07 Thread Detlef Steuer
On Mon, 6 Jun 2011 23:10:12 -0500 Ugur Ozdemir wrote: > Hi, > > As a novice I was wondering if there is an easy way of creating an agenda > file for a certain number of days starting from today. I know I can do some > custom agenda commands if I do some study but I guess I am trying to free >

Re: [O] Org-Export Subtree Options Not Working

2012-07-04 Thread Detlef Steuer
On Wed, 4 Jul 2012 14:03:24 +1000 Jeffrey Spencer wrote: > Thanks, that fixed it but another question. > > if you export the whole file then and not just the selection can you use a > tag or property to specify a different directory to export into instead of > the same directory as the org file.

Re: [O] scale inline images in orgmode

2012-08-28 Thread Detlef Steuer
On Tue, 28 Aug 2012 15:34:59 -0500 Russell Adams wrote: > On Tue, Aug 28, 2012 at 10:13:18PM +0200, AW wrote: > > > > I would like to scale the images on screen in the buffer, often I don't > > need a > > large picture, but just a reminder, what's on the picture. Is there a way to > > scale the

Re: [O] publish one org-file as many html files

2012-10-21 Thread Detlef Steuer
On Tue, 16 Oct 2012 15:21:39 +0200 Vincent Beffara wrote: > Dear list, > > Is there a way to publish a huge org file, typically containing a single > date-tree, into one html file per day / per leaf of the tree ? That would be > a neat tool to blog using org-mode (org-capture a post into the

[O] unexpected (buggy?) export to iCalendar beheaviour

2012-12-03 Thread Detlef Steuer
Hi! This --- * important SCHEDULED: <2012-12-03 Mo> * not so important <2012-12-03 Mo> --- is exported via C-c E i to --- BEGIN:VCALENDAR VERSION:2.0 X-WR-CALNAME:test PRODID:-//steuer//Emacs with Org-mode//EN X-WR-TIMEZONE:CET X-WR-CALDESC:nil CALSCALE:GREGORIAN BEGIN:VEVENT UID: TS-f58e8c

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

2012-12-06 Thread Detlef Steuer
Hi David, org-caldav comes a godsend for me! Fantastic! I'm on owncloud and the first syncs worked like a charme! 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 use

Re: [O] unexpected (buggy?) export to iCalendar beheaviour

2012-12-27 Thread Detlef Steuer
Hi Bastien, > Hi, > > [snip] > > > > So the SCHEDULED event is not exported. I assume that's a bug? > > I cannot reproduce this either from the maint or master branch. > Let us know if there is still a bug for this. > Everything is fine on org's side. It is even documented that way, as I fo

Re: [O] org-caldav: New version with proper two-way sync

2013-01-16 Thread Detlef Steuer
Thank you a lot! I ran into the issue that repeated syncs have putting and deleting wrong (it seems). I use a script in crontab to sync different calendars: - #!/bin/bash ### Es werden die Inhalte der Org-Mode Dateien in verschiedene Calender ### in der owncloud exportiert. for calendar

Re: [O] org-caldav: New version with proper two-way sync

2013-01-17 Thread Detlef Steuer
> Having said this, my org diary file has had the encoding changed > out from under me so that all my UTF-8 characters have been > mangled. I've not quite figured out how this happened or when it > happened between yesterday and today. I cannot reproduce the > problem at the moment. This ma

Re: [O] org-caldav: New version with proper two-way sync

2013-01-17 Thread Detlef Steuer
> Detlef Steuer writes: > > So it seems all events get deleted immediately after loading them up. > > Indeed my calendars show up empty again in owncloud :-) > > > > Any hints? > > Could you post the contents of the *org-caldav-debug* buffer when this > happe

Re: [O] org-caldav: New version with proper two-way sync

2013-01-17 Thread Detlef Steuer
On Thu, 17 Jan 2013 19:05:15 +1030 Eric S Fraga wrote: > Detlef Steuer writes: > > > > FWIW: here UTF-8 is respected and stays UTF-8, in -batch, too. > > > > Detlef > > Thanks for the data point. What Emacs version are you using? emacs 23.2 under linux

Re: [O] if both schedule and deadline, appear only once in agenda

2012-01-10 Thread Detlef Steuer
On Fri, 12 Oct 2007 14:36:42 +0100 Bastien wrote: > Gijs Hillenius writes: > > > But maybe I should not :-). But here goes: I plan to start working on > > an item by date X -> schedule stamp. The item has a deadline, so -> > > deadline. > > For that I use `org-deadline-warning-days'. I start

Re: [O] Odd problem with time of 10:00

2012-01-14 Thread Detlef Steuer
Hi! > Hi, > > I have noticed a strange problem with org-agenda when a task contains a > timestamp of 10:00 in it, for example this entry is in one of my agenda > files: > > ** Test <2012-01-17 Mon 10:00> > > I now press C-c a a and select the day and press d (so I'm viewing the > day) and get t

[O] using first heading as in batch export to html

2012-01-24 Thread Detlef Steuer
If I batch export a test.org looking like this -- test.org * heading1 some text to html I get a test as result. If I open the file and do C-c @ on the first heading the result contains heading1 How do I achieve the latter in batch export? Btw: Reading the manua

Re: [O] using first heading as in batch export to html

2012-01-24 Thread Detlef Steuer
Hi Bastien! > Detlef Steuer writes: > > > -- test.org > > * heading1 > > some text > > > > > > to html I get a test as result. > > > > If I open the file and do C-c @ on the first heading the > > resu

[O] SOLVED Re: using first heading as in batch export to html

2012-01-25 Thread Detlef Steuer
On Tue, 24 Jan 2012 14:39:55 +0100 Detlef Steuer wrote: > If I batch export a test.org looking like this > > -- test.org > * heading1 > some text > > > to html I get a test as result. > > If I open the file and do C-c @ on

Re: [O] Org without X on Debian / screen, but in X

2012-01-31 Thread Detlef Steuer
On Tue, 31 Jan 2012 15:43:58 + Angel de Vicente wrote: > Hi, > > Karl writes: > > Does anybody use Org in a non-graphical environment? > > Is it possible to make the (all) keys work? > > I use it inside GNUscreen running in a gnome-terminal. I have also tried > (for a limited time) to mak

Re: [O] Org without X on Debian / screen, but in X

2012-01-31 Thread Detlef Steuer
On Tue, 31 Jan 2012 23:34:42 +0100 "Sebastien Vauban" wrote: > Hi Detlef, > > Detlef Steuer wrote: > > The last thing giving some problems were the S-arrow combinations > > so useful for editing dates in orgmode when accessing remotely. > > >

[O] Sort order of TODO entries

2012-03-08 Thread Detlef Steuer
Dear ORGers. recently I started to priorize my TODO items. (May be that implies failure of my GTD setup, but I don't want to discuss that ... ) I found org sorts TODOs in the following way in my agenda view: TODO [#A] TODO [#B] TODO/WAITING TODO [#C] I don't understand the reasoning in puttin

Re: [O] Sort order of TODO entries

2012-03-08 Thread Detlef Steuer
On Thu, 08 Mar 2012 10:52:05 -0500 Bernt Hansen wrote: > Detlef Steuer writes: > > > Dear ORGers. > > > > recently I started to priorize my TODO items. > > (May be that implies failure of my GTD setup, but I don't want to > > discuss that ... ) > &g

[O] fastest way to remove the time from a timestamp

2012-04-02 Thread Detlef Steuer
Hi! I find myself often in a situation where I have to reschedule an appointement to another day. I.e. there is a line in my agenda view for today: ... unsorted: 13:00-14:00 Scheduled: APPT testproject ... Normally I reschedule with S-right etc., but that keeps the *time* information. Often

[O] batch export of homepage stopped working

2012-04-02 Thread Detlef Steuer
Hi! Generating my university homepage stopped working: Emacs Version: steuer@vknecht-intel:~/Working-Copies/Homepage-LS> emacs --version GNU Emacs 23.2.1 Org-Version: Org-mode version 7.8.07 (release_7.8.07.139.ge391) steuer@vknecht-intel:~/Working-Copies/Homepage-LS> make steuer-lo

Re: [O] batch export of homepage stopped working

2012-04-02 Thread Detlef Steuer
On Mon, 02 Apr 2012 17:04:22 +0200 Bastien wrote: > Hi Detlef, > > Detlef Steuer writes: > > > Generating my university homepage stopped working: > > Can you pull latest git HEAD and try to publish using Emacs > interactively, with (setq debug-on-error t)?

Re: [O] how to schedule over a range of dates?

2012-04-22 Thread Detlef Steuer
On Sun, 22 Apr 2012 20:28:08 +0530 Mandar Mitra wrote: > I understand that "SCHEDULED" is intended to only specify a start date, > but I'd like to be able to use a range of dates with SCHEDULED, and get > consistent behaviour in the Agenda view. This helps when I'm looking at > the Agenda view an

Re: [O] how to schedule over a range of dates?

2012-04-22 Thread Detlef Steuer
On Mon, 23 Apr 2012 00:18:37 +0530 Mandar Mitra wrote: > Detlef Steuer wrote (Sun, Apr 22, 2012 at 07:05:12PM +0200): > > On Sun, 22 Apr 2012 20:28:08 +0530 > > Mandar Mitra wrote: > > > > > Currently (version 7.8.09), if I have something like > > >

[O] make update fails

2012-04-23 Thread Detlef Steuer
Did a fresh pull git clone git://orgmode.org/org-mode.git after make update failed with some errors. Did an make update immediately after pulling and ended there: mkdir -p /tmp/tmp-orgtest TMPDIR=/tmp/tmp-orgtest emacs -batch -Q -L lisp/ -L testing/ --eval '(defconst org-release "7.8

Re: [O] missing autoloads / (void-variable org-version)

2012-04-26 Thread Detlef Steuer
> Since my Makefile branch was merged I've been getting flak for breaking > certain setups. Now, the change didn't actually break them, but I did > make (perhaps foolishly) a deliberate decision to make that particular > breakage fatal rather than silent. It would be very easy to continue to >

Re: [O] Table filter.

2012-05-09 Thread Detlef Steuer
Fantastic! Detlef > Well, I have done something similar, which includes a few more operations > than filtering. > It uses org-babel and comes as an org-file, which combines code and > documentation. > > Hope, this might be useful for you. > > with kind regards, Marc-Oliver Ihm > >

[Orgmode] [OT] Re: unicorn

2009-02-28 Thread Detlef Steuer
> > I teach several courses in mythology at my university (it's my area of > concentration), and I feel inclined to say that the unicorn, as a > mythological animal, does not have any type of queer of emasculating > connotation in myth. In fact, it is sometimes quite a masculine animal > that is r

[Orgmode] Re: removal of appointments

2009-03-13 Thread Detlef Steuer
Richard, On Thu, 12 Mar 2009 15:02:19 +0100 Richard Riley wrote: > While on the subject, is there any concept of an "alarm" in > org? Or is this just a scheduled item? It would be nice of there was a > way to trigger specific functions based on the tags -e.g play wave file > for a reminder of a

[Orgmode] Re: The most important project for org developers?

2009-03-19 Thread Detlef Steuer
On 18 Mar 2009 23:43:58 +0100 "Sven Bretfeld" wrote: > Hello to all > > Is there any complete and secure import and export filter from org files > to any other PIM format used on PDAs or mobiles? If not, this would seem to > me the most important feature to be developed. > > If you are like me

[Orgmode] Re: The most important project for org developers?

2009-03-19 Thread Detlef Steuer
On Thu, 19 Mar 2009 09:43:42 +0100 Detlef Steuer wrote: > On 18 Mar 2009 23:43:58 +0100 > "Sven Bretfeld" wrote: > > > Hello to all > > > > Is there any complete and secure import and export filter from org files > > to any other PIM format used on

[Orgmode] Re: Org-mode version 6.30d; Hide stars

2009-09-05 Thread Detlef Steuer
On Sat, 5 Sep 2009 07:58:45 +0200 Carsten Dominik wrote: > For now I have reverted the offending commit. And I can confirm it works again. detlef > > - Carsten > > On Sep 5, 2009, at 7:42 AM, Carsten Dominik wrote: > > > Hi everyone, > > > > I am still unable to reproduce this. But I am r

[Orgmode] Re: Exporting after executing code

2009-09-11 Thread Detlef Steuer
On Fri, 11 Sep 2009 12:41:24 + (UTC) andrea Crotti wrote: > And another thing, is there an easy way to include a file like > \include or \input in latex?? Yes, you can #+INCLUDE: http://orgmode.org/manual/Include-files.html#Include-files detlef _

[Orgmode] problem with remote tables

2009-09-19 Thread Detlef Steuer
Hi! I (or current org-mode) seem to have a problem with remote tables. A table summing up a few numbers from remote tables stopped working yesterday with current git-orgmode. A minimal example for the beheaviour I see is given below: | total | gefahren | remote(OTHER, Kosten) | pro Tag | | |

[Orgmode] Re: problem with remote tables

2009-09-19 Thread Detlef Steuer
, org-mode version and org files are identical. (rsync'ed them for testing and to be sure) Ok, here I'm lost completely, and any help is appreciated. detlef On Sat, 19 Sep 2009 11:21:19 +0200 Detlef Steuer wrote: > | total | gefahren | remote(OTHER, Kosten) | pro Tag | | >

[Orgmode] Re: memory management in orgmode (supermemo)

2009-09-21 Thread Detlef Steuer
There is flashcard.el http://www.emacswiki.org/emacs/FlashCard http://ichi2.net/flashcard/ which offers kind of supermemo. Not based on org, but maybe they can be coupled. detlef On Mon, 21 Sep 2009 06:31:00 -0500 Russell Adams wrote: > That article looks very interesting. Given the outlin

[Orgmode] Re: problem with remote tables

2009-09-21 Thread Detlef Steuer
ly solved, but probably not worth any more time. Detlef > > Did anyone else try to reproduce this problem? > > - Carsten > > > On Sep 19, 2009, at 1:24 PM, Detlef Steuer wrote: > > > > > Further investigation shows beheaviour depends on emacs version. > >

[Orgmode] HTML export without all tags

2009-09-25 Thread Detlef Steuer
Hi! I'm in the process of adapting cmsimple (www.cmsimple.dk) to use our university's corporate design. Cmsimple in its core is a php script, which takes _one_ html file and creates the complete layout of a site on the fly while splitting the file apart at h[123] levels. Now I want to create t

[Orgmode] Re: Org-mode version 5.17

2007-12-20 Thread Detlef Steuer
On Thu, 20 Dec 2007 07:28:42 +0100 "Carsten Dominik" <[EMAIL PROTECTED]> wrote: > Hi, > > I am releasing version 5.17 of org-mode, hopefully the last > release before the holidays. Lots of stuff is still on my TODO list, > but this is how far I have gotten. Hi, get an error in make: In tople

[Orgmode] Translator: remind2org

2008-01-12 Thread Detlef Steuer
ode output file # Version: 0.1 # Notice: You must include the outputfile in your org-agenda-files # # Copyright (c) 2008 # Dr. Detlef Steuer <[EMAIL PROTECTED]> # 12.1.2008 import os, sys def processremindline(zeile): fields = zeile.split(' ') fieldnumber = len(fields

[Orgmode] Re: FR: multiple or repeating active timestamps in agenda

2008-01-22 Thread Detlef Steuer
On Tue, 22 Jan 2008 10:03:28 -0500 Austin Frank <[EMAIL PROTECTED]> wrote: > I will probably use this structure to deal with this case. I would > still appreciate any suggestions from the list on how to include > recurring events as TODO items without marking them as SCHEDULED or > DEADLINE. Has

[Orgmode] Termin EDV Nachklausur

2008-01-25 Thread Detlef Steuer
Moin Hartmut, die EDV-Nachklausur findet am 14.3. um 13 Uhr in der Aula statt. Schönes Wochenende! Detlef ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listi

[Orgmode] Re: Safer kill-line for org-mode

2008-01-28 Thread Detlef Steuer
On Sun, 27 Jan 2008 23:29:50 + "Piotr Zielinski" <[EMAIL PROTECTED]> wrote: > Hi, > > Read this to avoid losing your work. > > Standard kill-line deletes all text from the point to the end of the > _visible_ line. It happened to me a few times that I pressed C-k to > delete a few final word

[Orgmode] Re: Release 5.22 (Carsten Dominik

2008-02-20 Thread Detlef Steuer
On Wed, 20 Feb 2008 11:04:38 + Phil Jackson <[EMAIL PROTECTED]> wrote: > Carsten Dominik <[EMAIL PROTECTED]> writes: > > >>> +1 vote on that one. I haven't tried out 5.22 yet, but the > >>> M-RET/M- behavior that Scott describes, also fits my > >>> way of working perfectly. > >> > >> > >> Arg

[Orgmode] Re: jump to iso-week in agenda

2008-03-17 Thread Detlef Steuer
On Sat, 15 Mar 2008 17:00:46 +0100 Thomas Baumann <[EMAIL PROTECTED]> wrote: > Hi, > > I really like the most advanced (pure magic working ...) and easy way of > entering dates in org mode. When answering a phone call it's only a few > keystrokes to jump to the date and settle the appointment. Ho

[Orgmode] Re: problems cloning the org mode git repo

2008-03-20 Thread Detlef Steuer
On Tue, 18 Mar 2008 17:09:48 -0400 Bernt Hansen <[EMAIL PROTECTED]> wrote: > One thing you can try is to verify you can connect to the git port on > the remote server. The remote port is 9418 so as long as this outbound > port is not blocked you should get a quick response with Connected to > rov

[Orgmode] Re: interesting post on "what makes a good GTD list manager"

2008-04-16 Thread Detlef Steuer
On Sun, 13 Apr 2008 21:11:26 +0200 Carsten Dominik <[EMAIL PROTECTED]> wrote: > > In my estimation, org-mode hits the spot on all of them. :-) > > > > Yes, except maybe the synch with portable devices. It is not so > good at that. I chose orgmode because it is so usable and syncable on

[Orgmode] Re: (a bit OT) interesting post on "what makes a good GTD list manager"

2008-04-18 Thread Detlef Steuer
On Thu, 17 Apr 2008 13:35:07 +0100 Pete Phillips <[EMAIL PROTECTED]> wrote: > > "Carsten" == Carsten Dominik <[EMAIL PROTECTED]> writes: > > >> I chose orgmode because it is so usable and syncable on _my_ > >> portable device (good old zaurus). Hits this spot, too! > > Carsten>

[Orgmode] Update of orgmode broke my setup

2008-07-03 Thread Detlef Steuer
Hi, after upgrading my orgmode installation I get: -- An error has occurred while loading `/home/steuer/.emacs': Symbol's value as variable is void: org-agenda-mode-map To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Star

[Orgmode] Re: Update of orgmode broke my setup

2008-07-03 Thread Detlef Steuer
On Thu, 3 Jul 2008 16:45:50 +0530 Manish <[EMAIL PROTECTED]> wrote: > On Thu, Jul 3, 2008 at 2:16 PM, Detlef Steuer wrote: > > Hi, > > > > after upgrading my orgmode installation I get: > > -- > > An error has occurred while loading `/ho

[Orgmode] Re: Update of orgmode broke my setup

2008-07-03 Thread Detlef Steuer
Thank you all for the help! It's astonishing how great tools and great communities coincide. Detlef On Thu, 03 Jul 2008 11:54:34 -0400 Nick Dokos <[EMAIL PROTECTED]> wrote: > Detlef Steuer <[EMAIL PROTECTED]> wrote: > > > On Thu, 3 Jul 2008 16:45:50 +0530 > &g

[Orgmode] agenda for past month

2008-11-11 Thread Detlef Steuer
Hi there! I "feel" there must be an easy way to do it, but I can't find out how: Is it possible to get an agenda, say for the last month (week), which shows the old appointments and done tasks for that period of time? What chapter of the fine manual leads me in the right direction? Or, how do yo

  1   2   3   >