[Orgmode] Re: AI for orgmode

2010-03-20 Thread Leo
On 2010-03-19 17:08 +, Carsten Dominik wrote: > I would be interested in a discussion on how to decrease the startup > pain in a clever way. > > - Carsten The 88th slide says: We implemented a rule-based expert system that provides the functionality of systems like CLIPS, LISA or OPS5. Anybo

Re: [Orgmode] Re: AI for orgmode

2010-03-20 Thread Scot Becker
I quite like Thomas' idea of packets for specific org mode uses. As a starting list consdier: writing for the web, writing for print, basic task management, "full" GTD, time tracking, code/LaTeX tangling. The list could obviously be edited down or up in length. Each of these packets might include

Re: [Orgmode] PROJ category from the org-mode front page?

2010-03-20 Thread Carsten Dominik
On Nov 19, 2009, at 5:13 PM, Matt Price wrote: Hi everyone, I've just been looking at this picture from the org-mode home page: http://orgmode.org/img/tasks.png I like the line : * PROJ Organize the interstellar dust meeting Is "PROJ" a custom TODO 'type' keyword? I have to say I quite like

Re: [Orgmode] Re: Error when exporting to LaTeX

2010-03-20 Thread Carsten Dominik
On Jan 18, 2010, at 1:43 PM, Sébastien Vauban wrote: Hi Carsten, Carsten Dominik wrote: On Jan 14, 2010, at 12:15 PM, Sébastien Vauban wrote: Sébastien Vauban wrote: Here a problem when exporting such a file: --8<---cut here---start->8--- #+MACRO: rest

Re: [Orgmode] html export: specifying meta tags

2010-03-20 Thread Carsten Dominik
Hi Ilya, the various style variables get inserted into the head section. I believe that #+STYLE: should do the trick. HTH, and sorry that this took s long. - Carsten On Feb 4, 2010, at 2:14 PM, Ilya Shlyakhter wrote: Is there a way to specify code to be inserted as meta tags in the

Re: [Orgmode] BUG: org-insert-link doesn't use ido completion when org-completion-use-ido is t

2010-03-20 Thread Carsten Dominik
On Feb 22, 2010, at 6:28 AM, Nathaniel Flath wrote: I'd really like to be able to use ido to insert links, but even though I have org-completion-use-ido set to t this does not occur. This seems to be because of org-insert-link in org.el, line8061: (let ((org-completion-use-ido nil) Howev

Re: [Orgmode] Wikipedia article on Org-mode

2010-03-20 Thread Carsten Dominik
On Mar 14, 2010, at 9:56 PM, smc wrote: Ok, btw I also created the org-mode Spanish translation page at the Wikipedia as I am translating the texi manual, in the hope that Org developers implement in a near future a i18n feature for the mode!! How would such a feature look like? - Carsten

Re: [Orgmode] Custom agenda view: Select specific tag (or category) + display timestamps

2010-03-20 Thread Carsten Dominik
On Mar 19, 2010, at 8:46 AM, Bernd Weiss wrote: Dear all, I'm having trouble with agenda customization. I have a couple of entries (+ timestamp) which are tagged with 'conference' and I'd like to have a list of conferences + timestamps. Hi Bernd, what do you mean by "a list of conferen

Re: [Orgmode] PROJ category from the org-mode front page?

2010-03-20 Thread Matt Price
At Sat, 20 Mar 2010 15:47:35 +0100, Carsten Dominik wrote: > > > On Nov 19, 2009, at 5:13 PM, Matt Price wrote: > > > Hi everyone, > > > > I've just been looking at this picture from the org-mode home page: > > http://orgmode.org/img/tasks.png > > I like the line : > > * PROJ Organize the inters

Re: [Orgmode] Custom agenda view: Select specific tag (or category) + display timestamps

2010-03-20 Thread Weiss, Bernd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 20.03.2010 16:31, schrieb Carsten Dominik: > > On Mar 19, 2010, at 8:46 AM, Bernd Weiss wrote: > >> Dear all, >> >> I'm having trouble with agenda customization. I have a couple of entries >> (+ timestamp) which are tagged with 'conference' and I'

Re: [Orgmode] Exporting babel-result images inline

2010-03-20 Thread Eric Schulte
Hi Taur, Maybe you could wrap the entire source code block in a div and then use CSS to change the attributes of the div and the contained paragraph and image #+HTML: source block #+HTML: -- Eric Taru Karttunen writes: > Hello > > I have org-babel code like > > #+begin_src R :var data=f

[Orgmode] stuck todos agenda view

2010-03-20 Thread Eraldo Helal
I want to make an agenda view for todos older than 7 days sorted by oldest date first. My TODOs have a timestamp inside the logbook which shows when they got the TODO status. >*** TODO headline >:LOGBOOK: >- State "TODO" from "" [2010-03-20 Sat 19:39] >:END: H

