Hi, everyone:
My shell locale is zh_CN.UTF-8, and I want to let org-mode insert timestamp
in English, so I inserted (setq system-time-locale "C") into my emacs
initialization file (.emacs). Then I found that this setting does work in
normal emacs, i.e. starting emacs without --daemon option. But i
Suvayu Ali wrote:
> On Sun, 03 Apr 2011 17:12:01 -0400
> Nick Dokos wrote:
>
> > I replied earlier (just to Bernt - forgot to copy the list, sorry
> > about that) that I couldn't reproduce it either. I still cannot
> > reproduce it with the above instructions or with a minimal .emacs
> > that j
On Sun, 03 Apr 2011 17:12:01 -0400
Nick Dokos wrote:
> I replied earlier (just to Bernt - forgot to copy the list, sorry
> about that) that I couldn't reproduce it either. I still cannot
> reproduce it with the above instructions or with a minimal .emacs
> that just loads org and turns on winner-
Hello all!
This is my contribution to the wonderful world of org mode: a
bill-of-materials maker.
This module will scan your entire buffer, collect data, store it in a local
database and give it to you in a table. The power users might also want to
use the database directly.
For more inf
Suvayu Ali wrote:
> I just updated, and I still have the same issue. I did a binary search
> through my non-orgmode related Emacs setup, and it still comes down to
> winner mode being turned on. When I start org with it turned off, it
> works. But restarting emacs with it on or starting winner-m
Matt Lundin imapmail.org> writes:
>
> I still cannot reproduce it.
>
I tried your test file which was different from the test file
I suggested in the second mail and I couldn't reproduce the problem
with it either.
So I looked into this and turns out the problem occurs only if
after the state
Hi Bernt,
On Sun, 03 Apr 2011 08:41:42 -0400
Bernt Hansen wrote:
> Hi Suvayu,
>
> C-c C-z works for me (as does z in the agenda). I've updated
> org-mode a few minutes ago. Can you verify this is broken for you
> with a minimal emacs setup? If not then something in your local
> configuration
Tom writes:
> Matt Lundin imapmail.org> writes:
>>
>> I cannot reproduce this.
>>
>
> Did you start emacs without any initialization? I started it with
> -Q and loaded org 7.5 manually to avoid affecting the test with
> my own org customizations.
I still cannot reproduce it.
Steps followed
Matt Lundin imapmail.org> writes:
>
> I cannot reproduce this.
>
Did you start emacs without any initialization? I started it with
-Q and loaded org 7.5 manually to avoid affecting the test with
my own org customizations.
Tom writes:
> Tom gmail.com> writes:
>>
>> I could not yet create a simple org file to reproduce the
>> problem
>
>
> Here's an org file which demonstrates the bug with org 7.5:
>
> * TODO test1
> SCHEDULED: <2011-04-02 Szo +1d>
> * TODO test2
> SCHEDULED: <2011-04-03 H .+1w>
>
Suvayu Ali writes:
> After updating org sometime in the last week I have been unable to run
> org-add-note. Typing C-c C-z does nothing neither does explicitly
> calling org-add-note. I have things setup to ask to add notes for
> certain TODO state changes. Those don't work either. For the config
Hi Martin,
On 3 Apr 2011, Martin Butz wrote:
> I'm still working with Thunderbird although being able to link to mails
> from within org is a strong argument to switch to an emacs-based mailclient.
Well there may be a possibility using org-protocol to pass name and
email, but I didn't use Thunder
cs-23.
If you report successful installation with the above steps I will update
the FAQ so that folks are able to use ELPA to install org on emacs-23
versions.
Steps are simple:
1. M-x list-packages
2. locate org line that reads something like "org 20110403 available ...")
3. Press '
Hello list,
When looking at the agenda on my phone, I can't see the hours of the
events I'm looking at. It seem the information is available (it's in the
agenda.org that is used by android's mobile-org to show, but I can't
understand how to make my android phone)
There is a patch to org-mobile.el
Hi Michael,
Am 03.04.2011 13:18, schrieb Michael Markert:
Hi Martin,
On 3 Apr 2011, Martin Butz wrote:
[...]
Using `org-contacts-template-*` in the capture template depends on you
using Gnus and thus having a '*Article*' Buffer.
So you might prefer using `%^{Name}` and `%^{Email}` instead, if
Dror Atariah writes:
> # Where local lisp files go.
> lispdir = $(prefix)/Aquamacs.app/Contents/Resources/lisp
I'm going out on a limb here, but you probably should better have:
lispdir = $(prefix)/Aquamacs.app/Contents/Resources/site-lisp/org-mode
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Ne
Hi Martin,
On 3 Apr 2011, Martin Butz wrote:
> Hi,
>
> * %![Error: (error No buffer named *Article*)]
> :PROPERTIES:
> :EMAIL: %![Error: (error No buffer named *Article*)]
> :PHONE_OFFICE: %^{Telefon (Büro)}
> :FAX_OFFICE: %^{Fax (Büro)}
> :PHONE_MOBILE: %^{Telefon (mobil)}
> :PHONE_PRIVATE: %^{T
Hi,
after updating from org-mode 7.4 to org-mode 7.5 I keep getting an
error. While trying to create a new contact the template for my contacts
says:
* %![Error: (error No buffer named *Article*)]
:PROPERTIES:
:EMAIL: %![Error: (error No buffer named *Article*)]
:PHONE_OFFICE: %^{Telefon (Bür
On Apr 3, 2011, at 11:55 AM, Christian Moe wrote:
> On 4/3/11 10:08 AM, Dror Atariah wrote:
>> # Where local software is found
>> #prefix=/usr/local
>> prefix=~/Applications
>
> Hi,
>
> Try
>
> prefix=/Applications
>
> without the tilde.
That made the trick! I'll try to follow and solve also
Hi Orgers,
After updating org sometime in the last week I have been unable to run
org-add-note. Typing C-c C-z does nothing neither does explicitly
calling org-add-note. I have things setup to ask to add notes for
certain TODO state changes. Those don't work either. For the configured
TODOs, state
On 4/3/11 10:08 AM, Dror Atariah wrote:
# Where local software is found
#prefix=/usr/local
prefix=~/Applications
Hi,
Try
prefix=/Applications
without the tilde.
Yours,
Christian
It seems like I have to install the package manager.
I followed the instructions in the org-mode FAQ. Added:
(setq load-path (cons "~/Library/elisp" load-path))
(require 'package)
(package-initialize)
To my .emacs, where packages.el located in ~/Library/elisp.
Then, when I restart Aquamacs I ge
Tom gmail.com> writes:
>
> I could not yet create a simple org file to reproduce the
> problem
Here's an org file which demonstrates the bug with org 7.5:
* TODO test1
SCHEDULED: <2011-04-02 Szo +1d>
* TODO test2
SCHEDULED: <2011-04-03 H .+1w>
If you (setq org-log-repeat nil
Dror
Did you try installing with Package Manager/ELPA? It will be far much
simpler that way, I think ...
It is primarily designed to help new users of Emacs. You don't need to
learn git, tweak Makefiles, load-paths or battle with installing Info
manuals.
I would recommend ELPA anyday for users
I have added the following:
>>> (setq load-path (cons
>>>(expand-file-name "~/Library/elisp")
>>>load-path))
>>> (require 'org-install)
No change in the way Aquamacs+org-mode behaves. In particular version still
shows 6.33x... :(
@Christian: Here's my updated Makefile (at least the first part):
# Name of your emacs binary
EMACS=/Applications/Aquamacs.app/Contents/MacOS/Aquamacs
# Where local software is found
#prefix=/usr/local
prefix=~/Applications
# Where local lisp files go.
lispdir = $(prefix)/Aquamacs.app/Contents
26 matches
Mail list logo