[Orgmode] Choosing external app at runtime?

2010-04-15 Thread Simon Guest
Hi all, When I follow a link, Org mode knows what application to use. Except that sometimes I want to override that choice. For example, I have a collection of PDF files. Mostly I want to open them in my statically configured PDF viewer, which is fine. But sometimes I want to open one in Xourn

[Orgmode] [PATCH] followup to "`org-rember-templates' docstring"

2010-04-15 Thread Štěpán Němec
Hello, I'm sorry for my somewhat precocious previous mail (which I unfortunately still don't see posted, I use Gmane and am not subscribed -- any chance of making the list not moderated?). I discovered that the documentation is corrected in org.texi. I'm attaching a patch that fixes the origina

[Orgmode] Re: Toggle between plaintext and html

2010-04-15 Thread Benjamin Andresen
"Eric Schulte" writes: > Hi Benny, > > Thanks for the patch. I've refactored it so that it's smaller and only > changes the htmlized portion if `org-mime-htmlize' was called on a > partial region. What do you think about the attached alternative? > > I guess given this patch `org-mime-toggle' s

Re: [Orgmode] org-mime: [PATCH] Toggle between plaintext and html

2010-04-15 Thread Eric Schulte
Hi Benny, Thanks for the patch. I've refactored it so that it's smaller and only changes the htmlized portion if `org-mime-htmlize' was called on a partial region. What do you think about the attached alternative? I guess given this patch `org-mime-toggle' should be bound to C-c M-o rather than

Re: [Orgmode] Bug: create latex png while export to HTML become very slow [6.35i]

2010-04-15 Thread Nick Dokos
Carsten Dominik wrote: > > On Apr 15, 2010, at 6:38 PM, Lucas Peng wrote: > > > > > > > After upgrade to 6.35i, export .org file with latex fragment become > > extremly slow. > > Has anybody else noticed this? > I don't

Re: [Orgmode] [BUG] org-export confused by " :ID: something" in elisp source blocks

2010-04-15 Thread Carsten Dominik
Fixed, thanks. - Carsten On Apr 15, 2010, at 9:20 AM, Jan Böcker wrote: Hello, I think I discovered a bug in org-export. If you have a headline with an elisp code block containing the following line: " :ID:" the HTML code will be garbled at the beginning of the headline. I have attache

Re: [Orgmode] Bug: create latex png while export to HTML become very slow [6.35i]

2010-04-15 Thread Carsten Dominik
On Apr 15, 2010, at 6:38 PM, Lucas Peng 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-mod

Re: [Orgmode] Feature suggestion: highlights

2010-04-15 Thread Sebastian Rose
Ali Tofigh writes: > An alternative that may be easier to implement is to extend tagging > and todos to list items: > > - should try the above in project 1    :idea: > - Sandy made a good point there! > - TODO Sandy wants me to mail her the details > > Perhaps this has not been a feature that has

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Nick Dokos
Mark Elston wrote: > Nick, > > What do you have in your .netrc (besides passwords and such)... > > Mark > I registered for an account on mydrive.ch and added the following to my .netrc (with the obvious changes): , | ... | machine webdav.mydrive.ch login luser passwd foobar ` I was

[Orgmode] org-mime: [PATCH] Toggle between plaintext and html

2010-04-15 Thread Benjamin Andresen
Hello, I hope I'm not polluting this mailing list wrongly (due to org-mime being contrib and not mainline). I wrote a small patch that gives the function org-mime-toggle-html (+ support) for that I had to unfortunately rewrite `org-mime-multipart' Maybe Eric can look at it and if useful include

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Mark Elston
Nick Thanks. I had read on the mydrive website that we needed to use https instead of http. When I switched to http it works fine... The cert problem should have led me in that direction anyway... Now to finish my installation... Mark On 4/15/2010 1:46 PM, Nick Dokos wrote: Mark Elston wr

[Orgmode] Re: Feature suggestion: highlights

2010-04-15 Thread Bernt Hansen
Ali Tofigh writes: > First, I want to thank everyone who has worked on creating org-mode. I > am a new user and I enjoy using org-mode a lot! Thank you for your > efforts. > > Second, I have a suggestion for a feature: A new "highlight" feature > which can also be tagged and made into a todo item

[Orgmode] Re: `org-remember-templates' docstring

2010-04-15 Thread Bernt Hansen
Štěpán Němec writes: > Hello, > > in the documentation string of `org-remember-templates' we read: > > [...] > %^t like %t, but prompt for date. Similarly %^T, %^u, %^U. > You may define a prompt like %^{Please specify birthday > %n user name (taken from `use