Re: [Orgmode] [babel] Babel as a test harness?

2010-03-20 Thread Nathan Neff
On Fri, Mar 19, 2010 at 7:45 PM, Dan Davison wrote: > Nathan Neff writes: > > > I think it would be cool to use Org-babel as a simple test harness. > > > > I'd like to have an org file, with various sections that demonstrate how > to do > > something in Groovy. I'd like to be able to run all th

Re: [Orgmode] [babel] Babel as a test harness?

2010-03-20 Thread Nathan Neff
On Fri, Mar 19, 2010 at 7:45 PM, Dan Davison wrote: > Nathan Neff writes: > > > I think it would be cool to use Org-babel as a simple test harness. > > > > I'd like to have an org file, with various sections that demonstrate how > to do > > something in Groovy. I'd like to be able to run all th

[Orgmode] Fail to compile a file's LaTeX export

2010-03-20 Thread Leo
Hello, While taking some common lisp notes, I found compiling the following org file's LaTeX output fails. #+title: test file * one 1. (char "string" 2) => #\r 2. define-modify-macro 3. (code-char 66) => #\B and (char-code #\B) => 66 4. terpri and fresh-l

[Orgmode] Re: Fail to compile a file's LaTeX export

2010-03-20 Thread Leo
On 2010-03-20 20:29 +, Leo wrote: > Hello, > > While taking some common lisp notes, I found compiling the following org > file's LaTeX output fails. > > > #+title: test file > > * one > 1. (char "string" 2) => #\r > 2. define-modify-macro > 3. (code-char 6

Re: [Orgmode] Re: Fail to compile a file's LaTeX export

2010-03-20 Thread David Maus
Leo wrote: >On 2010-03-20 20:29 +, Leo wrote: >> Hello, >> >> While taking some common lisp notes, I found compiling the following org >> file's LaTeX output fails. >> >> >> #+title: test file >> >> * one >> 1. (char "string" 2) => #\r >> 2. define-modify-ma

[Orgmode] Re: AI for orgmode

2010-03-20 Thread Łukasz Stelmach
Carsten Dominik writes: > On Mar 18, 2010, at 9:32 PM, Leo wrote: > >> Thinking about my own experience, I didn't feel the pain since I >> gradually changing my org mode configuration over a few years. but I >> could understand the frustration. > > I would be interested in a discussion on how to

Re: [Orgmode] Re: Fail to compile a file's LaTeX export

2010-03-20 Thread Tim Burt
David Maus writes: > Leo wrote: > >On 2010-03-20 20:29 +, Leo wrote: > >> Hello, > >> > >> While taking some common lisp notes, I found compiling the following org > >> file's LaTeX output fails. > >> > >> > >> #+title: test file > >> > >> * one > >>

[Orgmode] Is it possible to expand the quick tag selection key

2010-03-20 Thread Chao Lu
Dear all, As I'm using more and more tags, I found the keys are not enough. It is possible to define keymaps like emacs? (setq org-tag-alist '(("Culture" . ?c) ("ComputerSE" . ?C) ("English" . ?e) ("GuoXue" . ?g) ("H

[Orgmode] Tag inheritance

2010-03-20 Thread Chao Lu
Dear all, Is it possible for all the headlines inherit tags from the *filename?* If we could make it a in-buffer setting, that will be great. For example, I usually write notes related to Emacs in a file called Emacs.org. ^.^ All the best, Chao * * ___

Re: [Orgmode] Fail to compile a file's LaTeX export

2010-03-20 Thread Carsten Dominik
On Mar 20, 2010, at 9:29 PM, Leo wrote: Hello, While taking some common lisp notes, I found compiling the following org file's LaTeX output fails. #+title: test file * one 1. (char "string" 2) => #\r 2. define-modify-macro 3. (code-char 66) => #\B and (

Re: [Orgmode] Is it possible to expand the quick tag selection key

2010-03-20 Thread Carsten Dominik
On Mar 21, 2010, at 6:30 AM, Chao Lu wrote: Dear all, As I'm using more and more tags, I found the keys are not enough. It is possible to define keymaps like emacs? (setq org-tag-alist '(("Culture" . ?c) ("ComputerSE" . ?C) ("English" . ?e)

Re: [Orgmode] Tag inheritance

2010-03-20 Thread Carsten Dominik
On Mar 21, 2010, at 6:35 AM, Chao Lu wrote: Dear all, Is it possible for all the headlines inherit tags from the filename? If we could make it a in-buffer setting, that will be great. For example, I usually write notes related to Emacs in a file called Emacs.org. ^.^ Hi Chao, that wou