Hi Jonathan,
when you are finished with the implementation, we could
make this a contributed package.
- Carsten
On Apr 23, 2009, at 7:23 PM, Jonathan Arkell wrote:
This simple little package adds a jira link type to org mode, so you
can have a hyperlink like [[jira:]] that will automagickall
--- Gio 23/4/09, Rainer Thiel ha scritto:
> grazie per aver risposto così presto.
Rainer,
keine Ursache.
> 2009/4/23 Giovanni Ridolfi :
> >
> > --- Gio 23/4/09, Rainer Thiel
> > ha scritto:
> > > I am wondering if it might be possible to allow
> > > check boxes in table columns.
> > >
> > >
Carsten Dominik writes:
> On Apr 24, 2009, at 12:10 AM, Eric S Fraga wrote:
> > Which part can you not reproduce?
>
> When I have the agenda on an arbitrary date, pressing "j" does *not*
> first switch the agenda to today.
Okay, the problem was mine: I had included a very useful method,
origi
Carsten Dominik writes:
>
> Are both of you running compiled Lisp code?
yes. I install org-mode from debian unstable which compiles all the
lisp codes.
>
> Are you using day view or week view (which makes 7 day views)
day view (used to use week view but was trying to speed things up).
> T
Interesting.
How many entries did this search return?
Could you do me a favor, get the git version I just pushed and try
to repeat the same command under the same conditions (compiled or
uncompiled, org stuff pre-loaded because of a previous agenda
command).
I may have made it quite a
Carsten Dominik writes:
> Interesting.
>
> How many entries did this search return?
Today, only 8 scheduled tasks, no diary entries, and no information in
the clock table (it's my "get things done day" ;-). Yesterday was a
much busier day with a handful more scheduled todos, 5 meetings and 4+
en
> Bernt Hansen norang.ca> writes:
> > Good Bad yahoo.com> writes:
> > >
> > > 1. How do I turn on soft word wrapping in org-mode?
>
>
> ;; keybinding for toggling soft word wrapping mode
> (global-set-key (kbd "") 'toggle-truncate-lines)
>
> ;; turn on soft wrapping mode for org mode
> (add-h
Carsten Dominik writes:
> Could you do me a favor, get the git version I just pushed and try
> to repeat the same command under the same conditions (compiled or
> uncompiled, org stuff pre-loaded because of a previous agenda
> command).
Results (with org-mode version 6.26trans):
org-agenda
Hi folks,
Today I stumbled across an instance where tag inheritance doesn't seem
to work as I expected it to.
I'm using GNU Emacs 23.0.92.1 (i486-pc-linux-gnu, GTK+ Version 2.14.7)
of 2009-04-12 on elegiac, modified by Debian, and Org-mode version
6.26trans.
Let's say I have an org file that rec
I just tried to make a small change to Worg, but can't manage to push
the changes.
I followed the recipe on the git-worg page, (and since a simple git
push doesn't work, I used the added command to "git remote add
public..."
So far so good but when I try to 'git push public' I get the
error
I just tried to make a small change to Worg, but can't manage to push
the changes.
I followed the recipe on the git-worg page, (and since a simple git
push doesn't work, I used the added command to "git remote add
public..."
So far so good but when I try to 'git push public' I get the
error be
On Apr 24, 2009, at 10:24 AM, Eric S Fraga wrote:
Carsten Dominik writes:
On Apr 24, 2009, at 12:10 AM, Eric S Fraga wrote:
Which part can you not reproduce?
When I have the agenda on an arbitrary date, pressing "j" does *not*
first switch the agenda to today.
Okay, the problem was mine
On Apr 24, 2009, at 12:25 PM, Eric S Fraga wrote:
Does seem faster! Numbers indicate a 2x improvement?
Yes.
With some more improvements (available now) this should get down to
1.5 seconds.
Not perfect, but almost a factor of three from the original 4.35
seconds.
Please, everybody watc
Cameron Horsburgh writes:
> Today I stumbled across an instance where tag inheritance doesn't seem
> to work as I expected it to.
>
> I'm using GNU Emacs 23.0.92.1 (i486-pc-linux-gnu, GTK+ Version 2.14.7)
> of 2009-04-12 on elegiac, modified by Debian, and Org-mode version
> 6.26trans.
>
> Let's
> Regarding 'Re: checkbox statistics'; Carsten Dominik adds:
>> Hello, currently checkbox statistics only takes into account
>> checkboxes on a single indent level. I would prefer checkbox
>> statistics to show the total number of checkboxes below them,
>> regardless of level. [...]
Carsten Dominik writes:
> On Apr 24, 2009, at 12:25 PM, Eric S Fraga wrote:
>
> With some more improvements (available now) this should get down to
> 1.5 seconds.
> Not perfect, but almost a factor of three from the original 4.35
> seconds.
>
> Please, everybody watch out for strange behavior in
> Regarding 'Re: checkbox statistics'; Carsten Dominik adds:
> This is how it used to be a long time ago, and then we changed it,
> upon the request of several users.
The patch I sent previously is bad, please ignore it. It needs more
work (unfortunately).
--
Udv, Richard
__
This is the fixed patch, it actually works on my real life org files so
this has a slight chance of being right.
>
diff --git a/lisp/org-list.el b/lisp/org-list.el
index 7469add..872dddf 100644
--- a/lisp/org-list.el
+++ b/l
On Fri, Apr 24, 2009 at 08:45:17AM -0400, Bernt Hansen wrote:
> Cameron Horsburgh writes:
>
> > [fn:1] I had some trouble customising this variable in the usual way,
> > because the explanation at the end of the customize buffer somehow got
> > included in the sexp recorded in my .emacs. I delete
Cameron Horsburgh writes:
> On Fri, Apr 24, 2009 at 08:45:17AM -0400, Bernt Hansen wrote:
>> I think we need more information to help. Could you show us what your
>> value of org-stuck-projects is?
>
> Sure.
>
> '(org-stuck-projects (quote ("+LEVEL=2/-DONE" ("TODO" "NEXT" "NEXTACTION")
> ("In
Copying subtrees with checked off lists to create a new task would
normally require the boxes to be unchecked. This function lets
you easily clear all checkboxes in an entry without requiring
the RESET_CHECK_BOXES property.
---
This patch is available at git://git.norang.ca/org-mode.git for-carste
Hi Carsten,
strange enough the latest git version does not improve time for my agenda at
all.
It still is as slow or fast - however you see it.
org-version is 6.26trans
,
| org-run-agenda-series 1
1.797 1.797
| org-agenda
Applied, thanks.
Maybe we should move this function into org-list.el.
- Carsten
On Apr 24, 2009, at 3:28 PM, Bernt Hansen wrote:
Copying subtrees with checked off lists to create a new task would
normally require the boxes to be unchecked. This function lets
you easily clear all checkboxes i
On Apr 24, 2009, at 3:37 PM, Rainer Stengele wrote:
Hi Carsten,
strange enough the latest git version does not improve time for my
agenda at all.
It still is as slow or fast - however you see it.
I think you have tag inheritance turned off, or you have everything in
top-level entries.
On Apr 24, 2009, at 12:43 PM, Cameron Horsburgh wrote:
Hi folks,
Today I stumbled across an instance where tag inheritance doesn't seem
to work as I expected it to.
I'm using GNU Emacs 23.0.92.1 (i486-pc-linux-gnu, GTK+ Version 2.14.7)
of 2009-04-12 on elegiac, modified by Debian, and Org-mod
Marcelo de Moraes Serpa writes:
> Ah, I got it. I had Ctrl+1..2 to switch desktops configured in gnome, that's
> why it was not being captured by emacs. It is working now. Thank you!
FWIW: C-u 1 is the same as C-1. It's an extra key, but I prefer using
C-u since it works regardless of the enviro
I ave just pushed one more optimization which may improve things a bit
for you, Rainer.
- Carsten
On Apr 24, 2009, at 3:37 PM, Rainer Stengele wrote:
Hi Carsten,
strange enough the latest git version does not improve time for my
agenda at all.
It still is as slow or fast - however you se
> I think you need to ask Bastien to add your user name to the list of
> people allowed to push changes:
I added Scot to the list of Worgers.
PS: until my work settles a bit, I am checking my @altern.org and
@gnu.org emails only twice a week. For Worg and other urgent requests
please use my bast
On Apr 24, 2009, at 5:19 PM, Bastien wrote:
I think you need to ask Bastien to add your user name to the list of
people allowed to push changes:
I added Scot to the list of Worgers.
PS: until my work settles a bit, I am checking my @altern.org and
@gnu.org emails only twice a week. For Worg
On 2009-04-24 12:35 +0100, Carsten Dominik wrote:
> With some more improvements (available now) this should get down to
> 1.5 seconds. Not perfect, but almost a factor of three from the
> original 4.35 seconds.
I have to ditch org 6.21b now for the performance gained.
What's really annoying is th
On 2009-04-24 16:57 +0100, Nick Dokos wrote:
>> Any one got a fix?
>>
>
> Does replacing 'byte-compile-file' with 'batch-byte-compile'
> make any difference?
>
> Nick
Thanks, Nick. It turned out that was a typo when I manually copied this
from my old setup.
Cheers,
--
.: Leo :. [ sdl.web AT gma
Leo wrote:
> What's really annoying is that I can on longer use the following to
> compile .el files. I am using GNU Emacs 23.0.92.1
> (i386-apple-darwin9.6.0, NS apple-appkit-949.43) of 2009-04-22 on
> neutron.local.
>
> ,[ .bash_profile ]
> | alias bbc='/Applications/Emacs.app/Contents/Mac
Carsten Dominik writes:
> Applied, thanks.
>
> Maybe we should move this function into org-list.el.
Sure if that makes sense. I just refactored it in place without
thinking about where it should really live.
-Bernt
___
Emacs-orgmode mailing list
Re
Carsten Dominik writes:
> On Apr 24, 2009, at 3:37 PM, Rainer Stengele wrote:
>
> > Hi Carsten,
> >
> > strange enough the latest git version does not improve time for my
> > agenda at all.
> > It still is as slow or fast - however you see it.
>
> I think you have tag inheritance turned off, or
Hi Carsten,
Thanks to the addition your wonderful org-footnote, I increasingly use
org-mode for all my writing. And just as I do in LaTeX, I like to use
comment lines to insert notes in my text. I have a couple of questions,
however, about the behavior of comment lines in relation to
fill-paragra
Hi Carsten!
I got a chance to try out the new C-c C-x c
(org-clone-subtree-with-time-shift) yesterday while doing my quarterly
accounting (ugh) and this is much better than the old way I dealt with
these repeating tasks. Thanks!!
I noticed a problem with font locking (if that's what you call it)
Hello list,
I love org-mode and I'm constantly trying to find ways to enhance my GTD
workflow with it. One thing that I miss from the more high-level PIMs (such
as Evolution) is the notification feature, specifically integrated into the
environment (using gnome-notification for example). My idea i
Marcelo de Moraes Serpa schrieb:
> parse my gtd.org file, search for scheduled items and, using an additional
> metadata in the item, decide when (how long before the event happens) to use
> gnome-notify (or any other notify mechanism in the OS) to show the reminder
> of the event. I'm thinking on
Marcelo de Moraes Serpa writes:
> I love org-mode and I'm constantly trying to find ways to enhance my
> GTD workflow with it. One thing that I miss from the more high-level
> PIMs (such as Evolution) is the notification feature, specifically
> integrated into the environment (using gnome-notific
Thanks guys, I'll try your solutions and let you know how it goes!
I live in Emacs and just use the remind interface for notifications.
> They aren't as obvious (read: annoying) as pop-up windows that steal
> your mouse and keyboard focus but they work great for me.
What I have in mind is not a
By the way, how can I use the org-agenda-to-appt? When I run it a message
saying "No event to add" is returned -- I do have some scheduled events on
my gtd.org file and this file is part of the org-agenda-files list.
Thank you!
Marcelo.
On Fri, Apr 24, 2009 at 12:28 PM, Marcelo de Moraes Serpa <
Perhaps any such change should also change todo statistics for consistency?
--
Myalgic encephalomyelitis denialism is causing death and severe suffering
worse than MS. Greed is corrupting science into foul nonsense. Anybody can
get the disease at any time permanently. Do science and justice ma
Hi Carsten,
I still have this issue where once in a while jumping to a task goes to
the wrong task. I probably run into this once/twice a week.
I need to take better notes about what exactly I'm doing when this
happens so I can pass them along to you. I think it's related to
clocking in tasks f
Hi Carsten,
I've noticed a problem with colour tasks in my use of org-mode which I
thought I should bring to your attention.
This is just a font lock issue (I think) with the org clock history
list. When I display my clock history with C-u C-c C-x C-i some of the
entries are not displayed in the
Marcelo de Moraes Serpa writes:
> By the way, how can I use the org-agenda-to-appt? When I run it a
> message saying "No event to add" is returned -- I do have some
> scheduled events on my gtd.org file and this file is part of the
> org-agenda-files list.
As I understand it org-agenda-to-appt p
On Fri, Apr 24, 2009 at 09:24:10AM -0400, Bernt Hansen wrote:
> Cameron Horsburgh writes:
>
> > On Fri, Apr 24, 2009 at 08:45:17AM -0400, Bernt Hansen wrote:
> >> I think we need more information to help. Could you show us what your
> >> value of org-stuck-projects is?
> >
> > Sure.
> >
> > '(
Cameron Horsburgh writes:
> On Fri, Apr 24, 2009 at 09:24:10AM -0400, Bernt Hansen wrote:
>> Cameron Horsburgh writes:
>>
>> > On Fri, Apr 24, 2009 at 08:45:17AM -0400, Bernt Hansen wrote:
>> >> I think we need more information to help. Could you show us what your
>> >> value of org-stuck-proj
On Apr 24, 2009, at 7:53 PM, Bernt Hansen wrote:
Hi Carsten,
I've noticed a problem with colour tasks in my use of org-mode which I
thought I should bring to your attention.
This is just a font lock issue (I think) with the org clock history
list. When I display my clock history with C-u C-c
Carsten Dominik writes:
> On Apr 24, 2009, at 7:53 PM, Bernt Hansen wrote:
>> Right now I have:
>>
>> ,
>> | Default Task
>> | [d] norang STARTED Organization
>> | The task interrupted by starting the last one
>> | [i] norang STARTED Email, News, and IRC
>> | Current Clockin
I will have to wait for more info :-(
These are a bitch to find. They often have to do with prompting the
user for something while the cursor is in an invisible place, like a
folded entry, or in a buffer which has a displayed window, but the
point is not currently visible in that windo
On Apr 24, 2009, at 8:20 PM, Bernt Hansen wrote:
Carsten Dominik writes:
On Apr 24, 2009, at 7:53 PM, Bernt Hansen wrote:
Right now I have:
,
| Default Task
| [d] norang STARTED Organization
| The task interrupted by starting the last one
| [i] norang STARTED Email, N
On Apr 24, 2009, at 5:47 PM, Eric S Fraga wrote:
Carsten Dominik writes:
On Apr 24, 2009, at 3:37 PM, Rainer Stengele wrote:
Hi Carsten,
strange enough the latest git version does not improve time for my
agenda at all.
It still is as slow or fast - however you see it.
I think you have tag
Carsten Dominik writes:
> On Apr 24, 2009, at 8:20 PM, Bernt Hansen wrote:
>
>> Carsten Dominik writes:
>>
>>> I do not actively color these tasks, but any headlines that
>>> have been *visible* in a window will have been fontified,
>>> others will not have bee fontified. Org just copies the
>>
Did you try putting this in your org mode hook?
(if (featurep 'filladapt) (filladapt-mode 1))
--
Myalgic encephalomyelitis denialism is causing death and severe suffering
worse than MS. Greed is corrupting science into foul nonsense. Anybody can
get the disease at any time permanently. Do s
Samuel,
Samuel Wales writes:
> Did you try putting this in your org mode hook?
>
> (if (featurep 'filladapt) (filladapt-mode 1))
Thanks. That was just what I was looking for.
- Matt
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send
I'll have to see if I can get this to work. I think I was one of the
one that ask for the old behavior and have missed it ever since it was
changed.
Thanks!
Edd
On Fri, Apr 24, 2009 at 8:01 AM, Richard KLINDA wrote:
> This is the fixed patch, it actually works on my real life org files so
> thi
I have emacs w/ org running at all times, and I use a hook with
kdialog to make popup notifications when appointments are due.
I adapted this from someone else's post on using Zenity, I wish I
remembered who so I could credit them.
Here is a snippet from my .emacs:
-
Samuel Wales writes:
> Did you try putting this in your org mode hook?
>
> (if (featurep 'filladapt) (filladapt-mode 1))
Actually, on second thought, this causes problems for all the other
auto-fill-inhibit-regexp settings that are part of org-mode: e.g.,
headings, tables, etc. are filled if I
When pressing C-c C-e, a // export to ascii
I get the following error:
> org-export: Autoloading failed to define function org-export-as-ascii
Any idea how to fix this?
Eraldo
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to
Eraldo Helal wrote:
> When pressing C-c C-e, a // export to ascii
> I get the following error:
>
> > org-export: Autoloading failed to define function org-export-as-ascii
>
> Any idea how to fix this?
>
Well, you can fix it by loading the org-ascii.el (or org-ascii.elc) file
(at least on rece
Thank you Nick for helping me troubleshoot!
Are you using the upstream org-mode or the one that comes with your
emacs? In particular, what version?[1] Org-mode version 6.26trans And how do you load org-mode from
your .emacs (including any settings of load-path)? ; Orgmode; http://orgmode.org; us
Thank you Nick for helping me troubleshoot!
Are you using the upstream org-mode or the one that comes with your
> emacs? In particular, what version?[1]
Org-mode version 6.26trans
> And how do you load org-mode from
> your .emacs (including any settings of load-path)?
; Orgmode
; http://orgmod
Carsten Dominik writes:
> Hmmm, `org-up-heading-all' still gets called, this should no longer
> happen.
> I wonder why, when.
There must have been an error in recompilation after pulling the
updates with git. Although I asked emacs to recompile the directory,
it must have done something strange
Eraldo Helal wrote:
> Org-mode version 6.26trans
>
> Also, can you do C-h f org-export-as-ascii and include the output
> in your reply?
>
> org-export-as-ascii is an interactive autoloaded Lisp function in
> `org-exp.el'.
>
... and this is a sign that you are picking up old bits fr
Did all of this... problem persists. :(
On Sat, Apr 25, 2009 at 00:28, Nick Dokos wrote:
> Eraldo Helal wrote:
>
>
> > Org-mode version 6.26trans
> >
>
> > Also, can you do C-h f org-export-as-ascii and include the
> output
> > in your reply?
> >
> > org-export-as-ascii is an interacti
Awesome! This idea could be extended to add other kind of events, like send
emails, SMS, play some audio file, whatever (turn org-mode in a kind of PIM
server too.. hmm, lots of cool ideas come to my mind). I still prefer using
the gnome-notifier but it shouldn't be hard to adapt it for that.
Well
When I click on a link, org-open-at-point splits the window.
What I would like is for it to open the link in the current
window. The same occurs with org-remember; it splits the
window, but I would like to have the whole window.
Both Emacs and Xemacs have a standard variable,
pop-up-windows, that
On Apr 25, 2009, at 12:26 AM, Eric S Fraga wrote:
Carsten Dominik writes:
Hmmm, `org-up-heading-all' still gets called, this should no longer
happen.
I wonder why, when.
There must have been an error in recompilation after pulling the
updates with git. Although I asked emacs to recompile th
This is running org-agenda on a 1GHz Mac. I will post again with a
larger set of agenda files. I have a few operations that are 11
seconds or so, but I can maybe speed them up by combining searches
into one (not sure if that will work).
Function Name
Hi
I will be offline for about a week
- Carsten
___
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-orgmode
70 matches
Mail list logo