[Orgmode] [PATCH] Fix truncated docstring for org-remember-templates

2010-04-15 Thread Bernt Hansen
--- This patch is available at git://git.norang.ca/org-mode.git for-carsten lisp/org-remember.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-remember.el b/lisp/org-remember.el index 61774e4..1ff4bd3 100644 --- a/lisp/org-remember.el +++ b/lisp/org-remember.

[Orgmode] Re: Heading numbering

2010-04-15 Thread Bernt Hansen
Thierry Guillemin writes: > Bonjour, > > Is it possible to number the headings ? > > Instead of the standard hierarchy : > * > ** > *** > etc... > > I would like to be have (just as in HTML Export) : > 1. > 1.1. > 1.1.1. > etc... > (of course, automatically re-calculated, if items are moved Up/Do

[Orgmode] `org-remember-templates' docstring

2010-04-15 Thread Štěpán Němec
Hello, in the documentation string of `org-remember-templates' we read: [...] %^t like %t, but prompt for date. Similarly %^T, %^u, %^U. You may define a prompt like %^{Please specify birthday %n user name (taken from `user-full-name') [...] The line wit

[Orgmode] Feature suggestion: highlights

2010-04-15 Thread Ali Tofigh
First, I want to thank everyone who has worked on creating org-mode. I am a new user and I enjoy using org-mode a lot! Thank you for your efforts. Second, I have a suggestion for a feature: A new "highlight" feature which can also be tagged and made into a todo item, just like headlines. For examp

[Orgmode] Heading numbering

2010-04-15 Thread Thierry Guillemin
Bonjour, Is it possible to number the headings ? Instead of the standard hierarchy : * ** *** etc... I would like to be have (just as in HTML Export) : 1. 1.1. 1.1.1. etc... (of course, automatically re-calculated, if items are moved Up/Down, or are promoted/demoted...) Thanks in advance T.Gui

Re: [Orgmode] Using Org for browsing and managing buffers

2010-04-15 Thread Dan Davison
Livin Stephen Sharma writes: > Am I the only one encountering: > > org-buffers-list: Invalid function: org-buffers-state-get I haven't seen that error, but I may have been doing something incorrect (with macros). I've got rid of them now; let me know if you still get the error. Code file: h

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Mark Elston
Nick, I have gotten cadaver running and can use it to connect to mydrive.ch. How do I integrate this in with MobileOrg? Mark On 4/14/2010 9:08 PM, Nick Dokos wrote: Mark Elston wrote: I am having trouble getting a command-line connection to *any* of these services. I have tried mydrive.ch

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Nick Dokos
Mark Elston wrote: > Nick, > > What do you have in your .netrc (besides passwords and such)... > > Mark > The format is described in the cadaver manual page - the relevant line looks like this , | ... | machine host.domain.com login luser passwd foobar ` Most programs will refuse to

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Mark Elston
Nick, What do you have in your .netrc (besides passwords and such)... Mark On 4/15/2010 12:57 PM, Nick Dokos wrote: Mark Elston wrote: Nick, Thanks. I'm already trying the script approach. I have the following in a script: open https://webdav.mydrive.ch y cd org put

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Mark Elston
Matthew, The problem is that I am not even getting that far. I cannot get an automated mechanism to copy the files. As I pointed out below the cadaver tool is failing, when using the script, to even connect to the server. Mark On 4/15/2010 1:16 PM, Matthew Jones wrote: Make sure you check wh

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Matthew Jones
Make sure you check what 'org-mobile-push' generates when synchronizing... we look for an index.org and checksums.dat file. In MobileOrg the server path will need to be the path to your index.org file 73, Matthew W. Jones (KI4ZIB) http://matburt.net On Thu, Apr 15, 2010 at 3:36 PM, Mark Elston

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Nick Dokos
Mark Elston wrote: > Nick, > > Thanks. I'm already trying the script approach. I have the > following in a script: > > open https://webdav.mydrive.ch > y > > > cd org > put Teaching.org > put Home.org > close > exit > > The 'y' is to accept the untrusted server certificat

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Mark Elston
Nick, Thanks. I'm already trying the script approach. I have the following in a script: open https://webdav.mydrive.ch y cd org put Teaching.org put Home.org close exit The 'y' is to accept the untrusted server certificate. Unfortunately, even though this all works manual

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Nick Dokos
Mark Elston wrote: > Nick, > > I have gotten cadaver running and can use it to connect to mydrive.ch. > How do I integrate this in with MobileOrg? > > Mark > [adding to my previous mail...] There are some examples (using scp) of setting up the org-mobile-post-push-hook in Appendix B.1 of the

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Nick Dokos
Mark Elston wrote: > Nick, > > I have gotten cadaver running and can use it to connect to mydrive.ch. > How do I integrate this in with MobileOrg? > > Mark Mark, No idea: I've never used either MobileOrg or cadaver. But it's supposed to work more or less like a command-line ftp (or smb or scp

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Mark Elston
On 4/14/2010 9:01 PM, Matthew Jones wrote: Could you just map the drive and treat it like a local disk? There was a post about it a little while ago: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg21513.html 73, Matthew W. Jones (KI4ZIB) http://matburt.net The problem is that, in Vist

[Orgmode] Re: bug in org-crypt?

2010-04-15 Thread Peter Jones
Xiao-Yong Jin writes: > On Wed, 14 Apr 2010 09:43:43 +0200, Carsten Dominik wrote: > >> Hi Xiao, >> I have just checked in a patch by Peter Jones, which should fix this >> bug. Please check if this is indeed the case and let me know. > > Tested and it is indeed fixed. Thanks. I found another bu

Re: [Orgmode] [org-babel] How to tangle "org-mode" files?

2010-04-15 Thread Dan Davison
Daniel Brunner writes: > Hi, > > I am testing some ideas with org-babel (which is really great work) and > got the following problem: I want to put several org-mode source blocks > in one org-mode file and tangle them afterwards. Therefore I produced > the following a.org: > > -->8-- > #+begin_sr

[Orgmode] Bug: create latex png while export to HTML become very slow [6.35i]

2010-04-15 Thread Lucas Peng
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] Re: Make a time-stamp non-interactively

2010-04-15 Thread Zachary Young
Hi Brent, Thank you very much for pointing that function out. I am still learning how to use apropos and just found about `C-u apropos' which shows that function when `apropos' did not. Anyway, much easier than my hack. Thank you, Zachary On Wed, Apr 14, 2010 at 7:26 PM, Bernt Hansen wrote: >

