[Orgmode] Re: Suppressing src block evaluationon publish?

2011-02-03 Thread Loris Bennett
Erik Iverson writes: > Loris Bennett wrote: >> Hi, >> >> I have an org file containing several src blocks which generate images >> using ditaa. When I publish to PDF via LaTeX, the images are all >> generated every time, which makes publishing rather slow. >> >> Is there some way to toggle the ev

[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] [Worg] [PATCH] Update info on OpenOffice exporter

2011-02-03 Thread Jambunathan K
Can someone commit the following patch to worg? Btw, I need commit access to 'new' worg. Jambunathan K. >From 0251dc250594cdc69d9cc7eca83ca3cf80302ad4 Mon Sep 17 00:00:00 2001 From: Jambunathan K Date: Thu, 3 Feb 2011 13:51:36 +0530 Subject: [PATCH] Update info on OpenOffice exporter. ---

[Orgmode] indentation bug related to preceding :PROPERTIES: line

2011-02-03 Thread Rainer Stengele
Hi all, I have found an indentation bug: Example: --- * headline :PROPERTIES: #+TITLE: title :END: * INARBEIT test :LOGBOOK: CLOCK: [2011-02-03 Do 09:54]--[2011-02-03 Do 09:54] => 0:00 CLOCK: [2011-02-03 D

[Orgmode] Re: Easily go to some frequently accessed heading (narrowed to region)

2011-02-03 Thread Sébastien Vauban
Hi Alan, "Alan E. Davis" wrote: > I adapted something from Sacha Chua: a file with links to my most > frequently accessed links. I too have been seeking some way to make > this automatic, but even as it is, it works great. > > I call the file "Pointers.org". > > It is just an org-mode file, each

[Orgmode] Small bug in table editing

2011-02-03 Thread Christopher Witte
Hi, I've been using the table editing feature of org mode, I never realised plain text tables could be such fun to work with, and I just came across a small bug. I had entered a table: | Heading 1 | Heading 2 | | 1 | 2 | |11 |22 | and then decided I wanted to go

[Orgmode] Re: indentation bug related to preceding :PROPERTIES: line

2011-02-03 Thread Sébastien Vauban
Hi Rainer, Rainer Stengele wrote: > I have found an indentation bug: > > Example: > --- > * headline > :PROPERTIES: > #+TITLE: title > :END: > > * INARBEIT test > :LOGBOOK: > CLOCK: [2011-02-03 Do 09:54]--[2011-02-

Re: [Orgmode] [BUG] adding new plain lists item changes previous one it it ends in a number on a single lijne followed by a dot

