Re: [Orgmode] org-remember-handler: Symbol's value as variable is void: org-complex-heading-regexp-format

2009-11-19 Thread Raffi R
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

Re: [Orgmode] org-remember-handler: Symbol's value as variable is void: org-complex-heading-regexp-format

2009-11-19 Thread Nick Dokos
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

Re: [Orgmode] Re: org-export-generic: accessing todo keywords

2009-11-19 Thread Carsten Dominik
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

Re: [Orgmode] Bug: i in agenda complains mark is not active now [6.33trans (release_6.33c.26.ga839)]

2009-11-19 Thread Carsten Dominik
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

[Orgmode] [PATCH] Org-mode version 6.33trans; incorrect speed command help message

2009-11-19 Thread Noorul Islam K M
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

Re: [Orgmode] Org-mode version 6.32b; org-remember only indents first line of %i substitution

2009-11-19 Thread Carsten Dominik
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

Re: [Orgmode] org-git-link patch

2009-11-19 Thread Carsten Dominik
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

[Orgmode] org-remember-handler: Symbol's value as variable is void: org-complex-heading-regexp-format

2009-11-19 Thread Raffi R
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

[Orgmode] Org-mode version 6.33trans; incorrect speed command help message

2009-11-19 Thread Huang Tao
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:

[Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-19 Thread Ben Finney
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

Re: [Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-19 Thread Matt Price
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. > >

Re: [Orgmode] A Header outline and an Argument outline in one?

2009-11-19 Thread Daniel Clemente
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

[Orgmode] Re: A Header outline and an Argument outline in one?

2009-11-19 Thread Scot Becker
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

[Orgmode] err... looking-back not defined in xemacs either

2009-11-19 Thread Wes Hardaker
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 / \_

[Orgmode] org-git-link patch

2009-11-19 Thread Wes Hardaker
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

Re: [Orgmode] Bug: org-agenda-query-and-cmd results in (wrong-type-argument char-or-string-p nil) when org-agenda-query-string is unset [6.33trans (release_6.33c.27.g1bb0d)]

2009-11-19 Thread Nick Dokos
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

[Orgmode] Bug: org-agenda-query-and-cmd results in (wrong-type-argument char-or-string-p nil) when org-agenda-query-string is unset [6.33trans (release_6.33c.27.g1bb0d)]

2009-11-19 Thread Friedrich Delgado Friedrichs
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

Re: [Orgmode] Org-mode version 6.32b; org-remember only indents first line of %i substitution

2009-11-19 Thread Sebastian Rose
"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 >

[Orgmode] Re: add todo state when tagging by specific tag

2009-11-19 Thread Bernt Hansen
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

[Orgmode] Feature request: Periodic events based on count of specific weekdays (was: Monthly events based on count of specific weekdays)

2009-11-19 Thread Ben Finney
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

[Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-19 Thread Ben Finney
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’,

Re: [Orgmode] Org-mode version 6.32b; org-remember only indents first line of %i substitution

2009-11-19 Thread Sebastian Rose
"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

[orgmode] add todo state when tagging by specific tag

2009-11-19 Thread Marcelo de Moraes Serpa
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

Re: [Orgmode] adding new protocol handler in firefox

2009-11-19 Thread Thierry Volpiatto
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

Re: [Orgmode] Org-mode version 6.32b; org-remember only indents first line of %i substitution

2009-11-19 Thread Andrew J. Korty
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

Re: [Orgmode] adding new protocol handler in firefox

2009-11-19 Thread Sebastian Rose
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

[Orgmode] Re: [orgmobile] need to sync many times to get the updates

2009-11-19 Thread Marcelo de Moraes Serpa
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

[Orgmode] Re: [orgmobile] support for Moblin

2009-11-19 Thread Gour
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

[Orgmode] [PATCH] Enable tags-todo agenda commands for MobileOrg

2009-11-19 Thread Andrew J. Korty
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

Re: [Orgmode] adding new protocol handler in firefox

2009-11-19 Thread Sebastian Rose
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

Re: [Orgmode] [orgmobile] the role of the index.org file

2009-11-19 Thread Richard Moreland
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

Re: [Orgmode] Re: [orgmobile] support for Moblin

2009-11-19 Thread Eric S Fraga
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

Re: [Orgmode] Re: Sending org-mode nodes

2009-11-19 Thread Sebastian Rose
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

[Orgmode] [orgmobile] need to sync many times to get the updates

2009-11-19 Thread Marcelo de Moraes Serpa
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

Re: [Orgmode] [orgmobile] the role of the index.org file

2009-11-19 Thread Marcelo de Moraes Serpa
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

Re: [Orgmode] [orgmobile] the role of the index.org file

2009-11-19 Thread Richard Moreland
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

Re: [Orgmode] [orgmobile] pushing to mydisk.se account

2009-11-19 Thread Nick Dokos
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

[Orgmode] [orgmobile] the role of the index.org file

2009-11-19 Thread Marcelo de Moraes Serpa
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

Re: [Orgmode] [mobileorg] mobileorg.org empty on webdav, mobileorg still showing items

2009-11-19 Thread Richard Moreland
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

Re: [Orgmode] [mobileorg] mobileorg.org empty on webdav, mobileorg still showing items

2009-11-19 Thread Marcelo de Moraes Serpa
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 >

Re: [Orgmode] [mobileorg] tag search is returning items that are not tagged.

2009-11-19 Thread Marcelo de Moraes Serpa
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

[Orgmode] adding new protocol handler in firefox

2009-11-19 Thread Thierry Volpiatto
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

Re: [Orgmode] Sending org-mode nodes

2009-11-19 Thread Eric Schulte
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

[Orgmode] [mobileorg] mobileorg.org empty on webdav, mobileorg still showing items

2009-11-19 Thread Marcelo de Moraes Serpa
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

[Orgmode] Re: PROJ category from the org-mode front page?

2009-11-19 Thread Bernt Hansen
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

[Orgmode] Re: Sending org-mode nodes

2009-11-19 Thread Łukasz Stelmach
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

[Orgmode] Re: Sending org-mode nodes

2009-11-19 Thread Łukasz Stelmach
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

[Orgmode] [mobileorg] tag search is returning items that are not tagged.

2009-11-19 Thread Marcelo de Moraes Serpa
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

Re: [Orgmode] [orgmobile] pushing to mydisk.se account

2009-11-19 Thread Marcelo de Moraes Serpa
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

Re: [Orgmode] [orgmobile] pushing to mydisk.se account

2009-11-19 Thread Marcelo de Moraes Serpa
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

[Orgmode] Bug: i in agenda complains mark is not active now [6.33trans (release_6.33c.26.ga839)]

2009-11-19 Thread Bernt Hansen
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. -

[Orgmode] PROJ category from the org-mode front page?

2009-11-19 Thread Matt Price
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

[Orgmode] Re: Sending org-mode nodes

2009-11-19 Thread Bernt Hansen
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

[Orgmode] Re: org-agenda-diary-entry without date tree

2009-11-19 Thread Matthew Lundin
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

[Orgmode] Re: Org-mode to blog with Drupal/Wordpress?

2009-11-19 Thread David Engster
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

Re: [Orgmode] Re: Sending org-mode nodes

2009-11-19 Thread Eric Schulte
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-

Re: [Orgmode] org-indent-mode and visual-line-mode

2009-11-19 Thread Matt Price
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-

[Orgmode] Re: org-export-generic: accessing todo keywords

2009-11-19 Thread Wes Hardaker
> 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

Re: [Orgmode] Blorgit > SVN integration

2009-11-19 Thread Eric Schulte
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

Re: [Orgmode] Re: Sending org-mode nodes

2009-11-19 Thread Sebastian Rose
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

[Orgmode] Re: C-a marks whole buffer instead of moving to beginning of line

2009-11-19 Thread Rainer Stengele
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

Re: [Orgmode] org-agenda-diary-entry without date tree

2009-11-19 Thread Carsten Dominik
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

[Orgmode] Re: Notmuch: An emacs interface for fast global search and tagging of email

2009-11-19 Thread Richard Riley
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

Re: [Orgmode] Bug: Agenda Org-mode searches are limited by buffer narrowing [6.33trans (release_6.33c.18.ga606)]

2009-11-19 Thread Bernt Hansen
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

[Orgmode] Re: Sending org-mode nodes

2009-11-19 Thread lukasz . stelmach
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

Re: [Orgmode] Bug: word "file"in tags produces bad hyperlink [6.33trans (release_6.33c.10.ga7fb)]

2009-11-19 Thread Carsten Dominik
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

[Orgmode] Re: Emacs opens a frame for each file in agenda list on org-mobile-push

2009-11-19 Thread Steve Brown
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

[Orgmode] Re: [orgmobile] support for Moblin

2009-11-19 Thread Gour
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

Re: [Orgmode] Notmuch: An emacs interface for fast global search and tagging of email

2009-11-19 Thread Carl Worth
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

Re: [Orgmode] Emacs opens a frame for each file in agenda list on org-mobile-push

2009-11-19 Thread Steve Brown
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

Re: [Orgmode] Bug: Agenda Org-mode searches are limited by buffer narrowing [6.33trans (release_6.33c.18.ga606)]

2009-11-19 Thread Carsten Dominik
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

[Orgmode] Re: Scheduling of 2-day events

2009-11-19 Thread Bernt Hansen
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): >

Re: [Orgmode] org-indent-mode and visual-line-mode

2009-11-19 Thread Carsten Dominik
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,

Re: [Orgmode] Notmuch: An emacs interface for fast global search and tagging of email

2009-11-19 Thread Carsten Dominik
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

Re: [Orgmode] Re: Sending org-mode nodes

2009-11-19 Thread Sebastian Rose
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

Re: [Orgmode] Bug: Problem with LaTeX export of bold email address [6.33trans (release_6.33c.10.ga7fb)]

2009-11-19 Thread Bjørn Arild Mæland
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

[Orgmode] Re: Sending org-mode nodes

2009-11-19 Thread lukasz . stelmach
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

Re: [Orgmode] Blorgit > SVN integration

2009-11-19 Thread Francesco Pizzolante
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

Re: [Orgmode] Sending org-mode nodes

2009-11-19 Thread David Maus
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

Re: [Orgmode] [orgmobile] support for Moblin

2009-11-19 Thread Eric S Fraga
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