Re: [Orgmode] [ANN] org-mime -- using orgmode to send html mail?

2010-04-15 Thread Eric Schulte
Org-mime should now fully support the WL mailer, thanks to Eric S Fraga. I've updated the documentation on worg, but basically to use org-mime with WL, you need only add the following to your config. --8<---cut here---start->8--- (require 'org-mime) (setq org-m

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Sven Bretfeld
Mark Elston writes: > On 4/14/2010 2:36 PM, Sven Bretfeld wrote: >> Matthew Jones writes: >> >>> There are plenty of free webdav services out there, a quick google search >>> came >>> up with a few... I haven't used any of them as I run my own on my VPS, but >>> check out http://www.box.net or

[Orgmode] Re: Show entries which have been logdone in the last several days?

2010-04-15 Thread Bernt Hansen
filebat Mark writes: > Hi GTDers, > > I am a big fun of org-mode, and right now I'd like to get the statistics for > the time allocation in my daily life. > Apparently, not all things are important, so some entries may not have the > timestamp like <2010-04-15 19:48>. > Thus agenda view can't h

[Orgmode] Re: Plans for synching with Emacs dev sources?

2010-04-15 Thread Óscar Fuentes
Carsten Dominik writes: > I just updated the Emacs bzr repository to org-mode 6.35i. Now lets > hope that everything went OK - this was my first commit through bzr, > and a BIG one. Thanks! I'll start using it right now and report back any issues.

[Orgmode] Re: Show entries which have been logdone in the last several days?

2010-04-15 Thread filebat Mark
Hi Matt Thanks for your answer. It's quite useful for me. However I just show entry#1, while entry#2 is the typical case. #entry1 *** DONE Check which node run which stage [2009-11-23 星期一 17:12] This is an sample. #entry2 *** DONE Check which node run which stage CLOSED: [2009-11-23

Re: [Orgmode] Using Org for browsing and managing buffers

2010-04-15 Thread Eric S Fraga
On Thu, 15 Apr 2010 00:20:31 -0400, Dan Davison wrote: [...] > This does also mean that various inappropriate speed commands become > exposed (but then pressing random keys is a strategy that should be > confined to gnus). ;-) > I've made them narrower by default, and introduced a customizable

[Orgmode] Re: Show entries which have been logdone in the last several days?

2010-04-15 Thread Matt Lundin
filebat Mark writes: > I am a big fun of org-mode, and right now I'd like to get the > statistics for the time allocation in my daily life. > Apparently, not all things are important, so some entries may not have > the timestamp like <2010-04-15 19:48>. > Thus agenda view can't help for my questi

