Re: [Orgmode] how to input `/' literally ?

2009-09-16 Thread Carsten Dominik
On Sep 13, 2009, at 8:48 AM, waterloo wrote: I need to input /etc/profile. How to make `etc' not italic ? There are no italics when you write /etc/profile . Have you tried, or are you guessing? - Carsten ___ Emacs-orgmode mailing list Remember: u

Re: [Orgmode] org-agenda-suffix-format ?

2009-09-16 Thread Carsten Dominik
Hi Eraldo, this is not implemnted, mostly because the place at the end of lines is reserved for tags. - Carsten On Sep 17, 2009, at 2:27 AM, Eraldo Helal wrote: In one of my agenda views I have org-agenda-prefix-format setup like this: (org-agenda-prefix-format " %-8:c ") The whole thing th

Re: [Orgmode] org-agenda-suffix-format ?

2009-09-16 Thread Manish
On Thu, Sep 17, 2009 at 6:57 AM, Eraldo Helal wrote: > In one of my agenda views I have org-agenda-prefix-format setup like this: > (org-agenda-prefix-format " %-8:c ") > The whole thing then looks like that: > eraldo: TODO clean garage > In this example eraldo is the name of the org file > eraldo

Re: [Orgmode] [PATCH] Fix iswitchb completion when virtual buffers are enabled

2009-09-16 Thread Tassilo Horn
Carsten Dominik writes: > Applied, thanks. But at least not committed or pushed. > On Sep 16, 2009, at 8:04 PM, Tassilo Horn wrote: > >> Hi Carsten, >> >> there's a typo in org.el which prevents deactivation of virtual buffers >> when the iswitchb completion is used in org. Here's a patch. >>

Re: [Orgmode] Re: Build issue with latest git version - org-crypt.el

2009-09-16 Thread Ian Barton
Mark Elston writes: However, for those who won't be using org-crypt as a normal part of their daily operation it is probably simpler to make the build/installation of org-crypt optional. That way the normal maintenance for those who do "simple" things stays, uh, simple. I also think that or

[Orgmode] Re: Documentation wishlist items

2009-09-16 Thread Matt Lundin
Bastien writes: > Hi Ethan, > > Ethan writes: > >> Another good example is TODO keywords, categories, and tags. It isn't clear >> what they all are, or why they are distinct, or what the differences are, and >> it's easy to confuse them with similarly-named but completely distinct >> concepts >

[Orgmode] Re: How Are Others Customizing LaTeX Export?

2009-09-16 Thread Peter Jones
"Bart Bunting" writes: > I am no expert at LaTeX. However in response to a request I made recently > on this list Tim Burt spent time assisting me put together a template that I > can use to produce pdfs in the format our company requires. > > I have attached a copy of the template to this email

Re: [Orgmode] org-babel: load-path question and indentation of blocks

2009-09-16 Thread Eric Schulte
Sebastian Rose writes: > Hi Dan and Eric, > > > I'm an org-babel fan now :) > > > Here are two little things I noticed and that I want to discard from my > todo list. > > > * load-path > > Why is load modified only temporarily in org-babel-init.el? > > Wouldn't this here make sense? > Yes, I

[Orgmode] org-agenda-suffix-format ?

2009-09-16 Thread Eraldo Helal
In one of my agenda views I have org-agenda-prefix-format setup like this: (org-agenda-prefix-format " %-8:c ") The whole thing then looks like that: eraldo: TODO clean garage In this example eraldo is the name of the org file > eraldo.org I would like to have the same thing just not at the begini

Re: [Orgmode] no annual agenda entries for repeater interval "year"

2009-09-16 Thread Darlan Cavalcante Moreira
I'm using org-mode for only a month, but I also had this problem (version 6.28e). I created some headlines for birthdays and other special dates with active timestamps (not in the headline) that had a repeater of ++1y, but it only appeared on the current year. After changing to ++12m everything wo

[Orgmode] Option for new clocktables to default to scope: subtree?

2009-09-16 Thread Jeff Kowalczyk
I frequently use clocktables, and always use scope: subtree. The default scope is file. If it doesn't exist already (I didn't find it with grep), an org customization variable for this preference would be very helpful. Thanks, Jeff ___ Ema

