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
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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.
>
* 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
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
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
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
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!
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
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
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
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
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
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
33 matches
Mail list logo