[Orgmode] Re: My reference data management approach with org and emacs

2010-04-15 Thread Matt Lundin
Carsten Dominik writes: > On Apr 15, 2010, at 12:09 PM, Alexander Poslavsky wrote: > >> On Wed, Apr 14, 2010 at 10:29 PM, Jan Böcker >> wrote: >> I have published a more detailed description of my setup, including >> the >> source code, here: >> >> http://www.jboecker.de/2010/04/14/general-refer

[Orgmode] Show entries which have been logdone in the last several days?

2010-04-15 Thread filebat Mark
Hi GTDers, I am a big fun of org-mode, and right now I'd like to get the statistics for the time allocation in my daily life. Apparently, not all things are important, so some entries may not have the timestamp like <2010-04-15 19:48>. Thus agenda view can't help for my question, it seems can't sh

[Orgmode] [BUG] org-export confused by " :ID: something" in elisp source blocks

2010-04-15 Thread Jan Böcker
Hello, I think I discovered a bug in org-export. If you have a headline with an elisp code block containing the following line: " :ID:" the HTML code will be garbled at the beginning of the headline. I have attached a minimal test case and the resulting HTML file. The #+OPTIONS: line is not ne

Re: [Orgmode] Re: orgcard.txt in Makefile

2010-04-15 Thread Carsten Dominik
On Apr 14, 2010, at 10:24 PM, Alan E. Davis wrote: I intended this for the list, for what it's worth, so I am forwarding it now. Alan Hello: I tried at some point to reduce the orgcard to an org-mode file. I have a copy, but it's way out of date. Org is changing too fast for me to keep u

Re: [Orgmode] [org-timer] PATCH add hooks to org-timer.el

2010-04-15 Thread Emmanuel Di Pretoro
Hi, I've discovered the Pomodoro technique via the book Pomodoro Technique Illustrated ( http://pragprog.com/titles/snfocus/pomodoro-technique-illustrated). And I'm quite intrigued to know how you use orgmode with it. Can you describe your use? Thanks in advance, Emmanuel Di Pretoro 2010/2/20

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Eric S Fraga
On Thu, 15 Apr 2010 00:01:29 -0400, Matthew Jones wrote: > Could you just map the drive and treat it like a local disk? > > There was a post about it a little while ago: > http://www.mail-archive.com/emacs-orgmode@gnu.org/msg21513.html > > 73, > Matthew W. Jones (KI4ZIB) > http://matburt.net >

Re: [Orgmode] Plans for synching with Emacs dev sources?

2010-04-15 Thread Carsten Dominik
On Apr 13, 2010, at 10:15 PM, Óscar Fuentes wrote: Currently I'm using 6.33x, which is the version that comes with Emacs dev source code. I'll like to use a more recent version of org-mode, and so I ask if there are plans for upgrading Emacs' org-mode sources with the current release. If not

Re: [Orgmode] My reference data management approach with org and emacs

2010-04-15 Thread Carsten Dominik
On Apr 15, 2010, at 12:09 PM, Alexander Poslavsky wrote: On Wed, Apr 14, 2010 at 10:29 PM, Jan Böcker wrote: I have published a more detailed description of my setup, including the source code, here: http://www.jboecker.de/2010/04/14/general-reference-filing-with-org-mode.html Wow, this

Re: [Orgmode] My reference data management approach with org and emacs

2010-04-15 Thread Alexander Poslavsky
On Wed, Apr 14, 2010 at 10:29 PM, Jan Böcker wrote: > I have published a more detailed description of my setup, including the > source code, here: > > > http://www.jboecker.de/2010/04/14/general-reference-filing-with-org-mode.html > > Wow, this is a very nice setup, and a good way to see how org-a

[Orgmode] [org-babel] How to tangle "org-mode" files?

2010-04-15 Thread Daniel Brunner
Hi, I am testing some ideas with org-babel (which is really great work) and got the following problem: I want to put several org-mode source blocks in one org-mode file and tangle them afterwards. Therefore I produced the following a.org: -->8-- #+begin_src org :tangle in-a.org ,* Foo ,** Bar

[Orgmode] Re: Using org-agenda opens all my .org files.

2010-04-15 Thread Rich Wellum
> From: Matt Lundin > Date: Wed, 14 Apr 2010 19:59:57 -0400 > To: Rich Wellum > Cc: "emacs-orgmode@gnu.org" > Subject: Re: Using org-agenda opens all my .org files. > > Rich Wellum writes: > >> When I run org-agenda to look at all my TODO's - every single .org file is >> opened into buffer