[Orgmode] org-babel: load-path question and indentation of blocks

2009-09-16 Thread Sebastian Rose
Hi Dan and Eric, I'm an org-babel fan now :) Here are two little things I noticed and that I want to discard from my todo list. * load-path Why is load modified only temporarily in org-babel-init.el? Wouldn't this here make sense? diff --git a/contrib/lisp/org-babel-init.el b/contrib/l

Re: [Orgmode] Re: Build issue with latest git version - org-crypt.el

2009-09-16 Thread Mark Elston
Carsten Dominik wrote: epg is not part of older versions of Emacs, look like mark is using Emacs 22? Yeah. 22.3.1. I tried 23 some time ago and had problems with some of the packages I used routinely (I forget which ones right now). So I gave it up. It was also a real hassle maintaining t

Re: [Orgmode] Re: Build issue with latest git version - org-crypt.el

2009-09-16 Thread Carsten Dominik
On Sep 16, 2009, at 10:39 PM, Peter Jones wrote: Mark Elston writes: However, for those who won't be using org-crypt as a normal part of their daily operation it is probably simpler to make the build/installation of org-crypt optional. That way the normal maintenance for those who do "simple

Re: [Orgmode] Defaults for Org variables

2009-09-16 Thread Sebastian Rose
Carsten Dominik writes: >> (defun sr-org-todo-state-toggled() >> "Start the clock, if the state of a todo item changes to 'STARTED'." >> (if(string= "STARTED" state) >> (org-clock-in) >>(org-clock-out-if-current))) >> >> (setq org-after-todo-state-change-hook 'sr-org-todo-state-toggled)

Re: [Orgmode] no annual agenda entries for repeater interval "year"

2009-09-16 Thread Carsten Dominik
Hi Steffen, I cannot reproduce this, all those future dates show up just fine. This behavior is regulated by the variable org-agenda-repeating-timestamp-show-all HTH - Carsten On Sep 16, 2009, at 6:43 PM, Steffen Prochnow wrote: Hi, I defined a repeater interval of one year, e.g., <2009

Re: [Orgmode] no annual agenda entries for repeater interval "year"

2009-09-16 Thread Sebastian Rose
Steffen Prochnow writes: > Hi, > > I defined a repeater interval of one year, e.g., <2009-09-16 Wed +1y>, > for an existing headline item. Opening the agenda view this headline is > shown for the 2009-09-16. But, it's missing for any annual repetition, > i.e., there is no entry on 2010-09-16, 2011

[Orgmode] How Are Others Customizing LaTeX Export?

2009-09-16 Thread Peter Jones
I've written a few LaTeX templates for use with Emacs Muse, and I am looking at ways to use them with Org. For example, I have one template that generates a custom title page with my company's logo, my email address, and phone number. After reading the manual and looking at the org-latex.el code

[Orgmode] Re: Build issue with latest git version - org-crypt.el

2009-09-16 Thread Peter Jones
Mark Elston writes: > However, for those who won't be using org-crypt as a normal > part of their daily operation it is probably simpler to make > the build/installation of org-crypt optional. That way the > normal maintenance for those who do "simple" things stays, > uh, simple. I also think th

Re: [Orgmode] column view bug

2009-09-16 Thread Carsten Dominik
Hi George, despite your excellent description (thanks for that) I cannot reproduce this problem, it works just fine for me. Could someone else please try as well? Thanks! - Carsten On Sep 13, 2009, at 7:57 PM, George Pearson wrote: Running org 6.30e and emacs 22.3.1. Running under fully up

Re: [Orgmode] [PATCH] Fix iswitchb completion when virtual buffers are enabled

2009-09-16 Thread Carsten Dominik
Applied, thanks. - Carsten On Sep 16, 2009, at 8:04 PM, Tassilo Horn wrote: Hi Carsten, there's a typo in org.el which prevents deactivation of virtual buffers when the iswitchb completion is used in org. Here's a patch. --8<---cut here---start->8--- d

[Orgmode] Re: Org-mode version 6.30trans (release_6.30d.822.g738ba); Many DONE items missing from agenda view

2009-09-16 Thread Bernt Hansen
Paul Mead writes: > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? See > > http://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org-mode mailing list. > --

Re: [Orgmode] Re: org-babel, src blocks and asymptote

2009-09-16 Thread Eric Schulte
Nicolas Goaziou writes: > Actually, about the first problem, I found about org-src-lang-modes > variable and that you can do > > (add-to-list 'org-src-lang-modes '("asymptote" . asy)) > this is now provided in the default value of org-src-lang-modes > > About the second problem, I can always ed

[Orgmode] no annual agenda entries for repeater interval "year"

2009-09-16 Thread Steffen Prochnow
Hi, I defined a repeater interval of one year, e.g., <2009-09-16 Wed +1y>, for an existing headline item. Opening the agenda view this headline is shown for the 2009-09-16. But, it's missing for any annual repetition, i.e., there is no entry on 2010-09-16, 2011-09-16, etc. Regards Steffen Prochn

[Orgmode] Re: org-babel, src blocks and asymptote

2009-09-16 Thread Nicolas Goaziou
Actually, about the first problem, I found about org-src-lang-modes variable and that you can do (add-to-list 'org-src-lang-modes '("asymptote" . asy)) But, shouldn't this be done upon loading org-babel-asymptote, like org-babel-ocaml, which points automatically ocaml to tuareg-mode ? About the

[Orgmode] [PATCH] Fix iswitchb completion when virtual buffers are enabled

2009-09-16 Thread Tassilo Horn
Hi Carsten, there's a typo in org.el which prevents deactivation of virtual buffers when the iswitchb completion is used in org. Here's a patch. --8<---cut here---start->8--- diff --git a/lisp/org.el b/lisp/org.el index 4ef4a09..c364f1d 100644 --- a/lisp/org.e

[Orgmode] Build issue with latest git version - org-crypt.el

2009-09-16 Thread Mark Elston
Not so much a problem as an unexpected issue. I read Eric's message about updating org-asymptote.el today and thought I would get the latest to get this fix. When I went through the process of building I found it failed at the org-crypt file since I didn't have epg.el on my system. I found a co

Re: [Orgmode] Re: Documentation wishlist items

2009-09-16 Thread tycho garen
On Wed, Sep 16, 2009 at 12:32:02PM -0400, Matthew Lundin wrote: > > As a point of comparison, I divide my files according to area of > responsibility (household.org, health.org, family.org, writing.org, > etc.) so that I can quickly review what I need to do in each area. When > I'm done with an it

Re: [Orgmode] org-babel, src blocks and asymptote

2009-09-16 Thread Eric Schulte
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Org-babel looks very interesting. I am pleased to see an asymptote > module included in it. While testing it, I think I found 2 problems : > > > To activate the asymptote module, you have to begin the source block, > for example, with > #+begin_sr

Re: [Orgmode] I need help about org-mode with auto-fill-mode

2009-09-16 Thread Carsten Dominik
Matt? This could also be a nice FAQ... :-) - Carsten On Sep 16, 2009, at 5:26 PM, Meteor Liu wrote: - Original Message - From: "Carsten Dominik" To: "Meteor Liu" Cc: Sent: Wednesday, September 16, 2009 11:15 PM Subject: Re: [Orgmode] I need help about org-mode with auto-fill-mode

