Re: [O] calendar date adjustments blocked

2011-11-04 Thread Carsten Dominik
On 5.11.2011, at 03:03, Nick Dokos wrote: > Jude DaShiell wrote: > >> I needed to enter information for two dates in org-mode and went into >> calendar using c-c+! and got the current date as expected then hit c-b to >> move the date to yesterday and pointer remained on today's date. So I >

Re: [O] calendar date adjustments blocked

2011-11-04 Thread Nick Dokos
Jude DaShiell wrote: > I needed to enter information for two dates in org-mode and went into > calendar using c-c+! and got the current date as expected then hit c-b to > move the date to yesterday and pointer remained on today's date. So I > ended up hitting on today's date and editing it i

Re: [O] calendar date adjustments blocked

2011-11-04 Thread Bernt Hansen
Jude DaShiell writes: > I needed to enter information for two dates in org-mode and went into > calendar using c-c+! and got the current date as expected then hit c-b to > move the date to yesterday and pointer remained on today's date. So I > ended up hitting on today's date and editing it

[O] Org-mode 7.7 Broken with respect to mouse and checklists?

2011-11-04 Thread Patrick Brennan
Hi, I have a checklist in this form: - [ ] Item One - [ ] Item Two In Org-mode 7.7, if I put my mouse inside one of the checks and press the left button, I get the following message: org-open-at-point: Wrong type argument: markerp, 471 The number changes depending upon where the checkm

emacs-orgmode@gnu.org

2011-11-04 Thread Myles English
If an org file contains a latex equation with a '&' in it then when it is exported to odt it makes dodgy xml. Unzipping the odt, opening the content.xml and doing M-x rng-first-error gives the message: `&' that is not markup must be entered as `&' To reproduce, insert this: \begin{equation} \d

[O] Bug: org-export-as-latex fails [7.7]

2011-11-04 Thread Rick Frankel
Your bug report will be posted to the Org-mode mailing list. running org-export-as-latex on the following file works in org v7.5 and fails in org v7.7 (not sure about v7.6) with the error: org-export-latex-preproces

Re: [O] Pass LaTeX exporter option prior to \documentclass

