I recompiled orgmode and the error disappeared. Ghost in the machine, I guess.
Thank you for the pointer,
- Raffi.
On Fri, Nov 20, 2009 at 1:01 AM, Nick Dokos wrote:
> Raffi R wrote:
>
>> Dear orgmode,
>>
>> This is a terribly odd problem, and I'm not sure how it was prompted
>> or how to trace
Raffi R wrote:
> Dear orgmode,
>
> This is a terribly odd problem, and I'm not sure how it was prompted
> or how to trace it.
>
> When I C-c C-c to save a task to my todo.org from Remember-mode, I am
> prompted with the following error:
>
> "org-remember-handler: Symbol's value as variable is
Applied, thanks.
- Carsten
On Nov 19, 2009, at 4:20 PM, Wes Hardaker wrote:
On Wed, 18 Nov 2009 15:33:03 -0500, Tim Hermans > said:
TH> I took note from a post by James TD Smith on this list a while
back
TH> and changed this to use "aput". This is included in "assoc.el"
TH> which is inclu
Hi Bernt,
I cannot reproduce this. Can you please send a backtrace?
- Carsten
On Nov 19, 2009, at 5:26 PM, Bernt Hansen wrote:
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report?
See
http://orgmo
Huang Tao writes:
> Hi,
>
> Function `org-speed-commands-default' has two same form ("/" .
> org-sparse-tree). I found this from the help message of speed
> commands.
Attached is a patch to fix this.
* org-speed-commands-default
+ Remove duplicate entry of org-sparse-tree
Thanks and Regards
Hi Sebastian - I am confused - which is the patch I should apply?
- Carsten
On Nov 19, 2009, at 11:47 PM, Sebastian Rose wrote:
"Andrew J. Korty" writes:
I've learned some more details. The behavior I describe only
occurs when remember is called via org-protocol. When that
happens, `in
Applied, thanks.
- Carsten
On Nov 20, 2009, at 12:28 AM, Wes Hardaker wrote:
defalias in xemacs doesn't take a string arg
---
contrib/lisp/org-git-link.el |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/lisp/org-git-link.el b/contrib/lisp/org-git-
link.el
Dear orgmode,
This is a terribly odd problem, and I'm not sure how it was prompted
or how to trace it.
When I C-c C-c to save a task to my todo.org from Remember-mode, I am
prompted with the following error:
"org-remember-handler: Symbol's value as variable is void:
org-complex-heading-regexp-f
Hi,
Function `org-speed-commands-default' has two same form ("/" .
org-sparse-tree). I found this from the help message of speed
commands.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http:
Matt Price writes:
> Does anyone else use visual-=line-mode with org? I'm sort of surprised
> no one would -- it seems a completely obvious choice to me and it may
> be that I'm just missing something about optimum work flows or
> similar.
I hard-wrap (Emacs “fill” operations) paragraphs in most
On Fri, 2009-11-20 at 09:33 +1100, Ben Finney wrote:
> Matt Price writes:
>
> > Visual-line-mode is a replacement for longlines-mode; it soft-wraps
> > text at the screen boundary, and does a much better job than
> > longlines-mode did.
>
> I think you're confused by a (helpful) conflation.
>
>
El mié, nov 18 2009 a les 13:12, Scot Becker va escriure:
> (e) above is a bit of another matter, and I'm not sure how to
> accomplish it in orgmode, which only has native capacity to supress
> whole nodes, not just the headers,
This is very interesting. I assume you want to wrap some paragraph
Thanks, Bernt for the suggestion and for working up that test file.
I think you're right, that something like that will work. The minor
disadvantage is that it puts the 'argument' after the body text that
expresses it, but the huge advantage is that everything is already in
place. I've extended
I really need to switch to Emacs, I know But you see my
buffer-timer software only runs in XEmacs and the last time I looked for
the hook I needed for Emacs it didn't exist. I wonder if it does now...
--
\ Wes Hardaker http://pontifications.hardakers.net /
\_
defalias in xemacs doesn't take a string arg
---
contrib/lisp/org-git-link.el |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/lisp/org-git-link.el b/contrib/lisp/org-git-link.el
index 1206ace..030b955 100644
--- a/contrib/lisp/org-git-link.el
+++ b/contrib/li
Friedrich Delgado Friedrichs wrote:
> Hiho!
>
> I can't use the '/' command from the agenda.
>
> Here's a backtrace:
>
> Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil)
> insert("Query:" nil "\n")
> (save-window-excursion (if expert (set-buffer ...) (delete-oth
Hiho!
I can't use the '/' command from the agenda.
Here's a backtrace:
Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil)
insert("Query:" nil "\n")
(save-window-excursion (if expert (set-buffer ...) (delete-other-windows)
(split-window-vertically) (org-switch-to-bu
"Andrew J. Korty" writes:
> I've learned some more details. The behavior I describe only occurs when
> remember is called via org-protocol. When that happens, `initial' is nil, so
> the following code in org-remember.el doesn't run:
>
> (save-match-data
> (let* ((lead (buffer-substring
>
Marcelo de Moraes Serpa writes:
> What would be the easiest way to apply a TODO state to an item just after
> tagging it by a specific
> tag? For example, want to tag an item with the :PROJECT: tag and when I do
> that, change the TODO to
> PROJECT too.
>
> I know it is possible somehow, given
Ben Finney writes:
> […] “second Tuesday of the month” isn't niche, it is pretty common, I
> would have thought.
[…]
> > You'd have to ask Carsten to implement a new timestamp syntax. What
> > would you propose as a more readable designation?
How about a keyword that specifies the type of repe
Matt Price writes:
> Visual-line-mode is a replacement for longlines-mode; it soft-wraps
> text at the screen boundary, and does a much better job than
> longlines-mode did.
I think you're confused by a (helpful) conflation.
The ‘visual-lines-mode’ is indeed a replacement for ‘longlines-mode’,
"Andrew J. Korty" writes:
> I've learned some more details. The behavior I describe only occurs when
> remember is called via org-protocol. When that happens, `initial' is nil, so
> the following code in org-remember.el doesn't run:
>
> (save-match-data
> (let* ((lead (buffer-substring
Hello list,
What would be the easiest way to apply a TODO state to an item just after
tagging it by a specific tag? For example, want to tag an item with the
:PROJECT: tag and when I do that, change the TODO to PROJECT too.
I know it is possible somehow, given the flexibility of elisp and org, b
Hi Sebastian,
thanks for your answer.
Sebastian Rose writes:
> Hi Thierry,
>
>
> me again.
>
> It seems they really want to remove the possibility to install protocol
> handlers in FF directly. I wonder, why it still works here for FF 3.5,
> but the bug-report is for FF 3.4.3 ??
Yes, it seem th
I've learned some more details. The behavior I describe only occurs when
remember is called via org-protocol. When that happens, `initial' is nil, so
the following code in org-remember.el doesn't run:
(save-match-data
(let* ((lead (buffer-substring
(point-at-bol) (match
Hi Thierry,
me again.
It seems they really want to remove the possibility to install protocol
handlers in FF directly. I wonder, why it still works here for FF 3.5,
but the bug-report is for FF 3.4.3 ??
Is that a development branch?
Well, anyway, editing RDF files by hand is not the way to go
I have created a wrapper def that will call org-mobile-push twice:
(defun dpush nil nil (interactive) (org-mobile-push) (org-mobile-push))
I'm not sure if the problem lies on org-mobile-push, or the
mydisk.se(webdav) server or the orgmobile app. The point is that, if I
call
org-mobile-push only o
On Thu, 19 Nov 2009 18:36:19 +
>> "Eric" == Eric S Fraga wrote:
Eric> Ah, I see: it's more than just having org-mode available on a
Eric> Moblin device; it's about integration with other tools on
Eric> Moblin.
Right.
Eric> I don't know anything about Myzone unfortunately so
Eric> can
Not sure if these are disabled for a reason, but the following patch doesn't
seem to cause any ill effects. They work without the patch in block agendas,
just not on their own.
ajk
--- org-mobile.el~ 2009-11-19 13:45:54.0 -0500
+++ org-mobile.el 2009-11-19 13:44:10.0
Thierry Volpiatto writes:
> Hi,
> if you use org-annotation-helper from firefox since a long time now, you
> probably didn't notice that adding a new protocol handler in firefox as
> it is described in org-annotation-helper.el is now impossible.
>
> See https://bugzilla.mozilla.org/show_bug.cgi?id
Unfortunately you've crossed out of iPhone app territory and into the Emacs
side where I can't help you very much.
My (hacky) solution would be to use a 'org-mobile-post-push-hook' to run a sed
command on the generated index.org file to do your substitution. I think this
should work, but I'm s
At Thu, 19 Nov 2009 12:17:48 +0100,
Gour wrote:
>
> On Thu, 19 Nov 2009 08:31:44 +
> >> "Eric" == Eric S Fraga wrote:
>
> Eric> Well, *in principle*, Emacs should run just fine on Moblin so you
> Eric> should be able to have the full power of org-mode by default. Of
> Eric> course, *in
lukasz.stelm...@iem.pw.edu.pl (Łukasz Stelmach) writes:
>> lukasz.stelm...@iem.pw.edu.pl writes:
>>> Sebastian Rose writes:
lukasz.stelm...@iem.pw.edu.pl writes:
> David Maus writes:
////
> - Message-ID derived from node's ID. This would be quite useful for
> a
Steps to reproduce:
1) Modify any of the files included in the agenda, save it;
2) org-mobile-push
3) @mobileorg, sync and wait...
The changes are not there.
The Workaround is a two-step process:
1) Run org-mobile-push again (yes, from my tests, it should be ran twice at
least, not sure why, so
Thanks again, Richard.
Is there a way to change the name of the link? Currently it says "gtd/
gtd.org" and I'd like to change it to Projects & Next Actions. However, I
can't change the index.org directly as it is regenerated at each push. Any
ideas?
Marcelo.
On Thu, Nov 19, 2009 at 11:59 AM, Ric
org-mobile-push creates index.org for you automatically. MobileOrg uses it as
a starting point from which it finds and fetches your other org files.
org-mobile-push also creates the agendas.org as well as a checksums.dat file so
MobileOrg can avoid re-downloading files that haven't changed.
S
Marcelo de Moraes Serpa wrote:
> Hmm, simple enough.
>
> sudo apt-get install davfs2
> sudo dpkg-reconfigure davfs2
> - asnwer yes to the question where it asks to generate a GUID
> sudo mount.davfs 'https://mydisk/username' /path/to/mountpoint
> input your mydisk.se username and passwd.
>
> DO
Hello again Richard,
I'd like to know what is the role of the index.org file. Does
orgmobile.orgcreate it? At first, I just pointed
orgmobile.org to my gtd.org file (which is my index file), but I started
having problems of synchronization and I didn't get the agenda view nor the
colored tag icons
Hi Marcelo,
On Nov 19, 2009, at 12:19 PM, Marcelo de Moraes Serpa wrote:
> This one relates to the capture feature. When I capture on orgmobile and
> sync, the notes go to the mobileorg.org file. When I do a org-mobile-pull
> from emacs, emacs takes all these items and copy them to from_mobile.or
Thanks Richard!
On Thu, Nov 19, 2009 at 11:40 AM, Richard Moreland wrote:
> Hi Marcelo,
>
> On Nov 19, 2009, at 12:19 PM, Marcelo de Moraes Serpa wrote:
>
> > This one relates to the capture feature. When I capture on orgmobile and
> > sync, the notes go to the mobileorg.org file. When I do a
>
Oops, stupid me, the filter was at "All", sorry sorry :(
Marcelo.
On Thu, Nov 19, 2009 at 11:14 AM, Richard Moreland wrote:
> Can you show me what you mean with your "top-level org-conf item"? I just
> tried searching for a tag and it seems to be ok..
>
> Are you sure you have the 'Tags' filte
Hi,
if you use org-annotation-helper from firefox since a long time now, you
probably didn't notice that adding a new protocol handler in firefox as
it is described in org-annotation-helper.el is now impossible.
See https://bugzilla.mozilla.org/show_bug.cgi?id=529511
In addition to what is descri
lukasz.stelm...@iem.pw.edu.pl writes:
> Hello.
>
> I've just made a note which I would like to send (with its attachment)
> via email. Is it possible? I mean, I would like to select a node (C-c @)
> and then few keystrokes more and have the letter sent or at least opened
> in a mail composing wind
Hello list!
Sorry for the constant inflow of emails about mobileorg. The thing is that I
liked so much this piece of software and the way it integrates with the
already awesome orgmode that I feel under the duty to share any behavior
that might happen to be a bug/non-expected.
This one relates to
Matt Price writes:
> I've just been looking at this picture from the org-mode home page:
> http://orgmode.org/img/tasks.png
> I like the line :
> * PROJ Organize the interstellar dust meeting
>
> Is "PROJ" a custom TODO 'type' keyword? I have to say I quite like
> it... but would it be possibl
Sebastian Rose writes:
> lukasz.stelm...@iem.pw.edu.pl writes:
>> Sebastian Rose writes:
>>> lukasz.stelm...@iem.pw.edu.pl writes:
David Maus writes:
>>> ////
- Message-ID derived from node's ID. This would be quite useful for
associating replies with original notes
Bernt Hansen writes:
> Sebastian Rose writes:
>> Well, if you often resend a node, it makes absolutely sense, I guess.
>>
>> I always write my mails from scratch. But, on the other hand, I could
>> imagine an Org-file with email templates like that. E.g. for mailing to
>> certain groups of peopl
Hello list,
I've just found a behavior that seems to be a bug. The TAG search of
orgmobile is actually returning any item that has the string your search for
anywhere in its body, instead of just checking the tags.
For example, I have a top-level org-conf item that I use to hide the org
configura
Hmm, simple enough.
sudo apt-get install davfs2
sudo dpkg-reconfigure davfs2
- asnwer yes to the question where it asks to generate a GUID
sudo mount.davfs 'https://mydisk/username' /path/to/mountpoint
input your mydisk.se username and passwd.
DONE!
The question now is, how to make it automount
Hi Cameron!
I had the same problem. I ended up installing dav2fs and mounting my
> mydisk.se space remotely. It seems to work well.
>
Do you mind sharing how you did it? Did you manage to automount the share at
startup?
Thanks,
Marcelo.
On Wed, Nov 18, 2009 at 8:34 PM, Cameron Horsburgh wrote
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how 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.
-
Hi everyone,
I've just been looking at this picture from the org-mode home page:
http://orgmode.org/img/tasks.png
I like the line :
* PROJ Organize the interstellar dust meeting
Is "PROJ" a custom TODO 'type' keyword? I have to say I quite like
it... but would it be possible to have combine ty
Sebastian Rose writes:
> Well, if you often resend a node, it makes absolutely sense, I guess.
>
> I always write my mails from scratch. But, on the other hand, I could
> imagine an Org-file with email templates like that. E.g. for mailing to
> certain groups of people.
Wrap your email (includin
Carsten Dominik writes:
> Hi Matt,
>
> please try
>
>(setq org-agenda-insert-diary-strategy 'top-level)
>
> HTH
Thanks Carsten! It works very well.
- Matt
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Ema
David Maus writes:
> At Wed, 11 Nov 2009 11:19:27 -0500,
> U Avalos wrote:
>> Hi all. I know that there are various packages out there to use org-mode to
>> publish *websites* but I don't want to reinvent the wheel. Is there a way to
>> use org-mode to add posts to an existing Drupal or Wordpres
lukasz.stelm...@iem.pw.edu.pl writes:
> Wether we like it or *not* some things can't be done in pure
> text/plain.
Along these lines, I would be interested to have the ability to send
html mail exported from an org-mode node. I often want to share tables
with unfortunate souls who use non-fixed-
On Thu, 2009-11-19 at 14:17 +0100, Carsten Dominik wrote:
> On Nov 18, 2009, at 9:07 PM, Matt Price wrote:
>
> > Are these two incompatible, or is there something wrong with my setup?
> > Using org-mode 6.33c and a recent emacs snapshot (20090909), turning
> > org-indent-mode on stops visual-line-
> On Wed, 18 Nov 2009 15:33:03 -0500, Tim Hermans said:
TH> I took note from a post by James TD Smith on this list a while back
TH> and changed this to use "aput". This is included in "assoc.el"
TH> which is included in both XEmacs and GNU Emacs. It does exactly the
TH> same thing. It woul
Hi Francesco,
I have comments in-line below.
Francesco Pizzolante writes:
> Hi Eric,
>
> First of all, I thank you very much for your useful tips.
>
> Thanks to you, I think I've made a step forward. Here's how.
>
>
>>> 1) Is it possible to integrate Blorgit with SVN instead of git? If yes, how
lukasz.stelm...@iem.pw.edu.pl writes:
> Sebastian Rose writes:
>> lukasz.stelm...@iem.pw.edu.pl writes:
>>> David Maus writes:
>> ////
>>> - Message-ID derived from node's ID. This would be quite useful for
>>> associating replies with original notes/nodes.
>>
>>
>> In that case, ea
I get:
C-a runs the command mark-whole-buffer, which is an interactive
compiled Lisp function in `simple.el'.
It is bound to C-a, C-x h, .
(mark-whole-buffer)
Put point at beginning and mark at end of buffer.
You probably should not use this function in Lisp programs;
it is usually a mistak
Hi Matt,
please try
(setq org-agenda-insert-diary-strategy 'top-level)
HTH
- Carsten
On Nov 14, 2009, at 1:33 PM, Matt Lundin wrote:
Hi Carsten,
The new org-agenda-diary-entry looks quite convenient.
Would it be possible to add an option to bypass the date tree so as to
add each new ap
Carl Worth writes:
> On Wed, 18 Nov 2009 18:39:03 +0100, Carsten Dominik
> wrote:
>> this sounds interesting, but I'd like to know:
>> what is the difference with, for example mh-search, or mairix?
>
> I'm not familiar with mh-search, so I can't comment there.
>
> As for mairix, I think a big i
Carsten Dominik writes:
> On Nov 18, 2009, at 6:33 PM, Bernt Hansen wrote:
>
>>
>> I think the agenda restriction lock should be the only thing that
>> affects agenda search results.
>
> This is already the case I believe.
>
> But multi-occur uses a separate Emacs function, so I need to do
> extr
Sebastian Rose writes:
> lukasz.stelm...@iem.pw.edu.pl writes:
>> David Maus writes:
> ////
>> - Message-ID derived from node's ID. This would be quite useful for
>> associating replies with original notes/nodes.
>
>
> In that case, each mail sent from the subtree would have the sam
Hi Charles,
thanks for the report, this should be fixed now.
- Carsten
On Nov 17, 2009, at 9:49 PM, Charles Sebold wrote:
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report?
See
http://orgmode.org
Good morning Charles,
here's the bug reported as promised.
I run Emacs from a pendrive on a Windows XP Pro box. My site-start.el
contains the following to map home to :home on Emacs
start. The first line has no line break after the defvar so there are
only two lines of code.
Otherwise the E
On Thu, 19 Nov 2009 08:31:44 +
>> "Eric" == Eric S Fraga wrote:
Eric> Well, *in principle*, Emacs should run just fine on Moblin so you
Eric> should be able to have the full power of org-mode by default. Of
Eric> course, *in practice*, I don't know how easy it will be to install
Eric> Em
On Wed, 18 Nov 2009 18:39:03 +0100, Carsten Dominik
wrote:
> this sounds interesting, but I'd like to know:
> what is the difference with, for example mh-search, or mairix?
I'm not familiar with mh-search, so I can't comment there.
As for mairix, I think a big improvement that notmuch has is it
Hi Charles,
thank you for your quick reply.
On Wed, Nov 18, 2009 at 7:38 PM, Charles Sebold wrote:
> On Wed, Nov 18, 2009 at 9:19 AM, Steve Brown
> That does seem odd. Could you maybe do a M-x org-submit-bug-report, and if
> you aren't doing email in Emacs, copy and paste the output (with you
On Nov 18, 2009, at 6:33 PM, Bernt Hansen wrote:
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report?
See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-m
Markus Heller writes:
> Bernt Hansen wrote:
>> Markus Heller writes:
>>
>>> Bernt Hansen wrote:
Markus Heller writes:
> Hello,
>
> subject says it all. Is this the appropriate way of doing scheduling
> a 2-day event (couldn't find an example in the manual):
>
On Nov 18, 2009, at 9:07 PM, Matt Price wrote:
Are these two incompatible, or is there something wrong with my setup?
Using org-mode 6.33c and a recent emacs snapshot (20090909), turning
org-indent-mode on stops visual-line-mode from indenting properly. As
soon as I turn org's intentation off,
Well,
I think it would be useful to get support for this in Org-mode, so if
someone would like to write the interface - please go ahead.
- Carsten
On Nov 19, 2009, at 1:12 AM, Carl Worth wrote:
On Wed, 18 Nov 2009 18:39:03 +0100, Carsten Dominik > wrote:
this sounds interesting, but I'd li
lukasz.stelm...@iem.pw.edu.pl writes:
> David Maus writes:
////
> - Message-ID derived from node's ID. This would be quite useful for
> associating replies with original notes/nodes.
In that case, each mail sent from the subtree would have the same
message-ID, which is invalid, sin
I ran into this bug as well - its present in all of the 6.33 releases.
Downgrading to 6.32b (or latest trunk it seems) solves the problem,
until a new release is made.
-Bjørn
2009/11/18 Carsten Dominik :
> Hi Anthony,
>
> thanks for the report, this is a bug that was recently introduced. It
> ha
David Maus writes:
> At Wed, 18 Nov 2009 17:46:43 +0100,
> lukasz.stelm...@iem.pw.edu.pl wrote:
>> I've just made a note which I would like to send (with its attachment)
>> via email. Is it possible? I mean, I would like to select a node (C-c @)
>> and then few keystrokes more and have the letter
Hi Eric,
First of all, I thank you very much for your useful tips.
Thanks to you, I think I've made a step forward. Here's how.
>> 1) Is it possible to integrate Blorgit with SVN instead of git? If yes, how
>>can I do it?
>
> Yes, it should be possible to use any version control backend, th
Hi Lukasz,
At Wed, 18 Nov 2009 17:46:43 +0100,
lukasz.stelm...@iem.pw.edu.pl wrote:
> I've just made a note which I would like to send (with its attachment)
> via email. Is it possible? I mean, I would like to select a node (C-c @)
> and then few keystrokes more and have the letter sent or at leas
At Thu, 19 Nov 2009 08:05:09 +0100,
Gour wrote:
> Hi!
>
> I still have to become more familiar with MobileOrg, but wonder if
> anyone is planning some support for Moblin OS?
Well, *in principle*, Emacs should run just fine on Moblin so you
should be able to have the full power of org-mode by defa
80 matches
Mail list logo