[Orgmode] Re: Documentation wishlist items

2009-09-16 Thread Matthew Lundin
Ethan writes: > On Tue, Sep 15, 2009 at 11:34 PM, Matt Lundin wrote: > > My guess is that this allows him to see what group an item belongs > to in > the agenda view, since categories are listed in the left column. > > But this is like asking why someone puts their pots in th

Re: [Orgmode] I need help about org-mode with auto-fill-mode

2009-09-16 Thread Meteor Liu
- Original Message - From: "Carsten Dominik" To: "Meteor Liu" Cc: Sent: Wednesday, September 16, 2009 11:15 PM Subject: Re: [Orgmode] I need help about org-mode with auto-fill-mode > > On Sep 16, 2009, at 4:02 PM, Meteor Liu wrote: > >> Hello, >> >> I used auto-fill-mode in org-mod

[Orgmode] Org-mode version 6.30trans (release_6.30d.822.g738ba); Many DONE items missing from agenda view

2009-09-16 Thread Paul Mead
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. --

[Orgmode] org-export-as-freemind writes *.mm files that freemind (0.8.1) cannot read

2009-09-16 Thread Friedrich Delgado Friedrichs
Hi! I wanted to get a different view on my document so I thought I'll try the freemind export. Unfortunately when I try to open a document exported from org to freemind I either just get a window "An error occured while trying to open...", or I get nothing at all and lots of Java backtraces in th

