[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

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

2011-01-12 Thread Michael Brand
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 vi/Vim for simple editing tasks like config files while in a shell or on a

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

2011-01-12 Thread Michael Brand
On Thu, Jan 13, 2011 at 05:56, Kiwon Um wrote: > ;; refresh agenda view regurally > (defun kiwon/org-agenda-redo-in-other-window () > "Call org-agenda-redo function even in the non-agenda buffer." > (interactive) > (let ((agenda-window (get-buffer-window org-agenda-buffer-name t))) >(when a

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

2011-01-12 Thread Marcelo de Moraes Serpa
Hey list, I started using emacs 5 years ago, and eventually jumped back from it to Eclipse (at that time I was doing Flash and PHP), and started to dig into *nix, and emacs called my attention. The initial inertia was huge, as anyone who has gone through the emacs learning curve might now. Howeve

[Orgmode] Re: Question on org-beamer markup

2011-01-12 Thread Rafael Villarroel
Sébastien Vauban writes: > Erik Iverson wrote: >> According to http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html >> >> the following markup should work when exporting to PDF from an org-beamer >> document. >> >> - the first, very @important@, point! >> - the previous point shows the

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

2011-01-12 Thread Kiwon Um
Suvayu Ali writes: > Hi Nick, > > On Wed, 12 Jan 2011 03:23:44 -0500 > Nick Dokos wrote: > >> You can probably use run-with-timer or run-with-idle-timer to do >> things like this, but I'm with Detlef Steuer: pressing 'g' in the >> agenda to refresh it is simple and does not consume any extra >>

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

2011-01-12 Thread Tommy Stanton
I would guess that the simple use of 'g' for refreshing was inspired by the Emacs buffer list (induced by C-c C-b; you enter "Buffer Menu" mode while in that *Buffer List* buffer's window). Discovering 'g' for the buffer list took me a long time, but I was so delighted when I did. -Tommy On Jan 1

[Orgmode] Re: Bug: Schedule in agenda gives wrong overdue days [7.4]

2011-01-12 Thread Bernt Hansen
Paul Stansell writes: > Dear Sirs, > > For an org file containing just the two following lines: > > * TODO Water plants at work > SCHEDULED: <2010-12-27 Mon .+1w> > > creating an agenda with "C-c a a" on 2011-01-06 displays the following > three lines: > > Day-agenda (W01): > Thursday6 Janu

Re: [Orgmode] Org-mode development workflow with Git

2011-01-12 Thread Tommy Stanton
Hey Jason, Thanks for the link; I was just recently curious about how others work with Git in this way, creating a private branch to make fixes on. Excellent! -Tommy On Wed, Jan 12, 2011 at 1:46 PM, Jason Dunsmore wrote: > Hello, > > I've been trying to fix more of the Org-mode issues I co

[Orgmode] Org-mode development workflow with Git

2011-01-12 Thread Jason Dunsmore
Hello, I've been trying to fix more of the Org-mode issues I come across. This led me to a particular Git workflow that I documented on my blog: http://blog.dunsmor.com/2011/01/keeping-a-private-development-branch-in-git-using-multiple-remotes/ I'd be interested to hear about other workflows or

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

2011-01-12 Thread Suvayu Ali
Hi Nick, On Wed, 12 Jan 2011 03:23:44 -0500 Nick Dokos wrote: > You can probably use run-with-timer or run-with-idle-timer to do > things like this, but I'm with Detlef Steuer: pressing 'g' in the > agenda to refresh it is simple and does not consume any extra > resources - you do it when you ne

[Orgmode] [PATCH] Stable key assignment for org-fast-tag-selection

2011-01-12 Thread emacs-orgmode
I noticed that the code to "automatically assign a character" in the org-fast-tag-selection function assigns a different character depending on whether or not the tag exists in the current heading. To see the problem, do the following steps: - Eval (setq org-use-fast-tag-selection t) - Eval (setq

[Orgmode] Re: Question on org-beamer markup

2011-01-12 Thread Sébastien Vauban
Hi Erik, Erik Iverson wrote: > According to http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html > > the following markup should work when exporting to PDF from an org-beamer > document. > > - the first, very @important@, point! > - the previous point shows the use of the special markup

Re: [Orgmode] Re: [bug] org-store-link on gnus message fails

2011-01-12 Thread Eric S Fraga
Tassilo Horn writes: > Hi Eric, > > this patch should do the trick. I think the issue was a malformed Date: > header that couldn't be converted to a timestamp. Actually, I am curious about this. What is the point of extracting the date in any case? It's used to store link properties but I don

[Orgmode] Re: Extending paste to auto-archive a copied image

2011-01-12 Thread Marcelo de Moraes Serpa
*bump* -- no ideas? On Mon, Jan 10, 2011 at 10:38 AM, Marcelo de Moraes Serpa wrote: > Hi list, > > So, I'm usign an emacs extension that renders links to image as the > image itself, it's a minor mode called iimage.el. It works great, but > the fact that I need to copy the image somewhere first

Re: [Orgmode] Hiding deadlines for completed (but not DONE) tasks

2011-01-12 Thread Michael Brand
On Wed, Jan 12, 2011 at 19:06, Giorgio Valoti wrote: > mmmh, maybe there’s just something wrong with my conf: > > (setq org-todo-keywords (quote ((sequence "TODO(t)" "STARTED(n)" "|" > "DONE(d!/!)") >  (sequence "WAITING(w@/!)" "SOMEDAY(s!)" "|" "CANCELLED(c@/!)") >  (sequence "APPT(a!)" "ERRAND(

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2011-01-12 Thread Nathaniel Flath
Updated patch attached. Thanks, Nathaniel Flath On Mon, Dec 20, 2010 at 10:25 AM, Nicolas Goaziou wrote: > Hello, > >> Nathaniel Flath writes: > >> Sory for the long delay - I got caught up in other work. A >> patchaddressing the sisues brought up is attached. > > I've had a look at your pat

Re: [Orgmode] Default directory in org-agenda-mode

2011-01-12 Thread Niels Giesen
Hi Nick, Nick Dokos writes: [...] > AFAIK, there is no variable default-directory-alist - at least, my > emacs does not know anything about it. Ah, yes, I see it's provided by dired-x, which does ship with emacs, but is not loaded by default. Its documentation says #+begin_example Alist of m

[Orgmode] Re: Default directory in org-agenda-mode

2011-01-12 Thread Tassilo Horn
niels giesen writes: Hi Niels, > To this end I tried doing the following: > > #+begin_src emacs-lisp > (add-to-list >'default-directory-alist >`(org-agenda-mode > ,org-directory)) > #+end_src `default-directory-alist' is defined in dired-x and only used by that. Confusing tha

Re: [Orgmode] Default directory in org-agenda-mode

2011-01-12 Thread Nick Dokos
niels giesen wrote: > Hi all, > > I would like `default-directory' in `org-agenda-mode' to be the > value of `org-directory'. This is because I tend to start my > working day by opening the Agenda view, and then decide to open > some org file (which I all have inside `org-directory' and that > m

Re: [Orgmode] Looking for help linking to an org document on mac os x

2011-01-12 Thread Jeff Horn
On Wed, Jan 12, 2011 at 12:07 PM, Anthony Lander wrote: > Thanks Jeff. That works really well! Any suggestions on how to incorporate a > bit of logic (probably in emacs) to do an org headline search? I'm guessing > it means making a new file type, and then doing some processing on the > passed in

[Orgmode] Re: org-mode table with backslash inside fails to export to DocBook

2011-01-12 Thread Baoqiu Cui
Hi Niels, niels giesen writes: > The following changes (replace-match literally in > `org-export-docbook-finalize-table') solves this problem for me, but I > would not know whether this would break anything else. > > #+begin_src diff > diff --git a/lisp/org-docbook.el b/lisp/org-docbook.el > ind

[Orgmode] Default directory in org-agenda-mode

2011-01-12 Thread niels giesen
Hi all, I would like `default-directory' in `org-agenda-mode' to be the value of `org-directory'. This is because I tend to start my working day by opening the Agenda view, and then decide to open some org file (which I all have inside `org-directory' and that may or may not have items present in

Re: [Orgmode] Hiding deadlines for completed (but not DONE) tasks

2011-01-12 Thread Giorgio Valoti
Il giorno 12/gen/2011, alle ore 18.16, Michael Brand ha scritto: > Hi Giorgio > > On Wed, Jan 12, 2011 at 17:25, Giorgio Valoti wrote: >> by default, a task with a deadline shows up in the agenda until is marked >> DONE. Reading the docs it seems there’s no way to specify other statuses to >>

[Orgmode] Question on org-beamer markup

2011-01-12 Thread Erik Iverson
Hello, According to http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html the following markup should work when exporting to PDF from an org-beamer document. - the first, very @important@, point! - the previous point shows the use of the special markup which translates to the Beame

Re: [Orgmode] Hiding deadlines for completed (but not DONE) tasks

2011-01-12 Thread Michael Brand
Hi Giorgio On Wed, Jan 12, 2011 at 17:25, Giorgio Valoti wrote: > by default, a task with a deadline shows up in the agenda until is marked > DONE. Reading the docs it seems there’s no way to specify other statuses to > ignore. I use some other states, like CANCELLED or CLOSED that I’d like to

Re: [Orgmode] Looking for help linking to an org document on mac os x

2011-01-12 Thread Anthony Lander
On 11-Jan-12, at 10:49 AM, Jeff Horn wrote: On Wed, Jan 12, 2011 at 10:05 AM, Anthony Lander wrote: Hi everyone, I'd like to be able to link to an org document from other applications, and especially to a particular line or search term in a document. The idea is that I could, for example

[Orgmode] Re: [bug] org-store-link on gnus message fails

2011-01-12 Thread Tassilo Horn
Hi Eric, this patch should do the trick. I think the issue was a malformed Date: header that couldn't be converted to a timestamp. --8<---cut here---start->8--- diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index 32641bf..ae5dc52 100644 --- a/lisp/org-gnus.

[Orgmode] Re: [bug] org-store-link on gnus message fails

2011-01-12 Thread Tassilo Horn
Eric S Fraga writes: > Trying to store a link to a gnus email message (=org-store-link=) when > the cursor is on a particular message in a gnus Summary mode window, I > get: What's the Date: header of that mail? Bye, Tassilo ___ Emacs-orgmode mailin

Re: [Orgmode] [babel] References to variable block names

2011-01-12 Thread Eric Schulte
Hi Francesco, In your example the cv source block only seems to have a single variable specified with a :var header argument (namely v-jobtitle), e.g. #+srcname: cv #+begin_src latex :noweb yes :var v-jobtitle="Software Engineer" ... #+end_src however your example noweb reference uses 4 variable

[Orgmode] Hiding deadlines for completed (but not DONE) tasks

2011-01-12 Thread Giorgio Valoti
Hi, by default, a task with a deadline shows up in the agenda until is marked DONE. Reading the docs it seems there’s no way to specify other statuses to ignore. I use some other states, like CANCELLED or CLOSED that I’d like to hide as well. Is there a way to do this? Thank you in advance --

Re: [Orgmode] Looking for help linking to an org document on mac os x

2011-01-12 Thread Jeff Horn
On Wed, Jan 12, 2011 at 10:05 AM, Anthony Lander wrote: > Hi everyone, > > I'd like to be able to link to an org document from other applications, and > especially to a particular line or search term in a document. The idea is > that I could, for example, put a link into an iCal entry, and when I

[Orgmode] Looking for help linking to an org document on mac os x

2011-01-12 Thread Anthony Lander
Hi everyone, I'd like to be able to link to an org document from other applications, and especially to a particular line or search term in a document. The idea is that I could, for example, put a link into an iCal entry, and when I click it, emacs would show the file and move the point to

[Orgmode] Org outlook protocol and org link

2011-01-12 Thread
All, I have a link and org-protocol addition to support M$ outlook links and importing of data. Some of is are forced to use outlook. Currently it is located at: www.emacswiki.org/emacs/org-outlook.el Matt This e-mail (including any attachments) is confidential and may be legally privileged.

[Orgmode] [bug] org-store-link on gnus message fails

2011-01-12 Thread Eric S Fraga
Hello, Trying to store a link to a gnus email message (=org-store-link=) when the cursor is on a particular message in a gnus Summary mode window, I get: --8<---cut here---start->8--- Debugger entered--Lisp error: (error "Invalid date: ") signal(error ("Inval

[Orgmode] Export issue of URL when the text begins with a date

2011-01-12 Thread Vincent Belaïche
>Hello, > >Here is an example org file: > >--- >* some example > >[[file://localhost/c%3A/msys/1.0/temp/example.html][2011-01-01 example]] >--- > >When I export th

[Orgmode] [babel] References to variable block names

2011-01-12 Thread Francesco Pizzolante
Hi, I'm trying to maintain my employees CVs in a single Org file using Babel (see example hereunder). For this, I created several level-1 headings, one for each employee. Then, I have my main CV block (cv source block, see last "Composed CV" heading) containing the layout of the CVs. This block

Re: [Orgmode] [PATCH] Update conflict documentation

2011-01-12 Thread Giovanni Ridolfi
Jeffrey Horn writes: > This patch updates the conflict documentation regarding yasnippet to use Eric > Schulte's fix. > --- > doc/org.texi | 21 - > 1 files changed, 20 insertions(+), 1 deletions(-) > > diff --git a/doc/org.texi b/doc/org.texi > index e83909d..b0667e4 1006

Re: [Orgmode] BUG sorting function

2011-01-12 Thread Giovanni Ridolfi
Carsten Dominik writes: > On Jan 9, 2011, at 9:46 PM, Fritjof wrote: > >> Also second level headings can't be bold, they show up as normal text. >> >> Reproduce with: >> >> * heading >> ** *subheading* > > Is this an issue in the in-emacs representation of for Export? Here, Org-mode version 7.4

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

2011-01-12 Thread Nick Dokos
Suvayu Ali wrote: > Hi Kiwon, > > On Wed, 12 Jan 2011 12:23:48 +0900 > Kiwon Um wrote: > > > Dear org users, > > > > The recent function for showing current time in agenda view is quite > > cool. I have a question about it. When the agenda view is being shown, > > is there any way to refresh