2011-02-03 Thread Christian Moe
Hi, For once, I have to disagree: Numbers at the beginning of the line inadvertently starting a list item is a bug. It means you can mess up your exported document (it doesn't just happen at M-RET) by just writing a perfectly normal text, and there is no easy-to-remember escape. (I really do

[Orgmode] Re: Indentation not respected when demoting a headline

2011-02-03 Thread Rainer Stengele
Am 02.02.2011 21:35, schrieb Sébastien Vauban: > Hi, > > Imagine the following headline: > > --8<---cut here---start->8--- > ** NEW Send a mail to him >SCHEDULED: <2011-02-04 Fri> >:PROPERTIES: >:Created: [2011-01-17 Mon 14:00] >:END: > --8<

Re: [Orgmode] [Worg] [PATCH] Update info on OpenOffice exporter

2011-02-03 Thread Puneeth Chaganti
On Thu, Feb 3, 2011 at 1:58 PM, Jambunathan K wrote: > > Can someone commit the following patch to worg? Done! > Btw, I need commit access to 'new' worg. AFAIK, worg is still on repo.or.cz. Or am I wrong? I couldn't find a repo of worg on the orgmode server's gitweb [1] -- Puneeth [1] - http:

[Orgmode] Re: Suppressing src block evaluationon publish?

2011-02-03 Thread Dan Davison
Loris Bennett writes: > Erik Iverson writes: > >> Loris Bennett wrote: >>> Hi, >>> >>> I have an org file containing several src blocks which generate images >>> using ditaa. When I publish to PDF via LaTeX, the images are all >>> generated every time, which makes publishing rather slow. >>> >>>

Re: [Orgmode] [Worg] [PATCH] Update info on OpenOffice exporter

2011-02-03 Thread Bastien
Puneeth Chaganti writes: >> Btw, I need commit access to 'new' worg. > > AFAIK, worg is still on repo.or.cz. Or am I wrong? No you're right. We plan to move Worg to the new server but I wanted to make sure we don't have problems with org-mode.git on the new server before doing the switch for

Re: [Orgmode] Easily go to some frequently accessed heading (narrowed to region)

2011-02-03 Thread Eric S Fraga
Darlan Cavalcante Moreira writes: > Thanks again Eric, this is a good solution for projects that are not > accessed frequently for me (I only know some of the org search > capabilities, I guess it is time to reread that section in the > manual). You're welcome! The wealth of functionality in or

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-03 Thread Eric S Fraga
Marcelo de Moraes Serpa writes: > Hey list, > > I just found out about Taskwarrior today - http://taskwarrior.org. It > seems to be a quite ambitious project to turn the CLI into a > full-fledged GTD environment. I wouldn't leave org for it, but I > thought it's quite nice and maybe some ideas co

Re: [Orgmode] Best publishing tool

2011-02-03 Thread Eric S Fraga
Marcelo de Moraes Serpa writes: > Hi list, > > What do you guys think about asciidoc, has any of you ever used it? I tried it out a while ago. It's simple and the markup format is similar (not the same) to org. In fact should be straightforward to translate from one to the other. However, I

Re: [Orgmode] Total time displayed in the modeline?

2011-02-03 Thread Bastien
Hi Sébastien, Sébastien Vauban writes: > ;; time included for the modeline clock is all time clocked into this task > ;; today > (setq org-clock-modeline-total 'today) > > but this is not satisfying me yet, because: > > 1. for some tasks (like spending time on this newsgroup), I would like to se

Re: [Orgmode] org-capture: org-capture-place-item needs search bounds

2011-02-03 Thread Bastien
writes: > In org-capture-place-item, excerpted here... > [...] > > the function needs to bound re-search-forward by END, and it needs to > bound re-search-backward by BEG. As it stands right now, if the > target location doesn't contain an item already, the function will > happily pick the ne

[Orgmode] Open HTML link in other window?

2011-02-03 Thread Vladimir Alexiev
Is there a way to configure the HTML export to open every *external* link to another window? Eg this is very useful for web presentations (search for "s5 org). ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-org

[Orgmode] auto-complete mode with org-mode

2011-02-03 Thread phaebz
I am using org-mode v. 7.3 and auto-complete v. 1.2 I added org-mode to "ac-modes" as described in the documentation. When typing in an org-mode buffer, I correctly get the popup-menu from auto-complete mode. If I then press TAB to complete the word, nothing happens - since TAB is bound to org-

Re: [Orgmode] Sort agenda view by date?

2011-02-03 Thread Bastien
Hi Bruce, Bruce Knoth writes: > After I do a tag-search to create an agenda view, I am presented with > all of the tagged items, in the order that they appear in their home > files. Is there a way to sort the list in the Agenda view in the > order of timestamps? Have a look at `org-agenda-sorti

Re: [Orgmode] org-capture: org-capture-place-item needs search bounds

2011-02-03 Thread Bastien
Bastien writes: > If this is still an issue, can you provide a patch for this? It will > help me understand what is really at stake. Forget about this, I've seen this has been fixed long ago. Sorry for the noise, -- Bastien ___ Emacs-orgmode ma

Re: [Orgmode] Unbillable clock time

2011-02-03 Thread Bastien
Hi Ross, Ross Patterson writes: > I would like to be able to designate some of my clock time as unbillable > such that when using a clockreport the unbillable time is not included. > I would also like to compare billable and unbillable time if possible. > > Currently I either manually change "CL

[Orgmode] Can I save old LOGBOOK for another file?

2011-02-03 Thread Osamu OKANO
Hi. I'd like to keep fit org-agenda-files. But LOGBOOK of habit grows by the day. I'm afraid of LOGBOOK ten years later. Sometimes I'd like to review the past actions thoroughly. So I don't want to reduce LOGBOOK. Can I save old LOGBOOK for another file without losing information? Regards.

Re: [Orgmode] Automatic screenshot insertion

2011-02-03 Thread Bastien
Hi Jonathan, Jonathan BISSON writes: > Here is a little function that allows a user to insert a screenshot > easily. Only works on unix-like systems where ImageMagick is installed > (adapt "import" to your screenshot program if needed). I added this to worg/org-hacks.org Thanks! -- Bastien

Re: [Orgmode] indentation bug related to preceding :PROPERTIES: line

2011-02-03 Thread Nicolas Goaziou
Hello, > Rainer Stengele writes: > Hi all, > I have found an indentation bug: > > Pressing TAB on the :END: closing the :LOGBOOK: indents it to the > same level as the :PROPERTIES: string above. I cannot reproduce it in development version. What version are you using? Regards, -- Nicolas

[Orgmode] Re: indentation bug related to preceding :PROPERTIES: line

2011-02-03 Thread Rainer Stengele
Am 03.02.2011 14:38, schrieb Nicolas Goaziou: > Hello, > >> Rainer Stengele writes: > >> Hi all, > >> I have found an indentation bug: >> >> Pressing TAB on the :END: closing the :LOGBOOK: indents it to the >> same level as the :PROPERTIES: string above. > > I cannot reproduce it in develop

[Orgmode] Re: Total time displayed in the modeline?

2011-02-03 Thread Sébastien Vauban
Hi Bastien, Bastien wrote: > Sébastien Vauban writes: >> ;; time included for the modeline clock is all time clocked into this task >> ;; today >> (setq org-clock-modeline-total 'today) >> >> but this is not satisfying me yet, because: >> >> 1. for some tasks (like spending time on this newsgroup

Re: [Orgmode] agenda does not call file

2011-02-03 Thread Bastien
Hi Maurice, Maurice writes: > Below, a piece of my org-agenda-custom-commands. I want to obtain my > notes from my ordinary agenda files and from carto.org. Some of them > are tagged "note" with the property CATEGORY "openstreetmap" What version of Org and Emacs are you using ? Can you make a

Re: [Orgmode] A python module for orgmode files

2011-02-03 Thread Bastien
Hi Jonathan, Jonathan BISSON writes: > A new project : A python module for orgmode files > > https://github.com/bjonnh/PyOrgMode > > Hope someone would find this useful/helpful. > > You can also contribute as much as you wish/can ;) > > The code is not really clean (I'm working on docstrings and

Re: [Orgmode] [BUG] adding new plain lists item changes previous one it it ends in a number on a single lijne followed by a dot

2011-02-03 Thread Nicolas Goaziou
Hello, > Christian Moe writes: > Numbers at the beginning of the line inadvertently starting a list > item is a bug. You call it a bug, but it is actually the Org definition of a numbered item. This is in the manual. Though, I think I understand what you mean: this definition can lead to sur

Re: [Orgmode] Bug: Scatter doubles up on SCHEDULED items [7.4]

2011-02-03 Thread Bastien
Hi James, James Shuttleworth writes: > Hi, > I love the idea of the new bulk scatter command, but it's giving me > a problem. When used, it adds an extra SCHEDULED item to entries > rather than change the current one. Maybe this is expected > behaviour and I just don't "get it", but I

Re: [Orgmode] Automatically folding latex environment

2011-02-03 Thread Bastien
Marvin Doyley writes: > Is there a way to tell org to fold Latex environments (i.e., # > +begin_latex #+end_latex) automatically at start-up ? Yes. (setq org-hide-block-startup t) Or set this in an Org buffer: #+STARTUP: hideblocks This is a FAQ, I've added an entry to Worg/org-fa

Re: [Orgmode] Re: Total time displayed in the modeline?

2011-02-03 Thread Bastien
Sébastien Vauban writes: > PS- Thanks a lot for your archaeological work... answering to old open > threads. This is great. Well, my goal is to hit "inbox zero" before FOSDEM... glad this archaeological work is useful :) -- Bastien ___ Emacs-o

Re: [Orgmode] Org support for the notmuch mail client

2011-02-03 Thread Bastien
Hi Matthieu, Matthieu Lemerre writes: > The attached file implements links to mail collections and "searchs" to > the notmuch mail client. A "search" is a query to be performed by > notmuch; it is the equivalent to folders in other mail > clients. Similarly, mails are refered to by a query, so b

Re: [Orgmode] Choosing css for Worg

2011-02-03 Thread Jason Dunsmore
Jambunathan K writes: > Emacswiki has a nice and easy way to choose CSS for the page it > renders. Look for `use it' links in the below page. > > http://www.emacswiki.org/emacs/CSS > > Is there anything similar for org/worg pages? Hi Jambunathan, You can use a browser extension for this: https

Re: [Orgmode] Re: Suppressing src block evaluationon publish?

2011-02-03 Thread Eric Schulte
Dan Davison writes: > Loris Bennett writes: > >> Erik Iverson writes: >> >>> Loris Bennett wrote: Hi, I have an org file containing several src blocks which generate images using ditaa. When I publish to PDF via LaTeX, the images are all generated every time, which make

Re: [Orgmode] Re: Fontification of blocks

2011-02-03 Thread Eric Schulte
Sébastien Vauban writes: > Hi Eric(s), Dan & all, > > Sébastien Vauban wrote: >> "Eric Schulte" wrote: >>> I think that adding a new block delimiter face which inherits from the >>> org-meta face as you've suggested is the way to go. >>> >>> I would recommend however that rather than removing/cha

[Orgmode] IMPORTANT: let's make the biggest gift of FLOSS history!

2011-02-03 Thread Bastien
Dear all, as you know, some of us will meet this saturday at FOSDEM. It will be great to meet IRL, to discuss Org past, present and future -- I really can't wait for that! Everyone on this list already contributes with code, patches, feedback, tests, ideas and... patience with the new maintain

Re: [Orgmode] auto-complete mode with org-mode

2011-02-03 Thread Eric S Fraga
phaebz writes: > I am using org-mode v. 7.3 and auto-complete v. 1.2 > > I added org-mode to "ac-modes" as described in the documentation. When > typing in an org-mode buffer, I correctly get the popup-menu from > auto-complete mode. If I then press TAB to complete the word, nothing > happens - s

Re: [Orgmode] [BUG] adding new plain lists item changes previous one it it ends in a number on a single lijne followed by a dot

2011-02-03 Thread Jeff Horn
On Thu, Feb 3, 2011 at 9:09 AM, Nicolas Goaziou wrote: > Hello, > >> Christian Moe writes: > >> Numbers at the beginning of the line inadvertently starting a list >> item is a bug. > > You call it a bug, but it is actually the Org definition of a numbered > item. This is in the manual. Though,

Re: [Orgmode] org-scan-tags

2011-02-03 Thread Carsten Dominik
On Feb 3, 2011, at 6:32 AM, Carsten Dominik wrote: On Sep 15, 2010, at 5:19 AM, Ilya Shlyakhter wrote: In org-scan-tags, if todo-only is t, would it be possible to speed things up by changingthe regexp go to just the lines with a TODO keyword? I believe this may cause a problem. The scann

Re: [Orgmode] org-scan-tags

2011-02-03 Thread Bastien
Carsten Dominik writes: > OK, here is an example where it really does fail: > > > * heading > ** one:tag1: > *** two > *** two :tag2: > *** TODO two

Re: [Orgmode] org-scan-tags

2011-02-03 Thread Carsten Dominik
Thanks for the fast reaction, Bastioen! - Carsten On Feb 3, 2011, at 5:37 PM, Bastien wrote: Carsten Dominik writes: OK, here is an example where it really does fail: * heading ** one:tag1: *** two *** two

Re: [Orgmode] [BUG] adding new plain lists item changes previous one it it ends in a number on a single lijne followed by a dot

2011-02-03 Thread Nicolas Goaziou
Hello, > Jeff Horn writes: > What about a compromise? I envision an editable variable called > "org-plain-list-regexp-delimiter" (in the same vein as > "org-export-latex-emphasis-alist") that is a list of delimiters > recognized for plain lists. I rarely use periods (always use > parentheses)

Re: [Orgmode] [BUG] org-exp.el: Broken Internal Links on Fuzzy Match

2011-02-03 Thread Bastien
Jambunathan K writes: > (Refiling with added info, Thanks Noorul) > > See Heading2 for description of the bug. This bug has been there since > time immemorial. > > (setq org-link-search-must-match-exact-headline nil) > > # Input Org file > > * Heading1 > > * Heading2 > > Link to [[Heading

Re: [Orgmode] S5 export

2011-02-03 Thread Bastien
Hi Pierre, Pierre de Buyl writes: > S5 allows one to present a slideshow in a web browser, even full screen for > some browsers. > I know that the topic has come here already, but I actually hacked the > excellent org-html.el export file to produde a S5 slideshow with org. This looks useful. B

[Orgmode] Re: [BUG] adding new plain lists item changes previous one it it ends in a number on a single lijne followed by a dot

2011-02-03 Thread Achim Gratz
Christian Moe writes: > For once, I have to disagree: Numbers at the beginning of the line > inadvertently starting a list item is a bug. Something that is a direct result of the specification can't be usefully called a bug of the implementation. It may still be unexpected and/or unwanted behavi

Re: [Orgmode] Generating an org file actually including the #+INCLUDE files

2011-02-03 Thread Bastien
Miguel Ruiz writes: > I am working on a document split in several chunks. I need to generate the > full document in order to do different sorting processes before exporting. > > It would be nice if that generation could be recursive ... you know, one > master file, one included file with another

Re: [Orgmode] Combination of =code= and Description

2011-02-03 Thread Bastien
Hi Rainer, Rainer M Krug writes: > I would like to have a description as follow: > > - first :: some text > - second :: some more text > - =code= :: some additional text > > but =code= is not formatted as bold. If I say > > - \bold{=code=} :: some additional text > > I get, as one could expect,

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-03 Thread Marcelo de Moraes Serpa
By the way, now that you mention it, Eric. Is there anything right now that can generate graphs akin to what taskwarrior generates for archived org data? This would be awesome to track progress. Marcelo. On Thu, Feb 3, 2011 at 12:29 PM, Marcelo de Moraes Serpa wrote: > Yeah, it's a quite nice pr

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-03 Thread Marcelo de Moraes Serpa
Yeah, it's a quite nice project. I don't think it'd work for me as a PIM environment though. I think emacs (or vim with the new org-compatible plugin) will always be faster in this sense. Also, it lacks the reference aspect of any GTD system (a wiki or wiki-like collection of reference documents) w

Re: [Orgmode] Using markup for parts of a word / explicit word separator

2011-02-03 Thread Bastien
Hi Arnold, Holger Arnold writes: > is there a way to use markup (bold, italic, etc.) only for parts of a > word? Please have a look at `org-emphasis-regexp-components' and customize it to your needs. HTH, -- Bastien ___ Emacs-orgmode mailing li

Re: [Orgmode] Can't get org-export-html-style-extra to work

2011-02-03 Thread Bastien
Hi Christian, Christian Moe writes: > What am I doing wrong in the following example? > > -- > #+TITLE: Test > > Some *bold* text. > > Evaluate this: > (setq org-export-html-style-extra "b {color: red;}") > -- > > With org-export-html-style

Re: [Orgmode] The way tags are exported in HTML (without colons!) -- no workaround for searches!

2011-02-03 Thread Bastien
Hi Sébastien, Sébastien Vauban writes: > - As well, clearly make a separation between the different tags, instead of > concatenating them as one big chunck, so that we could put a background > color that'd be cut between the consecutive tags: > > ++ ++ ++ > |tag1|

Re: [Orgmode] conflicting markup

2011-02-03 Thread Bastien
Hi Sébastien, Sébastien Mengin writes: > I would like to be able to type something like: > >¶xx¶^e siècle > > where ¶ is the markup for small-caps when exporting to html (which, > finally, I managed to configure, so please forget my precedent post and > forgive me for the noise). > > The pro

[Orgmode] Re: S5 export

2011-02-03 Thread Achim Gratz
Bastien writes: > I would welcome an approach where we factor out some elements of > org-export-as-html, so that exporting to s5 would just require the > user to customize those elements. Sorry for piggy-backing onto this topic, but I seem to remember the mention of a "generic exporter" on this

[Orgmode] Re: Small bug in table editing

2011-02-03 Thread Achim Gratz
Christopher Witte writes: > and then decided I wanted to go back and put a horizontal line after > the heading. So I want to the start of the line after the heading and > entered "|-" Not really a bug...anything past '|-' is considered garbage. Try 'C-c -' instead, or open a new line when you en

[Orgmode] Re: Can I save old LOGBOOK for another file?

2011-02-03 Thread Achim Gratz
Osamu OKANO writes: > Sometimes I'd like to review the past actions thoroughly. > So I don't want to reduce LOGBOOK. > > Can I save old LOGBOOK for another file without losing information? This is what I do at the moment: define a drawer CLOSED and put any runoff in the LOGBOOK into this drawer (

Re: [Orgmode] re-marking agenda entries

2011-02-03 Thread Bastien
Hi Jean-Marie, Jean-Marie Gaillourdet writes: > I've got the following question, which I couldn't answer by studying the > manual and the web. How can I mark the same entries again, after I've > performed a bulk action in the agenda? > > Again more clearly: Suppose I've marked several entries in

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-03 Thread Erik Iverson
Marcelo, I've started dreaming of a system called 'org-dashboard' that will do things like this. E.g., progress tracking for projects, books, weight loss goals. Graphics of time tracking for sleeping hours, work hours, exercise hours, etc. Simple counts of how many Coke's you drink, etc. The

[Orgmode] Re: The way tags are exported in HTML (without colons!) -- no workaround for searches!

2011-02-03 Thread Sébastien Vauban
Hi Bastien, Bastien wrote: > Sébastien Vauban writes: >> - As well, clearly make a separation between the different tags, instead of >> concatenating them as one big chunck, so that we could put a background >> color that'd be cut between the consecutive tags: >> >> ++ ++ +---

[Orgmode] Re: Fontification of blocks

2011-02-03 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > +(org-copy-face 'org-meta-line 'org-block-begin-line > + "Face used for the line delimiting the begin of source blocks.") > + > +(org-copy-face 'org-meta-line 'org-block-begin-line > + "Face used for the line delimiting the end of source blocks.") > + > +(defface

[Orgmode] Re: Combination of =code= and Description

2011-02-03 Thread Achim Gratz
Bastien writes: > But > > \item[{\texttt code}]some additional text > > would do the job. No, it doesn't - it makes the first "c" character non-bold typewriter and the rest "ode" bold sans serif. There simply is no boldface version of the typewriter font in standard LaTeX, so the form of the a

Re: [Orgmode] Re: Fontification of blocks

2011-02-03 Thread Eric S Fraga
"Eric Schulte" writes: [...] > > Hi Seb, > > Thanks for sharing this code. I couldn't help myself but to turn it > into a patch as that has become my favorite way of reviewing new code. > The resulting patch it attached. Seb's code worked for me but your patch doesn't unfortunately. > I notic

Re: [Orgmode] Combination of =code= and Description

2011-02-03 Thread Erik Iverson
Bastien wrote: Hi Rainer, Rainer M Krug writes: I would like to have a description as follow: - first :: some text - second :: some more text - =code= :: some additional text but =code= is not formatted as bold. If I say - \bold{=code=} :: some additional text I get, as one could expect

[Orgmode] Re: Fontification of blocks

2011-02-03 Thread Sébastien Vauban
Hi Eric(s), Here is the patch I intended to write: diff --git a/lisp/org-faces.el b/lisp/org-faces.el index c237a0e..2e9d2a3 100644 --- a/lisp/org-faces.el +++ b/lisp/org-faces.el @@ -1,6 +1,6 @@ ;;; org-faces.el --- Face definitions for Org-mode. -;; Copyright (C) 2004, 2005, 2006, 2007, 2008

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-03 Thread Eric S Fraga
Erik Iverson writes: > Marcelo, > > I've started dreaming of a system called 'org-dashboard' [...] > I'm very much in the design phase now, no code. I should have some but sounds good! I look forward to it. The trick will be to ensure that the correct data have been recorded. For instance,

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-03 Thread Erik Iverson
Eric S Fraga wrote: Erik Iverson writes: Marcelo, I've started dreaming of a system called 'org-dashboard' [...] I'm very much in the design phase now, no code. I should have some but sounds good! I look forward to it. The trick will be to ensure that the correct data have been rec

[Orgmode] Re: GNU devroom at FOSDEM 2011

2011-02-03 Thread Erwin Panen
Very interesting! Thanks! Erwin On 2/02/2011 12:10, Andrea Crotti wrote: Carsten Dominik writes: Hi everyone, I will be at the meeting on Saturday, and I hope to meet some of you! If you have an org-mode T-Shirt - I think it would be fun to wear it - I will. Most of all, I will be very ple

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-03 Thread Marcelo de Moraes Serpa
@Erik -- that sounds awesome! Really looking forward to it. Have you guys noticed the coincidence? We have two Eri[k][c]s here :D Bastien, Carnsten, what do you guys think of Taskwarrior? :) Cheers, Marcelo. On Thu, Feb 3, 2011 at 3:05 PM, Erik Iverson wrote: > > > Eric S Fraga wrote: >> >> E

Re: [Orgmode] [BUG] adding new plain lists item changes previous one it it ends in a number on a single lijne followed by a dot

2011-02-03 Thread Jeff Horn
On Thu, Feb 3, 2011 at 11:47 AM, Nicolas Goaziou wrote: > It is certainly doable, but it wouldn't help for the problem at hand. > There is already a way to not use dots (this is the solution you > envision), but only parenthesis, as numbered items separators. Is there a variable? It would appear

Re: [Orgmode] Re: The way tags are exported in HTML (without colons!) -- no workaround for searches!

2011-02-03 Thread Jeff Horn
2011/2/3 Sébastien Vauban : > What about really adding the colon marker, so that one can easily find tags in > the exported file? Use the CSS content property. http://www.w3schools.com/Css/pr_gen_content.asp As an example, check out the links and how they are styled at http://almostobso

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-03 Thread Torsten Wagner
Hi, maybe someone should contact the devs there and invite them (to come to this email list and/or vice versa). There is really some beauty in the idea to use dead simple command line tools to getting things fast and quickly done. On the other hand org-mode has so many useful functions. It wou

Re: [Orgmode] IMPORTANT: let's make the biggest gift of FLOSS history!

2011-02-03 Thread Torsten Wagner
Dear Bastien, you might consider to add a Flattr account for org-mode too. As far as I understood Flattr is a micorpayment system on a monthly base. People donate a monthly sum and this will be shared by the projects they marked (by click on a clever placed icon) over a month period. I believe

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-03 Thread Marcelo de Moraes Serpa
Hi Tosten, They are already talking about org, check this out: http://taskwarrior.org/boards/8/topics/show/208 A CLI client would be nice, but IMHO, I don't think it would be faster than the operating org from emacs; perhaps for a couple of basic stuff, but I think that depends strongly on perso

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-03 Thread John Hendy
On Thu, Feb 3, 2011 at 7:14 PM, Torsten Wagner wrote: > Hi, > > maybe someone should contact the devs there and invite them (to come to > this email list and/or vice versa). > There is really some beauty in the idea to use dead simple command line > tools to getting things fast and quickly done. O

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-03 Thread Torsten Wagner
Hi John Actually, this comes down to the point which was discussed already sometimes. Creating a org-mode API which could be accessed from CLI-tools was well as from other programs (Thunderbird and Firfox plugins come to my mind but Conky and other programs might use it to extract data from o

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-03 Thread Marcelo de Moraes Serpa
If we could somehow turn emacs into a headless server, it would be nice. I don't know enough elisp or emacs architecture to know if it could be turned into a web server, for example. But that's an awesome idea. On Thu, Feb 3, 2011 at 9:12 PM, Torsten Wagner wrote: > Hi John > > Actually, this com

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-03 Thread Torsten Wagner
Hi Marcelo, A CLI client would be nice, but IMHO, I don't think it would be faster than the operating org from emacs; perhaps for a couple of basic stuff, but I think that depends strongly on personal tastes. For me the most nicest part to have a CLI interface to org-mode would be the fact th

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-03 Thread Torsten Wagner
Hi Marcelo, Emacs can run as a dameon and as that you could access it via emacsclient. What is needed is a nice interface to allow to send simple requests to insert and fetch data from org-mode. Some of the org-mode function might do this already, however, I guess a decent layer which hides t

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-03 Thread Mark Elston
On 2/3/2011 8:03 PM, Torsten Wagner wrote: Hi Marcelo, Emacs can run as a dameon and as that you could access it via emacsclient. What is needed is a nice interface to allow to send simple requests to insert and fetch data from org-mode. Some of the org-mode function might do this already, howev

[Orgmode] Re: IMPORTANT: let's make the biggest gift of FLOSS history!

2011-02-03 Thread Jambunathan K
Torsten Wagner writes: > Dear Bastien, > > you might consider to add a Flattr account for org-mode too. As far > as I understood Flattr is a micorpayment system on a monthly > base. People donate a monthly sum and this will be shared by the > projects they marked (by click on a clever placed ico

Re: [Orgmode] Re: IMPORTANT: let's make the biggest gift of FLOSS history!

2011-02-03 Thread Torsten Wagner
The argument against it would be that it `reduces' the amount. Consider the case of micro-donors ... Well it seems the flattr people take 10%. Guess this is still fair and well documented on there website, they provide a certain service which cost money. Paypal and other payments methods charg

[Orgmode] Re: IMPORTANT: let's make the biggest gift of FLOSS history!

2011-02-03 Thread Jambunathan K
Torsten Wagner writes: >> The argument against it would be that it `reduces' the amount. Consider >> the case of micro-donors ... > > Well it seems the flattr people take 10%. Guess this is still fair and > well documented on there website, they provide a certain service which > cost money. Paypa

Re: [Orgmode] Embedded code

2011-02-03 Thread Ido Magal
On Fri, Jan 21, 2011 at 18:05, Eric Schulte wrote: > > > There are a variety of ways to convert lists to strings, look at the > `format' function for printing any elisp value to a string. You can > also use something like the following to convert a list to a string > > #+begin_src emacs-lisp > (