On Wed, Aug 19, 2009 at 8:14 AM, Anthony Fairchild wrote:
> Hi,
>
> Is there a way to get the text underneath a todo heading to show up in the
> agenda screen? I like to put extra info there, like driving directions, and
> it would be nice to have that info when I print out the agenda.
I don't thi
Another bug, probably unrelated, is that if the outline buffer is
nonexistent and you RET on an agenda line, you get wrong type argument
integer of marker p, nil.
goto-char(nil)
(let* ((marker ...) (buffer ...) (pos ...)) (switch-to-buffer
buffer) (and delete-other-windows (delete-other-window
Hi,
Is there a way to get the text underneath a todo heading to show up in the
agenda screen? I like to put extra info there, like driving directions, and
it would be nice to have that info when I print out the agenda.
Here is an example:
*** TODO Potluck at Sally's :next:
Dri
Hi All,
I have my agenda as:
Tuesday18 August 2009
[...removed for simplicity...]
reference: 19:25-19:40 Stuff
reference: 19:40-20:00 Stuff
20:00..
reference: 21:00-21:45 Stuff
reference: 21:45-22:00 Stuff
dag:22:00-23:00 Stuff
On 2009-08-18 19:59 +0100, Carsten Dominik wrote:
> Hi Leo,
>
> this is actually in the FAQ:
>
> http://orgmode.org/worg/org-faq.php#blank-line-after-headlines-and-list-items
>
> - Carsten
The bug I am reporting is that when there is a blank line preceding the
FIRST heading or list item, the secon
this is interesting. I think Worg should have a page for documenting
anything about Org-on-mobile, as this has been discussed in many ways
over the last couple of years.
Would you like to start feeding such a page?
If yes, either send me your username on repo.or.cz or send a .org draft
for s
Nick Dokos writes:
> Bernt Hansen wrote:
>
>> Hi Carsten,
>>
>> All of a sudden running org-remember takes 50+ seconds after selecting
>> the template before it responds. If I try to interrupt it (enter
>> debugger on Quit) emacs exits. Restarting emacs doesn't fix anything.
>> It's not a cpu
Bernt Hansen wrote:
> Hi Carsten,
>
> All of a sudden running org-remember takes 50+ seconds after selecting
> the template before it responds. If I try to interrupt it (enter
> debugger on Quit) emacs exits. Restarting emacs doesn't fix anything.
> It's not a cpu loop it's just 'stuck'.
>
>
Dear Bernt,
On 18.08.2009, at 21:44, Bernt Hansen wrote:
I just did a "make update" on MacOS X 10.5.8 and M-x org-version in
Aquamacs 2.0pr2 now yields: "release_6.29c.44.ga32e.dirty" (my
Makefile contains a path modification), according to Bernt's comment
of commit a5e87a47230030ab4c4bc4521f5a
Stefan Vollmar writes:
> Dear Carsten,
> dear Bernt,
>
> On 18.08.2009, at 21:15, Carsten Dominik wrote:
>
>> On Aug 18, 2009, at 8:10 PM, Bernt Hansen wrote:
>>
>>> I don't know if that will work on Windows (with git). I've only
>>> tested
>>> it on Linux here. You may want to test drive it be
Hi Carsten,
All of a sudden running org-remember takes 50+ seconds after selecting
the template before it responds. If I try to interrupt it (enter
debugger on Quit) emacs exits. Restarting emacs doesn't fix anything.
It's not a cpu loop it's just 'stuck'.
I haven't been able to bisect this yet
Dear Carsten,
dear Bernt,
On 18.08.2009, at 21:15, Carsten Dominik wrote:
On Aug 18, 2009, at 8:10 PM, Bernt Hansen wrote:
I don't know if that will work on Windows (with git). I've only
tested
it on Linux here. You may want to test drive it before including it.
I have already included
On Aug 18, 2009, at 8:10 PM, Bernt Hansen wrote:
I don't know if that will work on Windows (with git). I've only
tested
it on Linux here. You may want to test drive it before including it.
I have already included it, please test
M-x org-version
on your system and let me know if it cause
I don't know if that will work on Windows (with git). I've only tested
it on Linux here. You may want to test drive it before including it.
-Bernt
Carsten Dominik writes:
> Awesome!
>
> I had meant to ask you for this change.
>
> THanks!
>
> - Carsten
>
> On Aug 18, 2009, at 6:22 PM, Bernt H
Awesome!
I had meant to ask you for this change.
THanks!
- Carsten
On Aug 18, 2009, at 6:22 PM, Bernt Hansen wrote:
This series teaches org-version to include the git version number
information from git describe when running org-mode from a git
repository.
The version is reported as dirt
At Tue, 18 Aug 2009 08:40:08 -0400,
Matt Lundin wrote:
> Warning: it can be much slower to search for properties than to search
> for todo-states and tags.
Can you explain why it could be much slower ?
Xavier
___
Emacs-orgmode mailing list
Remember:
Hi Leo,
this is actually in the FAQ:
http://orgmode.org/worg/org-faq.php#blank-line-after-headlines-and-list-items
- Carsten
On Aug 18, 2009, at 6:43 PM, Leo wrote:
Any comment on this bug?
On 2009-08-16 12:02 +0100, Leo wrote:
Hi Carsten,
I find the following M-RET behaviour a bit stran
Bastien wrote:
> Jose Maria Garcia Perez writes:
>
> > Please don't blame since I am not a developer (I did what I could). I have
> > not
> > tested it much (I did it on windows, not in linux).
> >
> > The link for the software:
> > http://mantiel.wikidot.com/os:odt2org
>
> Hey, that looks gr
Exactly what I was after! Thanks -- Eric
Bernt Hansen writes:
> "Eric Schulte" writes:
>
>> Is there a variable or setting which will enable the publishing of .org
>> source files alongside the generated .html files when I publish a series
>> of pages to the web using org-publish-project?
>
> Y
Any comment on this bug?
On 2009-08-16 12:02 +0100, Leo wrote:
> Hi Carsten,
>
> I find the following M-RET behaviour a bit strange.
>
> For example, in an empty buffer with orgstruct-mode on. A list like this
> can be created with 1 at the beginning of buffer and using M-RET to
> insert the seco
"Eric Schulte" writes:
> Is there a variable or setting which will enable the publishing of .org
> source files alongside the generated .html files when I publish a series
> of pages to the web using org-publish-project?
Yes :)
I have the following in my org-publish-project-alist
Adds the output of 'git describe' to the org-version string if we are running
from a git repository. This identifies exactly what commit is checked out in
the org-mode git repository when reporting the org-mode version number.
org-version returns something like:
Org-mode version 6.29trans (r
Shows files as modified by appending .dirty to indicate that
you are running org-mode from a dirty working tree (some tracked
files are modified)
---
lisp/org.el |7 ++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 3560a50..26b2808 100644
-
This series teaches org-version to include the git version number
information from git describe when running org-mode from a git repository.
The version is reported as dirty if tracked files are modified.
This series is available at git://git.norang.ca/org-mode for-carsten
Bernt Hansen (2):
Ad
Hi List,
I believe that the following has been discussed in the mailing list
fairly recently but for the life of me I can't find any information in
the list archives or in the documentation, so here goes...
Is there a variable or setting which will enable the publishing of .org
source files along
Hi Ian,
this is interesting. I think Worg should have a page for documenting
anything about Org-on-mobile, as this has been discussed in many ways
over the last couple of years.
Would you like to start feeding such a page?
If yes, either send me your username on repo.or.cz or send a .org draf
José María García Pérez writes:
> Please don't blame since I am not a developer (I did what I could). I have not
> tested it much (I did it on windows, not in linux).
>
> The link for the software:
> http://mantiel.wikidot.com/os:odt2org
Hey, that looks great. I wanted to test it under GNU/Linu
Charles Howard writes:
> Hi. I'm still failing to understand how to customize latex export.
I think you are looking for `org-export-latex-classes'.
> This already seems strange because when I go to org-customize in emacs
> what I see in Org Format Latex Header, in lisp is
`org-format-latex-hea
"Eric Schulte" writes:
> Not sure if this is apropos to this conversation, but I've been thinking
> for some time that it would be useful to have a minor mode which would
> activate org-style links in non-org files. For example if an org link
> in the comment section of a source-code document co
On Tue Aug 18 15:34:51 2009 +0100, Carsten Dominik wrote:
> Wow, you found that undocumented variable? Nice.
Nice++ would be my submitting patches to the Info :-)
--
Christopher DeMarco
IT Director
MAYA Group
+1-412-708-9660
___
Emacs-orgmode ma
I know this has been discussed on the list before, but I recently
discovered another way to do this. Many moons ago, back in my days of
using Palm Pilots, I used iSilo to read documents on my Palm.
It appears that iSilo is now available for most mobile phone platforms
(http://www.isilo.com). T
On Aug 18, 2009, at 3:09 PM, Christopher DeMarco wrote:
On Tue Aug 18 09:43:25 2009 -0400, Bernt Hansen wrote:
Bernt Hansen writes:
Or maybe I jumped the gun a bit here. It works for the first level
of
hierarchy similar to the way lists work. The level 1 task only
counts
level 2 items
On Tue Aug 18 09:43:25 2009 -0400, Bernt Hansen wrote:
> Bernt Hansen writes:
> Or maybe I jumped the gun a bit here. It works for the first level of
> hierarchy similar to the way lists work. The level 1 task only counts
> level 2 items. You can have separate cookies on the level 2 tasks whic
On Aug 17, 2009, at 12:25 AM, Leo wrote:
Hi all,
Remember is a convenient tool for collecting tasks. However I always
feel it can be more flexible in someway since I started using it
quite a
while ago. So I have the following proposal.
1. Add a key C-c i for each % in the *Remember* buffe
Bernt Hansen writes:
> Christopher DeMarco writes:
>
>> Hi all...
>>
>> I like to use checkboxes with the magic cookies to track my progress
>> through something complex. This works nicely for a single TODO
>> composed of multiple little steps; is something similar possible for a
>> hierarchy o
On Tue Aug 18 09:34:42 2009 -0400, Bernt Hansen wrote:
> This already works.
Well I'll be...
Thanks!
--
Christopher DeMarco
IT Director
MAYA Group
+1-412-708-9660
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the li
Hey Christopher,
Christopher DeMarco writes:
> * PROJECT Overhaul personal productivity [50%]
> ** DONE Clean my desk
> ** TODO Learn Org
I copied exactly those 3 lines and put them in foo.bar and pressed C-c
C-t on "Learn Org" and the [50%] became [100%]
If this doesn't work for you, you migh
Christopher DeMarco writes:
> Hi all...
>
> I like to use checkboxes with the magic cookies to track my progress
> through something complex. This works nicely for a single TODO
> composed of multiple little steps; is something similar possible for a
> hierarchy of TODO items? I.e. (assume "DON
Hi all...
I like to use checkboxes with the magic cookies to track my progress
through something complex. This works nicely for a single TODO
composed of multiple little steps; is something similar possible for a
hierarchy of TODO items? I.e. (assume "DONE", "PROJECT" and "TODO"
are defined as s
Xavier Maillard writes:
> I extensively use remember to jot down new tasks/notes/... it
> feets perfectly since it is almost instantaneous.
>
> Sometimes, when at work, someone enters my room to speak about a
> project. When finished, I fire remember and try to sum up our
> discussion. This is no
Carsten Dominik wrote:
> Hi,
>
> I just tried and cannot get it to crash.
>
> Robert, it seems we need, instead of a bug description, a test file,
> with the actual URL you are using.
Right. I am working on this. It is only happening to me in beamer,
though, which isn't really supported anyway
Xavier Maillard writes:
> At Wed, 05 Aug 2009 11:28:40 -0400,
> Bernt Hansen wrote:
>>
>> Noorul Islam K M writes:
>>
>> > Please take a look at the below org file. Initially I created the TODO
>> > item and then clocked in and out. Then inserted a note. Followed by some
>> > clock ins and out
On Aug 5, 2009, at 2:49 PM, Noorul Islam K M wrote:
Hi,
Please take a look at the below org file. Initially I created the TODO
item and then clocked in and out. Then inserted a note. Followed by
some
clock ins and outs. Everything is organized from top to bottom as we
enter items. Earlier
On Aug 18, 2009, at 6:31 AM, Xavier Maillard wrote:
hi,
I am relatively new (even if I used it years ago) to orgmode.
I still remember :-)
I extensively use remember to jot down new tasks/notes/... it
feets perfectly since it is almost instantaneous.
Sometimes, when at work, someone
Hi,
I just tried and cannot get it to crash.
Robert, it seems we need, instead of a bug description, a test file,
with the actual URL you are using.
- Carsten
On Aug 17, 2009, at 2:26 PM, Nick Dokos wrote:
Robert Goldman wrote:
I am not exactly sure why the un-protected URL causes prob
At Tue, 18 Aug 2009 07:09:05 +0200,
Xavier Maillard wrote:
>
> When I fire remember in order to enter task(s), it generally
> happens when I am doing another thing and thus, many times I fire
> it when visiting a file.
> [and two other emails about org-mode and remember]
Xavier,
As I'm offline,
Hi David,
this is a bug in Emacs outline-mode, Org just calls (hide-subtree) here,
and that command causes this problem.
Please report it as an Emacs bug.
Thanks!
- Carsten
On Aug 16, 2009, at 10:57 PM, David Maus wrote:
Evening,
While debugging some unexpected behaviour of my Pos1-Key I s
Hi Uwe,
Please provide a backtrace.
- Carsten
On Aug 18, 2009, at 7:53 AM, Uwe Jochum wrote:
Hi all,
when I want to publish a project using the key combo C-c C-e I get
this
in the message buffer:
symbol's value as variable is void: org-protecting-blocks
This message appears before I can
Hi all,
when I want to publish a project using the key combo C-c C-e I get this
in the message buffer:
symbol's value as variable is void: org-protecting-blocks
This message appears before I can hit the final C/P/F/E-key to trigger
the publication process.
This happens after upgrading to Org-6
49 matches
Mail list logo