2011-11-04 Thread suvayu ali
Hi John, On Fri, Nov 4, 2011 at 18:29, Nick Dokos wrote: > Alternatively, you can define a new entry in org-export-latex-classes > that does what you want - I just cribbed the existing beamer entry and > modified it a bit (I had called it "beamerpdf14" at first, but apparently > numerics are not

Re: [O] About commit named "Allow multi-line properties to be specified in property blocks"

2011-11-04 Thread Eric Schulte
Darlan Cavalcante Moreira writes: > I liked this suggestion. In a sense, it is similar to the "inherit" keyword > I had suggested before, but now the "keyword" (the plus sign) is part of > the variable name. > Oh yes, I didn't realize that when I first posted this suggestion but it is very simi

Re: [O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-04 Thread Nick Dokos
Nick Dokos wrote: > It probably does, but that's probably not the best place to do it: it might be > better to do it in the (setq link on line 9090 or thereabouts. Otherwise, in > the *other* case (editing the link at point), we'll end up unescaping twice: > probably not a problem, since unescapi

Re: [O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-04 Thread Nick Dokos
Brian Wightman wrote: > On Fri, Nov 4, 2011 at 11:52 AM, Nick Dokos wrote: > > probably not a problem, since unescaping should be idempotent (in contrast > > to > > escaping ;-) ) but why do it twice? > > I am not sure I am reading this correctly - I am reading this as > unescaping a url-encod

Re: [O] About commit named "Allow multi-line properties to be specified in property blocks"

2011-11-04 Thread Darlan Cavalcante Moreira
I liked this suggestion. In a sense, it is similar to the "inherit" keyword I had suggested before, but now the "keyword" (the plus sign) is part of the variable name. But the reason I really liked it is because it is clear to understand. One can compare it to the "+=" operator some languages ha

Re: [O] Pass LaTeX exporter option prior to \documentclass

2011-11-04 Thread Nick Dokos
John Hendy wrote: > On Thu, Nov 3, 2011 at 12:55 PM, suvayu ali > wrote: > > On Thu, Nov 3, 2011 at 18:48, John Hendy wrote: > >> On Wed, Nov 2, 2011 at 5:30 AM, suvayu ali > >> wrote: > >>> On Wed, Nov 2, 2011 at 03:43, suvayu ali > >>> wrote: > You could try replacing that with the

Re: [O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-04 Thread Nick Dokos
Nick Dokos wrote: > Jeff Horn wrote: > > > I just pulled the latest org-mode. The problem persists for me, even > > though it was reported as fixed in a previous thread. Can anyone > > replicate with the latest org? > > > > Org-mode version 7.7 (release_7.7.513.g2a5877) > > GNU Emacs 24.0.50.3

Re: [O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-04 Thread Nick Dokos
Jeff Horn wrote: > I just pulled the latest org-mode. The problem persists for me, even > though it was reported as fixed in a previous thread. Can anyone > replicate with the latest org? > > Org-mode version 7.7 (release_7.7.513.g2a5877) > GNU Emacs 24.0.50.3 (i386-apple-darwin9.8.0, NS apple-a

[O] library of babel call blocks not invoked on buffer/subtree execute

2011-11-04 Thread Frankel, Rick (CA-CIB)
There is a bug (?) with #+call block: They are not executed on export/ invocation of org-babel-execute buffer. There are a couple of reasons for this: 1. org-babel-src-block-regexp, used in org-babel-map-src-blocks does not match #+call. 2. unlike org-babel-execute-maybe, which ca

Re: [O] org-contacts and dates before 1970

2011-11-04 Thread Christoph LANGE
Dear all, a late follow-up on the problem that, out of the box, org-contacts's BIRTHDAY properties don't work with a 32-bit Emacs on Windows when there are dates before 1970 (details quoted below). For now I have "solved" this in an extremely pragmatic way: enabling the display of anniversaries o

Re: [O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-04 Thread Nick Dokos
Jeff Horn wrote: > I just pulled the latest org-mode. The problem persists for me, even > though it was reported as fixed in a previous thread. Can anyone > replicate with the latest org? > Yes - just pulled the same version as below - I see the same thing you see. Nick > Org-mode version 7.7

Re: [O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-04 Thread Jeff Horn
I just pulled the latest org-mode. The problem persists for me, even though it was reported as fixed in a previous thread. Can anyone replicate with the latest org? Org-mode version 7.7 (release_7.7.513.g2a5877) GNU Emacs 24.0.50.3 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2011-08-10 on

Re: [O] Video showing Jambunathan's ODT exporter

2011-11-04 Thread Herbert Sitz
Torsten Wagner gmail.com> writes: > > > It's obviously not for everyone; I'm sure some Org users have no need for > > documents in a word processor and steer as far away as possible. Others may > > love it, though, and it could potentially bring more users to Org community. > > Well it becomes

Re: [O] custom IDs not exported

2011-11-04 Thread Nick Dokos
Sten Lindner wrote: > On Thu, Nov 03, 2011 at 02:18:09PM -0400, Nick Dokos wrote: > > Jambunathan K wrote: > > > > > > > > > Oh, I thought I had run out on my quota: I do have a patch that I can > > > > send in, I just don't want to cause headaches (particularly to you) > > > > down the line.

Re: [O] New version of VimOrganizer, an Org-mode clone in Vim

2011-11-04 Thread Tom Short
On Thu, Nov 3, 2011 at 7:26 PM, Herbert Sitz wrote: > Michael Brand gmail.com> writes: >> >> or at a similar place that there is also the possibility to have the >> vi modal editing paradigm and most of the vi key bindings within Emacs >> itself by using a vi emulation like Viper mode. (I use Ema

Re: [O] agenda secondary filtering by category

2011-11-04 Thread Rainer Stengele
Hi Bastien, excellent! Thanks a lot. This will speed up working in the agenda! Rainer Am 04.11.2011 13:34, schrieb Bastien: > Hi Rainer, > > This is a frequent request, and a very reasonable one. > I have a patch for this, I just need to polish it a bit. > > I will commit it over the week-end. >

[O] OT: syncing computers with git (was: Best way to set up Org mode with MobileOrg over Dropbox)

2011-11-04 Thread Karl Voit
* Gregor Kappler wrote: > > I am using git to sync several laptops and Desktop computers. > > Every 5 minutes a cronjob runs a shell script that automatically runs > =git pull= -- and =git add= on org files as well files listed in the > =.gitcroncommit= file. The commit message is comprised of th

Re: [O] agenda secondary filtering by category

2011-11-04 Thread Bastien
Hi Rainer, This is a frequent request, and a very reasonable one. I have a patch for this, I just need to polish it a bit. I will commit it over the week-end. Thanks, -- Bastien

[O] agenda secondary filtering by category

2011-11-04 Thread Rainer Stengele
Hi all, I love the fast way of secondary filtering by tag. I already have several custom agenda views sorted by category. Having lots of org files the display of the result of a custom agenda view is "slow" on my machines. I would therefore love to have the possibility of secondary filtering by

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-11-04 Thread Rainer M Krug
Eric: Thanks - but for the moment I will go with Jambunathan's suggestion and stick with the latest version before the removal of BABEL. For the record, I created a local branch before the removal of BABEL and used git checkout MyBranch to switch to this branch. So I can keep my local git repo u

Re: [O] A quick way to empty contents of entries?

2011-11-04 Thread gylns
Carsten Dominik gmail.com> writes: > > > For one file: > > perl -ne 'print if /^\*+ / or /^\s*:PROPERTIES:\s*$/../^\s*:END:\s*$/' old.org > stripped.org > > Thanks Carsten, It works!

Re: [O] custom IDs not exported

2011-11-04 Thread Sten Lindner
On Thu, Nov 03, 2011 at 02:18:09PM -0400, Nick Dokos wrote: > Jambunathan K wrote: > > > > > > Oh, I thought I had run out on my quota: I do have a patch that I can > > > send in, I just don't want to cause headaches (particularly to you) > > > down the line. I'll add a Changelog, mark it as a T

Re: [O] About commit named "Allow multi-line properties to be specified in property blocks"

2011-11-04 Thread Rainer M Krug
On Thu, Nov 3, 2011 at 9:23 PM, Eric Schulte wrote: > One more idea that has occurred to me, it should give all of the > functionality which we desire (i.e., the ability for a property value to > span multiple lines and to be accumulated at the subtree level), and it > should require *no* new syn

Re: [O] Video showing Jambunathan's ODT exporter

2011-11-04 Thread Torsten Wagner
Hi, This is some seriously cool functionality for Org that deserves wider exposure. Jambunathan's done a great job. Yep I tried it a few days ago and the results were nearly perfect. It's obviously not for everyone; I'm sure some Org users have no need for documents in a word processor and s

Re: [O] A quick way to empty contents of entries?

2011-11-04 Thread Carsten Dominik
On Nov 4, 2011, at 7:56 AM, gylns wrote: > Hi, all > I want to empty all my contents but leave only with the headlines and the > properties, is there a fast way? Make backup copies before you try this For one file: perl -ne 'print if /^\*+ / or /^\s*:PROPERTIES:\s*$/../^\s*:END:\s*$/' o

[O] [OT] FSF, GPL, cedit case (was: custom IDs not exported)

2011-11-04 Thread Reiner Steib
On Thu, Nov 03 2011, Nick Dokos wrote: > Jambunathan K wrote: [...] >> [Context Switch] >> An interesting read (Euphemism for *totally* OT) >> >> http://news.ycombinator.com/item?id=2820986 >> Also google - Emacs violates GPL. >> > > Is this the cedet/semantic parser flap-a-doodle? Yes. > LW

[O] A quick way to empty contents of entries?

2011-11-04 Thread gylns
Hi, all I want to empty all my contents but leave only with the headlines and the properties, is there a fast way? Cheers, gylns