Hi Andrew,
it is this commit:
bbc27c011ab5d44d37dca662d1a393d429dbe4b3
and it is part of the 6.30 release. Maybe it only does not work?
Killing the frame does not work if the the agenda window is not
the only window on the frame. So you could press "o", then "q".
Hmm, I guess I could check f
Hi Daniel,
On Sep 1, 2009, at 3:15 PM, Daniel Martins wrote:
Carsten,
thanks for your reply :
1. Looks like you are using a 7 day agenda. Consider using a day
agenda
(setq org-agenda-ndays 1)
I did it
2. Looks like you are including all TODO entries into your agenda.
Consider not
Carsten Dominik writes:
> it is this commit:
>
> bbc27c011ab5d44d37dca662d1a393d429dbe4b3
That commit is in, but grepping for separate-frame in all *.el files
gives no result and the docs don't mention it, too.
,[ C-h v org-agenda-window-setup RET ]
| org-agenda-window-setup is a variable d
PT wrote:
>
> Damn! Org is again a step ahead of me. :D
>
Yup - get used to it ;-)
Nick
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmo
Carsten Dominik wrote:
> I am not able to reproduce the problem.
>
If the comment in a.sh starts with a space like this:
,
| #!/bin/sh
|
| ## shell comment
| echo "This is a test"
`
then the .txt file has a comma before the comment:
,
| ...
| 1 test
| ~~~
|
| #!/bin/sh
On Sep 2, 2009, at 10:11 AM, Tassilo Horn wrote:
Carsten Dominik writes:
it is this commit:
bbc27c011ab5d44d37dca662d1a393d429dbe4b3
That commit is in, but grepping for separate-frame in all *.el files
gives no result and the docs don't mention it, too.
,[ C-h v org-agenda-window-set
Ah, yes, thank you for that detail.
Fixed now.
- Carsten
On Sep 2, 2009, at 9:40 AM, Nick Dokos wrote:
Carsten Dominik wrote:
I am not able to reproduce the problem.
If the comment in a.sh starts with a space like this:
,
| #!/bin/sh
|
| ## shell comment
| echo "This is a test"
`-
Hi Wes,
I have included this fix into Org as well, thanks.
- Carsten
On Sep 1, 2009, at 4:30 PM, Wes Hardaker wrote:
The select-frame-set-input-focus function doesn't exist in xemacs,
which
was recently added in org-eval-in-calendar. This seems to be a common
problem as gnus defines this
I get a scan error when I try to add my current ORG file to the list of agenda
files.
I'm using Emacs 23.1.1 on Windows, so it has the Org mode built in.
I create a new .ORG file, add some text, and save it.
Then I type C-c [
and I get this error.
Scan error: "Unbalanced paren
--- Dom 30/8/09, bar tomas ha scritto:
Hi, Bar,
>
> I have a french version of windows so when I set a
> timestamp on an item with C-c >, I get the timestamp in
> french.
>
I've the italian version of windows XP, I get the
timestamp in italian ;-)
> I'd like to get it in english.
As a workaro
On Sep 1, 2009, at 5:47 PM, Nathan Neff wrote:
Hello,
When marking an item as DONE, I would like to be able to press "n"
if I want to leave a note, and press "d" to just mark the item as
DONE.
I've tried using this trick:
(setq org-todo-keywords '(
(sequence "TODO(t)" "STARTED(s)" "|" "DO
Hi Michael,
you can now (6.30b) also press C-c C-c on a cookie to get it updated.
- Carsten
On Sep 1, 2009, at 11:24 AM, Michel Blanc wrote:
Dear All,
I probably miss something here, but I really cannot get subtasks stats
to work (i.e. what's described in the manual at "5.5 Breaking tasks
Yep, that was my confusion. Thanks!
On Wed, Sep 2, 2009 at 5:30 AM, Carsten
Dominik wrote:
>
> On Sep 2, 2009, at 10:11 AM, Tassilo Horn wrote:
>
>> Carsten Dominik writes:
>>
>>> it is this commit:
>>>
>>> bbc27c011ab5d44d37dca662d1a393d429dbe4b3
>>
>> That commit is in, but grepping for separa
Hello,
A colleague of mine gets the error `(wrong-type-argument stringp nil)' when
executing the command (from a script, under Ubuntu and Emacs 22.2.1 with
Org-mode 6.29c):
--8<---cut here---start->8---
emacs --batch \
--load ./Org2HTML.el \
--v
Emacs : GNU Emacs 22.1.1 (x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2008-05-02 on king, modified by Ubuntu
Package: Org-mode version 6.30
current state:
==
(setq
org-clock-in-switch-to-state "DOING"
org-todo-keyword-faces '(("BLOCKING" . org-agenda-dimmed-todo-face)
Hi Andrew,
On Sep 2, 2009, at 3:43 PM, Andrew Hyatt wrote:
Has the behavior changed in this release? My report was on 6.30, but
actually I forgot to mention I have not reproduced it with 6.30, but
with previous versions (since the feature was introduced).
Tststs :-) How should I fix bugs
Torsten Wagner writes:
>
> please remember a org-file is still (and thankfully and amazingly) a plain
> text
> file. As long as you are not going to make big changes, any other (smaller)
> text editor will do, e.g., nano, pico, *cough* vim *cough*.
> I found myself comfortable to export the org-
Has the behavior changed in this release? My report was on 6.30, but
actually I forgot to mention I have not reproduced it with 6.30, but
with previous versions (since the feature was introduced). The issue
was an error deep in the code (a stringp error, if I remember
correctly). When that happ
Hi Nick and the others,
Nick Dokos wrote:
> Stephen Tucker wrote:
>
>> Hi, I am trying to export a bunch of .org files stored in a directory as
>> latex files.
>
> The following script (I call it org-to-latex) works fine on linux:
>
> #! /bin/bash
>
> orglib=$HOME/elisp/org-mode/lisp
> emacs --
On Sep 2, 2009, at 1:44 PM, Sébastien Vauban wrote:
Hello,
A colleague of mine gets the error `(wrong-type-argument stringp
nil)' when
executing the command (from a script, under Ubuntu and Emacs 22.2.1
with
Org-mode 6.29c):
--8<---cut here---start->8-
Hi Rainer,
Rainer Stengele wrote:
> Sébastien Vauban schrieb:
>> Rainer Stengele wrote:
>>>
>>> I have a server in my office running the subversion server.
>>>
>>> Access is by port forwarding the subversion port via ssh - no matter being
>>> under windows (putty) or under Linux (ssh).
>>>
>>> In
Hello list,
org-mode really changed my life, and allowed me to fully implement GTD the
way I wanted. However, I miss having access to it everytime, so, I'm looking
for a mobile device that could run emacs and org, and that I could keep in
sync with my laptop.
What do you think?
Any suggestions a
Hi,
Many thanks for your reply.
How could I change the format-time string variable in my .emacs file?
Thanks again
On Wed, Sep 2, 2009 at 11:03 AM, Giovanni Ridolfi wrote:
> --- Dom 30/8/09, bar tomas ha scritto:
> Hi, Bar,
> >
> > I have a french version of windows so when I set a
> > timestam
Marcelo de Moraes Serpa writes:
> Hello list,
>
> org-mode really changed my life, and allowed me to fully implement GTD
> the way I wanted. However, I miss having access to it everytime, so,
> I'm looking for a mobile device that could run emacs and org, and that
> I could keep in sync with my l
Hi Carsten,
Carsten Dominik wrote:
> On Jul 15, 2009, at 11:12 AM, Sébastien Vauban wrote:
>>
>> I'm trying to publish my `.emacs' file onto the Web, for interested people
>> to come and copy stuff they find valuable. My turn to do it.
>>
>> I did that in the past with Muse, no problem.
>>
>> But,
Hi,
the following works for me:
(setq system-time-locale "C")
Cheers,
Valentin
On Sun, Aug 30, 2009 at 8:06 PM, bar tomas wrote:
> Hi,
>
> First of all I'd like to say that I find orgmode great. I'd been looking for
> a tool like this for years.
> I have a french version of windows so when I
Great! Many thanks
On Wed, Sep 2, 2009 at 5:10 PM, Valentin Wüstholz wrote:
> Hi,
>
> the following works for me:
>
> (setq system-time-locale "C")
>
> Cheers,
>
> Valentin
>
>
> On Sun, Aug 30, 2009 at 8:06 PM, bar tomas wrote:
> > Hi,
> >
> > First of all I'd like to say that I find orgmode gre
I really like tables and I enabled it also in mail-mode, but I have some
questions about them.
- When I export tables to html I don't get any border, I looked at the
code and it's the css embedded, but I didn't find the variables to set
it up. Is it also possible to set it for every different
andrea crotti wrote:
>
>
> - When I export tables to html I don't get any border, I looked at the
> code and it's the css embedded, but I didn't find the variables to set
> it up. Is it also possible to set it for every different table? (with
> a comment on top)
>
Check out section 12.6
This is quite obscure, and an odd corner case, but here it is.
If you have an item which is:
- a TODO
- scheduled
- ordered
- blocked by a child TODO
then it leaves an empty line in the agenda.
Here's a test case:
,
| * Press t r on this line in the agenda
| SCHEDULED: <2009-09-02 Wed>
|
Table Editing Cycle With Multiple Windows On One Buffer Does Not Return to
Start State
When I have two windows open on two buffers, one to a table in a file that I'm
editing, the other to some other file of interest, the editing cycle of C-` ...
C-c C-c works great, meaning that when the cycle
On Wed, Sep 2, 2009 at 10:37 PM, Peter Westlake wrote:
> This is quite obscure, and an odd corner case, but here it is.
>
> If you have an item which is:
>
> - a TODO
> - scheduled
> - ordered
> - blocked by a child TODO
>
> then it leaves an empty line in the agenda.
>
> Here's a test case:
> ,---
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know hoe 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.
-
"Peter Westlake" writes:
> This is quite obscure, and an odd corner case, but here it is.
>
> If you have an item which is:
>
> - a TODO
> - scheduled
> - ordered
> - blocked by a child TODO
>
> then it leaves an empty line in the agenda.
>
> Here's a test case:
> ,
> | * Press t r on this li
Hi Carsten,
*Problem*: `org-odd-levels-only' is not honored in a remember buffer for
creating child entries.
I have been using the clean outline view using the `org-odd-levels-only'
setting (actually via the per file #+STARTUP: odd setting) to simulate
the indented view of the outline (info "(or
On Wed, 02 Sep 2009 23:12 +0530, "Manish"
wrote:
> On Wed, Sep 2, 2009 at 10:37 PM, Peter Westlake wrote:
> > This is quite obscure, and an odd corner case, but here it is.
> >
> > If you have an item which is:
> >
> > - a TODO
> > - scheduled
> > - ordered
> > - blocked by a child TODO
> >
> > th
Matt Lundin wrote:
> "Peter Westlake" writes:
>
> > This is quite obscure, and an odd corner case, but here it is.
> >
> > If you have an item which is:
> >
> > - a TODO
> > - scheduled
> > - ordered
> > - blocked by a child TODO
> >
> > then it leaves an empty line in the agenda.
> >
> > Here'
I am using org-mode on a N800 (or N810). It works pretty well in reverse-video
mode with emacs 22. Here is the link to the Emacs for maemo site:
http://danielsz.freeshell.org/code/mine/emacs-for-maemo/index.shtml
And one can easily sync writing with unison on the N800. The N900 looks great,
but u
Hello orgers,
I have a task with several subtasks and some of them are associated with
an external PDF file. Since in this case each PDF file exists only for
the corresponding subtask, I think using attachments is a better option
then storing the PDFs somewhere and using hyperlinks.
If each subta
Hi everyone,
September 5th 2PM I will conduct a workshop on Org-mode in Berlin.
The title is
Working and publishing with GNU Emacs and Org-mode
We will start setting up org-mode and have run through all the basics
like tasks, time tracking, remember, tables and so on, to adjust the
levels of
Marcelo de Moraes Serpa writes:
> org-mode really changed my life, and allowed me to fully implement GTD
> the way I wanted. However, I miss having access to it everytime, so,
> I'm looking for a mobile device that could run emacs and org, and that
> I could keep in sync with my laptop.
>
> What
On Wed, 02 Sep 2009 14:11 -0400, "Nick Dokos"
wrote:
> Matt Lundin wrote:
...
> > I can't duplicate this.
> >
> > GNU Emacs 23.1.1 (i686-pc-linux-gnu, GTK+ Version 2.16.5)
> >
> > Org-mode version 6.30c
> >
>
> Neither can I (same versions, more-or-less).
>
> Peter, can you check the face
Hi.
I want to include a note in several pages, therefore I created a #+MACRO for
it. The macro must say „This file is best viewed when you open file
{{{input-file}}} in org-mode (Emacs).“, where {{{input-file}}} would be
expanded to the name of the file being expanded.
Then I noticed that
Hi Peter,
is this only happening if the entry is the *first* entry
in the list in the agenda?
- Carsten
On Sep 2, 2009, at 11:02 PM, Peter Westlake wrote:
On Wed, 02 Sep 2009 14:11 -0400, "Nick Dokos"
wrote:
Matt Lundin wrote:
...
I can't duplicate this.
GNU Emacs 23.1.1 (i686-pc-lin
On Wed, 02 Sep 2009 23:35 +0200, "Carsten Dominik"
wrote:
> Hi Peter,
>
> is this only happening if the entry is the *first* entry in the list
> in the agenda?
No, it's the same if it's second or third too (or more, but I stopped
there).
Thanks for looking at this,
Peter.
> - Carsten
>
> On
* On Wed 09:33AM +, 02 Sep 2009, Carsten Dominik
(carsten.domi...@gmail.com) wrote:
> Ah, yes, thank you for that detail.
>
> Fixed now.
Yes, it works now, thank you very much!
--
Best,
Hsiu-Khuern.
___
Emacs-orgmode mailing list
Remember: use
org-mode really changed my life, and allowed me to fully implement GTD
the way I wanted. However, I miss having access to it everytime, so, I'm
looking for a mobile device that could run emacs and org, and that I
could keep in sync with my laptop.
What do you think?
Any suggestions appreciate
Hi Peter,
links in categories are not supported..
- Carsten
On Sep 2, 2009, at 7:46 PM, Peter Westlake wrote:
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know hoe to make a good report?
See
http://orgmode.org/manual/
Hi Peter,
I have pushed a fix, please verify.
- Carsten
On Sep 3, 2009, at 12:07 AM, Peter Westlake wrote:
On Wed, 02 Sep 2009 23:35 +0200, "Carsten Dominik"
wrote:
Hi Peter,
is this only happening if the entry is the *first* entry in the list
in the agenda?
No, it's the same if it's s
Hi Daniel,
I have applied the patch, thanks. I used the more restrictive version
without
allowing partial macros. Seems a bit wired to me. Or can someone come
up with a compelling use case?
- Carsten
On Sep 2, 2009, at 11:29 PM, Daniel Clemente wrote:
Hi.
I want to include a note in
Hi Anupam,
Remember has no way of knowing what kind of setting for
org-odd-levels-only will be used in the target file. Therefore
you need to take care of setting this value correctly, for example
with
(add-hook 'org-remember-mode-hook (lambda () (setq org-odd-levels-only
t)))
or by setting
Hi Andrew,
I think this is fixed now, please verify.
Thanks!
- Carsten
On Sep 2, 2009, at 3:01 PM, Andrew Stribblehill wrote:
Emacs : GNU Emacs 22.1.1 (x86_64-pc-linux-gnu, X toolkit, Xaw3d
scroll bars)
of 2008-05-02 on king, modified by Ubuntu
Package: Org-mode version 6.30
current stat
On Sep 2, 2009, at 6:05 PM, Sébastien Vauban wrote:
Hi Carsten,
Carsten Dominik wrote:
On Jul 15, 2009, at 11:12 AM, Sébastien Vauban wrote:
I'm trying to publish my `.emacs' file onto the Web, for
interested people
to come and copy stuff they find valuable. My turn to do it.
I did that
On Sep 2, 2009, at 6:12 PM, andrea crotti wrote:
- Is it possible to do something only on one row/column/region??
If for example I have a table like that
| USER | SECRET PASSWORD|
|---+|
| pippo | I don't want to see it |
Would I be able to encrypt/decryp
On Sep 2, 2009, at 10:29 PM, Darlan Cavalcante Moreira wrote:
Hello orgers,
I have a task with several subtasks and some of them are associated
with
an external PDF file. Since in this case each PDF file exists only for
the corresponding subtask, I think using attachments is a better
opti
55 matches
Mail list logo