[Orgmode] Re: Documentation wishlist items

2009-09-16 Thread Matt Lundin
Sebastian Rose writes: > Bastien writes: >> Sebastian Rose writes: >> >>> Here is some kind of outline for such a tutorial. >> >> Wow. That an outline for a full book! >> >> And I guess that's what comes at the horizon: an (O-Reilly) book about >> Org-mode. It would not compete with the man

Re: [Orgmode] Defaults for Org variables

2009-09-16 Thread Carsten Dominik
On Sep 16, 2009, at 2:36 PM, Sebastian Rose wrote: Carsten Dominik writes: In a different thread, Sebastian Rose writes: Footnotes: [1] We should discuss this in an extra thread: make log-into- drawer and clocking the default and just have it turned on (is it the default??). It's soo

Re: [Orgmode] Re: error in org-remember

2009-09-16 Thread Nick Dokos
Xin Shi wrote: > On Wed, Sep 16, 2009 at 10:43 AM, Xin Shi wrote: > > > ... > > My settings are: > > > > (org-remember-insinuate) > > (setq sx-notes-file-name "~/.notes.org") > > (setq sx-journal-file-name "~/.journal.org") > > (setq org-remember-templates > > '( > > ("Journal" ?j

[Orgmode] Re: Documentation wishlist items

2009-09-16 Thread Ethan
On Tue, Sep 15, 2009 at 11:34 PM, Matt Lundin wrote: > My guess is that this allows him to see what group an item belongs to in > the agenda view, since categories are listed in the left column. > > But this is like asking why someone puts their pots in the cupboard next > to the oven rather than

Re: [Orgmode] Org-mode Mercurial mirror on Bitbucket

2009-09-16 Thread Greg Newman
Don't thank me, thank the great guys at Bitbucket. :) On Wed, Sep 16, 2009 at 11:22 AM, Bastien wrote: > Greg Newman writes: > > > The description has been updated to read "Mirror of the org-mode git > > repository located at http://repo.or.cz/w/org-mode.git, > > visit http://orgmode.org/ for mo

Re: [Orgmode] Org-mode Mercurial mirror on Bitbucket

2009-09-16 Thread Bastien
Greg Newman writes: > The description has been updated to read "Mirror of the org-mode git > repository located at http://repo.or.cz/w/org-mode.git, > visit http://orgmode.org/ for more information." Thank you! -- Bastien ___ Emacs-orgmode mailing

Re: [Orgmode] Org-mode Mercurial mirror on Bitbucket

2009-09-16 Thread Greg Newman
Bastien,The description has been updated to read "Mirror of the org-mode git repository located at http://repo.or.cz/w/org-mode.git, visit http://orgmode.org/ for more information." On Tue, Sep 15, 2009 at 8:07 PM, Bastien wrote: > Greg Newman writes: > > > I've had my friends over at Bitbucket.

Re: [Orgmode] I need help about org-mode with auto-fill-mode

2009-09-16 Thread Carsten Dominik
On Sep 16, 2009, at 4:02 PM, Meteor Liu wrote: Hello, I used auto-fill-mode in org-mode. for turn off TeX-like syntax, I add "#+OPTIONS: ^:nil" to the head. I input some words, for example, "test test test ..", when the length over fill-column, the second line becomes "#test test ...", I

[Orgmode] Re: error in org-remember

2009-09-16 Thread Xin Shi
I solved the problem by using the file name directly: (setq org-remember-templates '( ("Journal" ?j "* %U %?\n\n %i\n %a" "~/.journal.org") ("Notes" ?n "* %^{Title}\n %i\n %a" "~/.notes.org" "Notes") ) ) Xin On Wed, Sep 16, 2009 at 10:43 AM, Xin Shi wrote: >

[Orgmode] I need help about org-mode with auto-fill-mode

2009-09-16 Thread Meteor Liu
Hello, I used auto-fill-mode in org-mode. for turn off TeX-like syntax, I add "#+OPTIONS: ^:nil" to the head. I input some words, for example, "test test test ..", when the length over fill-column, the second line becomes "#test test ...", I don't want get the "#". Any suggestions? I use

[Orgmode] error in org-remember

2009-09-16 Thread Xin Shi
Hello Experts, I recently update my Emacs to 23.1 and the org-mode to 6.30e. Then I noticed my org-remember is not working. When I type C-c C-c, I got the following error: "Target files for notes must be in Org-mode if not filing to top/bottom" My settings are: (org-remember-insinuate) (setq s

Re: [Orgmode] Problem with quoting in #+BEGIN blocks

2009-09-16 Thread Roman Geus
Hi Carsten Thanks for your helpful comments. It works fine now. Regards, Roman On Tue, Sep 15, 2009 at 8:37 AM, Carsten Dominik wrote: > > On Sep 14, 2009, at 8:41 AM, Roman Geus wrote: > >> Hello >> >> I'm fairly new to org-mode, and I am surprised about the quoting >> behavior in #+BEGIN_EXAM

[Orgmode] org-babel, src blocks and asymptote

2009-09-16 Thread Nicolas Goaziou
Hello, Org-babel looks very interesting. I am pleased to see an asymptote module included in it. While testing it, I think I found 2 problems : To activate the asymptote module, you have to begin the source block, for example, with #+begin_src asymptote :file bezier.pdf Unfortunately, the major

Re: [Orgmode] Documentation wishlist items

2009-09-16 Thread Sebastian Rose
Bastien writes: > Sebastian Rose writes: > >> Here is some kind of outline for such a tutorial. > > Wow. That an outline for a full book! > > And I guess that's what comes at the horizon: an (O-Reilly) book about > Org-mode. It would not compete with the manual as a reference, but it > would

Re: [Orgmode] Defaults for Org variables

2009-09-16 Thread Sebastian Rose
Carsten Dominik writes: > In a different thread, Sebastian Rose writes: > >> Footnotes: >> >> [1] We should discuss this in an extra thread: make log-into-drawer and >>clocking the default and just have it turned on (is it the >>default??). It's sooo useful. And I'm sure, Alice would simp

Re: [Orgmode] Documentation wishlist items

2009-09-16 Thread Peter Frings
On 16 Sep 2009, at 14:17, Jean-Marie Gaillourdet wrote: Another interesting source for inspiration might be the tutorials of the TikZ/PGF Manual. http://www.ctan.org/tex-archive/graphics/pgf/base/doc/generic/pgf/pgfmanual.pdf page 20 till 54 I agree, the tikz manual is really good. Anothe

[Orgmode] The requested URL /worg/images/screenshots/org-zenburn.jpg was not found on this server.

2009-09-16 Thread Rainer Stengele
a minor bug ... "The requested URL /worg/images/screenshots/org-zenburn.jpg was not found on this server." I think I cannot fix that myself ... Rainer ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgm

[Orgmode] Re: Documentation wishlist items

2009-09-16 Thread Matt Lundin
Sebastian Rose writes: > Ethan writes: >> Hi guys, >> > Documentation is not such an easy thing to do and a lot of work, too. A > tutorial _is_ missing. We had some discussions here about that, but no > one got around to it. I think about it every so often, but writing a > tutorial is such a big

Re: [Orgmode] Documentation wishlist items

2009-09-16 Thread Jean-Marie Gaillourdet
Am 16.09.09 11:46, schrieb Bastien: > Sebastian Rose writes: > >> Documentation is not such an easy thing to do and a lot of work, too. A >> tutorial _is_ missing. We had some discussions here about that, but no >> one got around to it. I think about it every so often, but writing a >> tutorial i

[Orgmode] Re: Documentation wishlist items

2009-09-16 Thread Bernt Hansen
Matt Lundin writes: > Ethan writes: > >> Reading HOWTO's like Bernt Hansen's and Charles Cave's are really >> interesting to see how people work, but even documents like these don't >> explain *why* they set things up in this way. For example, Bernt >> Hansen's document explains that his topleve

[Orgmode] Re: Bug (?): Columnview in emacsclient broken?

2009-09-16 Thread Maurice Boucher
Hello org-moders, Memnon Anon disait le 15/09/2009 que : > Ein Bild sagt mehr als tausend Worte ;) > > Hi! > > I am having trouble using column view in an emacsclient (X11) session. > Here are screenshots of what happens: >

[Orgmode] Re: LaTeX export bugs?

2009-09-16 Thread Francesco Pizzolante
Hi Carsten, > indeed, it looks like I did make a mistake when recently trying to fix > this. > > I believe I have got it right this time (current git version), please > verify. It works perfectly now. Thanks! Francesco ___ Emacs-orgmode mailin

Re: [Orgmode] Documentation wishlist items

2009-09-16 Thread timetrap
Configuration through dialectic. I like it. Why not start a thread, and have an experienced user teach a newbie how to get this org-mode thing working. The only portion of the thread that would be published would be from the two users, and the rest of the list could inject comments into the threa

Re: [Orgmode] Documentation wishlist items

2009-09-16 Thread Greg Newman
On Wed, Sep 16, 2009 at 5:46 AM, Bastien wrote: > Sebastian Rose writes: > > > I would love to see a dialog between two org-ers, exchanging on how they > progressively adapt Org to their needs or any other topics. This could > actually be a bit more fun to write, and I'm sure the result would be

Re: [Orgmode] Documentation wishlist items

2009-09-16 Thread Bastien
Sebastian Rose writes: > Here is some kind of outline for such a tutorial. Wow. That an outline for a full book! And I guess that's what comes at the horizon: an (O-Reilly) book about Org-mode. It would not compete with the manual as a reference, but it would make it easier to more people t

[Orgmode] indentation problem

2009-09-16 Thread Rainer Stengele
I have a minor indentation quirk: STARTED [#A] whatever SCHEDULED: <2009-09-14 Mo> :LOGBOOK: CLOCK: [2009-08-24 Mo 15:25]--[2009-08-24 Mo 16:00] => 0:35 CLOCK: [2009-08-21 Fr 10:05]--[2009-08-21 Fr 13:05] => 3:00 CLOCK: [2009-08-20 Do 16:05]--[2009-08-20 Do 18:05] =

Re: [Orgmode] Documentation wishlist items

2009-09-16 Thread Bastien
Sebastian Rose writes: > Documentation is not such an easy thing to do and a lot of work, too. A > tutorial _is_ missing. We had some discussions here about that, but no > one got around to it. I think about it every so often, but writing a > tutorial is such a big thing to do. I'm a go player.

Re: [Orgmode] Documentation wishlist items

2009-09-16 Thread Bastien
Hi Ethan, Ethan writes: > I've been studying org-mode for a few months now, and I think I'm finally > getting the hang of it. It's really overwhelming, and I really appreciate the > efforts that must have gone into the manual and the worg project. But I think > it still needs work. "needs" is t

[Orgmode] Defaults for Org variables

2009-09-16 Thread Carsten Dominik
In a different thread, Sebastian Rose writes: Footnotes: [1] We should discuss this in an extra thread: make log-into-drawer and clocking the default and just have it turned on (is it the default??). It's sooo useful. And I'm sure, Alice would simply enjoy it (without any customiza

Re: [Orgmode] Org-mode Mercurial mirror on Bitbucket

2009-09-16 Thread Carsten Dominik
On Sep 15, 2009, at 10:36 PM, Greg Newman wrote: I've had my friends over at Bitbucket.org create a org-mode mirror of the git repo for me (and anyone who prefers Mercurial) to pull from. This repo is updated every hour against the git repository. http://bitbucket.org/mirror/org-mode/ Car