Re: [O] Outlook replacement

2011-03-25 Thread Suvayu Ali
Hi Nick and Memnon, On Fri, 25 Mar 2011 23:31:21 -0400 Nick Dokos wrote: > That's tough: you'll need to leave the mail server-side so that you > can access it from all the different machines, but that leaves you > vulnerable to network outages. offlineIMAP might be a good solution > for you. Lo

Re: [O] [PATCH][ANN] org-html/org-odt

2011-03-25 Thread Jambunathan K
Hello Sean Thanks for trying out the new exporter and submitting this patch. I have applied it to my branch. Jambunathan K. > Hi, > > I was getting the error: > > org-html-insert-toc: Wrong type argument: char-or-string-p, nil > > when trying to generate an HTML file with > > #+OPTIONS:

Re: [O] [Link] Missing referenced page in Org-beamer

2011-03-25 Thread Nick Dokos
Eric S Fraga wrote: > ... I guess the link should really be to there, section 12.6.6 to be > exact. Can somebody recommend the best way to link there? Something like this perhaps? --8<---cut here---start->8--- [1] [[http://orgmode.org/manual/Beamer-class-ex

Re: [O] Outlook replacement

2011-03-25 Thread Nick Dokos
Suvayu Ali wrote: >> I use fetchmail and postfix. They run in the background dealing with >> incoming and outgoing mail resp. - as far as emacs is concerned, all >> mail is local. > > I have tried that too but unsuccessfully, my understanding of mail > servers and email protocols are rather limit

[O] Re: Outlook replacement

2011-03-25 Thread Memnon Anon
Suvayu Ali writes: > How do you (as in all users using Emacs as their email client) deal with > unreliable networks? Setup here: Emacs + leafnode (local newsserver for gmane, gwene) fetchmail msmtp So all data is dealt with locally, as far as Emacs is concerned. hth Memnon

Re: [O] Outlook replacement

2011-03-25 Thread Suvayu Ali
On Fri, 25 Mar 2011 22:19:08 -0400 Nick Dokos wrote: > [I sound like a broken record] > I saw your response but forgot to comment about it. > I use fetchmail and postfix. They run in the background dealing with > incoming and outgoing mail resp. - as far as emacs is concerned, all > mail is lo

Re: [O] Outlook replacement

2011-03-25 Thread Nick Dokos
Suvayu Ali wrote: > On Fri, 25 Mar 2011 21:11:02 + > Eric S Fraga wrote: > > > The short answer is to use *Emacs* for your email, > > How do you (as in all users using Emacs as their email client) deal with > unreliable networks? When I used to use tramp over a particularly > slow/unreliab

Re: [O] Outlook replacement

2011-03-25 Thread Suvayu Ali
On Fri, 25 Mar 2011 21:11:02 + Eric S Fraga wrote: > The short answer is to use *Emacs* for your email, How do you (as in all users using Emacs as their email client) deal with unreliable networks? When I used to use tramp over a particularly slow/unreliable network day before, I found every

Re: [O] [Link] Missing referenced page in Org-beamer

2011-03-25 Thread Eric S Fraga
Sébastien Vauban writes: > Hi Eric, > > Check this out in section 4.3 of > http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html > (last line). Thanks Seb. Yes, that document ceased to exist a while back. I forgot I was linking to it. It's the original document by Carsten, I believe,

Re: [O] [PATCH][ANN] org-html/org-odt

2011-03-25 Thread Sean O'Halpin
Hi, I was getting the error: org-html-insert-toc: Wrong type argument: char-or-string-p, nil when trying to generate an HTML file with #+OPTIONS: toc:nil The patch below seems to fix this. Regards, Sean index bd53741..37eddf4 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -2

[O] [PATCH] Avoid spurious matches to literal "#+end_src" inside source block

2011-03-25 Thread Sean O'Halpin
>From d5a47db19a6c263b0516c454594296da9f44c428 Mon Sep 17 00:00:00 2001 From: Sean O'Halpin Date: Fri, 25 Mar 2011 22:16:54 + Subject: [PATCH] * lisp/ob.el: Avoid spurious matches to literal "#+end_src" inside a source block. Added newline to org-babel-src-block-regexp. --- lisp/ob.el |

Re: [O] Outlook replacement

2011-03-25 Thread Nick Dokos
John Hendy wrote: > On Fri, Mar 25, 2011 at 4:38 PM, Nick Dokos wrote: > > John Hendy wrote: > > > >> I would love to do this. Unfortunately, it is limiting in a corporate > >> setting -- my IMAP/POP ports are blocked (using emacs for personal > >> email is out), the admins have not enabled IMA

Re: [O] Re: [bug] Problem with Worg (html?) publishing

2011-03-25 Thread Nick Dokos
Sébastien Vauban wrote: > > > > It could use the fact that it is in a section - but the function > > is generic wrt backends, so it doesn't worry about details like this. > > Maybe a backend-specific function can be called at this point to deal > > with it - and that can be smarter about how to

Re: [O] Re: Outlook replacement

2011-03-25 Thread Nick Dokos
Sébastien Vauban wrote: > > Also, how do you handle outside email accounts, for example, from gmail? > > What do you mean? Accessing them? That can be done from Emacs, although I > did not set this up (yet). > I use fetchmail for incoming mail and a local postfix server (sending either throu

Re: [O] Outlook replacement

2011-03-25 Thread John Hendy
On Fri, Mar 25, 2011 at 4:38 PM, Nick Dokos wrote: > John Hendy wrote: > >> I would love to do this. Unfortunately, it is limiting in a corporate >> setting -- my IMAP/POP ports are blocked (using emacs for personal >> email is out), the admins have not enabled IMAP/POP on the company >> Lotus No

Re: [O] Outlook replacement

2011-03-25 Thread Nick Dokos
John Hendy wrote: > I would love to do this. Unfortunately, it is limiting in a corporate > setting -- my IMAP/POP ports are blocked (using emacs for personal > email is out), the admins have not enabled IMAP/POP on the company > Lotus Notes Domino server (using emacs for work emails is out), and

Re: [O] Outlook replacement

2011-03-25 Thread Nick Dokos
Eric S Fraga wrote: > Chris Malone writes: > > > Hi Henri-Paul, > > > > While you've brought the topic up I /have/ been recently curious about > > others' email setup and how they incorporate that into Emacs/org-mode? I > > notice several users send emails from within Emacs using org-mode synt

[O] Re: [bug] Problem with Worg (html?) publishing

2011-03-25 Thread Sébastien Vauban
Hi Nick, Nick Dokos wrote: > It's not clear to me how to fix it properly: at the point where > org-export-select-backend-specific-text is called, there's been a > partial transformation of the input, so the function is looking at the > following: > > , > | > | #+BEGIN_HTML > | > | *** A bloc

[O] [Link] Missing referenced page in Org-beamer

2011-03-25 Thread Sébastien Vauban
Hi Eric, Check this out in section 4.3 of http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html (last line). Best regards, Seb -- Sébastien Vauban

Re: [O] Re: Outlook replacement

2011-03-25 Thread Chris Malone
Hi Seb and Eric, Thanks for the advice - the info and sample .gnus file were great! Chris 2011/3/25 Sébastien Vauban > Chris Malone, > > Chris Malone wrote: > > Hi Henri-Paul, > > > > While you've brought the topic up I /have/ been recently curious about > > others' email setup and how they in

[O] Re: Outlook replacement

2011-03-25 Thread Sébastien Vauban
Chris Malone, Chris Malone wrote: > Hi Henri-Paul, > > While you've brought the topic up I /have/ been recently curious about > others' email setup and how they incorporate that into Emacs/org-mode? I > notice several users send emails from within Emacs using org-mode syntax - > any tips on setti

Re: [O] Outlook replacement

2011-03-25 Thread Eric S Fraga
Chris Malone writes: > Hi Henri-Paul, > > While you've brought the topic up I /have/ been recently curious about > others' email setup and how they incorporate that into Emacs/org-mode? I > notice several users send emails from within Emacs using org-mode syntax - > any tips on setting such a th

Re: [bug] Problem with Worg (html?) publishing (was Re: [O] orgmode BEAMER scaling image)

2011-03-25 Thread Nick Dokos
Nick Dokos wrote: > Eric S Fraga wrote: > > > > In the org-beamer tutorial (Worg/org-tutorials/org-beamer/tutorial.org), > > I have the following: > > > > , > > | > > | #+BEGIN_Example > > | ,** Two columns > > | > > | ,*** A block > > :B_ignor

Re: [O] Outlook replacement

2011-03-25 Thread John Hendy
On Fri, Mar 25, 2011 at 1:56 PM, Henri-Paul Indiogine wrote: > Greetings! > > A few days ago I noticed a headline somewhere, possibly > http://linuxtoday.com or http://lxer.com, that read "an Outlook > replacement for Linux". > > Then I thought, I have an Emacs gnus frame next to a frame with my >

[O] Comma-protection of Org blocks (was: [bug] Problem with Worg (html?) publishing)

2011-03-25 Thread Sébastien Vauban
Hi Eric (and Eric, and Dan, and ...), Eric S Fraga wrote: > In the org-beamer tutorial (Worg/org-tutorials/org-beamer/tutorial.org), > I have the following: > > , > | > | #+BEGIN_Example > | ,** Two columns > | > | ,*** A block > :B_ignoreheading:BM

Re: [O] Outlook replacement

2011-03-25 Thread Chris Malone
Hi Henri-Paul, While you've brought the topic up I /have/ been recently curious about others' email setup and how they incorporate that into Emacs/org-mode? I notice several users send emails from within Emacs using org-mode syntax - any tips on setting such a thing up? Also, how do you handle o

[O] Re: Org-clone-subtree-with-time-shift

2011-03-25 Thread Jambunathan K
> Is it possible to have the headline increment the page number 1 or > show how many are completed. Org doesn't understand what a page is. You should be thinking in terms of word count and not page numbers. Jambunathan K.

Re: [bug] Problem with Worg (html?) publishing (was Re: [O] orgmode BEAMER scaling image)

2011-03-25 Thread Nick Dokos
Eric S Fraga wrote: > In the org-beamer tutorial (Worg/org-tutorials/org-beamer/tutorial.org), > I have the following: > > , > | > | #+BEGIN_Example > | ,** Two columns > | > | ,*** A block > :B_ignoreheading:BMCOL: > | :PROPERTIES: > | :

[O] Org-clone-subtree-with-time-shift

2011-03-25 Thread Matthew Sauer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Question on the usage of this function or maybe I need to look into another function? I am trying to work on a project (journal for a class) that requires me to write 75 pages of handwritten text. Every week I will go put in a TODO to journal, use M-

Re: [O] T-shirt idea

2011-03-25 Thread Carsten Dominik
On 25.3.2011, at 20:09, Christopher Allan Webber wrote: > I do think they are both very cute :) :-) I am sure we can the convince the store holder to make them :D - Carsten > > Jason Dunsmore writes: > >> Christopher Allan Webber writes: >> >>> What about mom's orgmode file? >> >> Good

Re: [O] Using org-mode for recipes (i.e. cooking)

2011-03-25 Thread brian powell
* Could do a link like this in an OrgMode buffer: [[shell:google-chrome --enable-plugins ~/CountDownTimer.html &]] ** Where ~/CountDownTimer.html contains the below code and/or only contains the below code/markup: http://www.chumby.com/virtualchumby_noskin.swf"; FlashVars="_chumby_profile_url=ht

[bug] Problem with Worg (html?) publishing (was Re: [O] orgmode BEAMER scaling image)

2011-03-25 Thread Eric S Fraga
Gilberto writes: > That should help, but the thing is that the >> |#+ATTR_LATEX| line > is missing from the example: >> *** A screenshot:BMCOL:B_example: >> :PROPERTIES: >> :BEAMER_col: 0.6 >> :BEAMER_env: example >> :END: >> [[

Re: [O] T-shirt idea

2011-03-25 Thread Christopher Allan Webber
I do think they are both very cute :) Jason Dunsmore writes: > Christopher Allan Webber writes: > >> What about mom's orgmode file? > > Good point. Here's one for the Moms: > http://dunsmor.com/img/110325124500.png > -- 𝓒𝓱𝓻𝓲𝓼𝓽𝓸𝓹𝓱𝓮𝓻 𝓐𝓵𝓵𝓪𝓷 𝓦𝓮𝓫𝓫𝓮𝓻

[O] Outlook replacement

2011-03-25 Thread Henri-Paul Indiogine
Greetings! A few days ago I noticed a headline somewhere, possibly http://linuxtoday.com or http://lxer.com, that read "an Outlook replacement for Linux". Then I thought, I have an Emacs gnus frame next to a frame with my agenda.org. I guess that is my "Outlook replacement". Also, regularly I

Re: [O] T-shirt idea

2011-03-25 Thread Jason Dunsmore
Christopher Allan Webber writes: > What about mom's orgmode file? Good point. Here's one for the Moms: http://dunsmor.com/img/110325124500.png

Re: [O] T-shirt idea

2011-03-25 Thread Christopher Allan Webber
What about mom's orgmode file? Jason Dunsmore writes: > T-shirt idea for babies/little kids: > http://dunsmor.com/img/110325094800.png > -- 𝓒𝓱𝓻𝓲𝓼𝓽𝓸𝓹𝓱𝓮𝓻 𝓐𝓵𝓵𝓪𝓷 𝓦𝓮𝓫𝓫𝓮𝓻

[O] T-shirt idea

2011-03-25 Thread Jason Dunsmore
T-shirt idea for babies/little kids: http://dunsmor.com/img/110325094800.png

Re: [O] Org babel with multiple linked segments of source code

2011-03-25 Thread Nicholas Patrick
I may try playing around with the sequential sections...since that's how I'm currently writing the majority of this file. Most of the pieces of code are simply defining functions that call other functions or macros and wouldn't be executed alone. However, I'm defining other blocks as tests for th

Re: [O] Re: [babel] "Marker does not point anywhere" error?

2011-03-25 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/03/11 14:22, Sébastien Vauban wrote: > Hi Rainer, > > Rainer M Krug wrote: >> On 25/03/11 13:50, Jambunathan K wrote: >>> >>> Can you do M-x toggle-debug-on-error and copy/paste what comes up in the >>> backtrace buffer? >> >> Here it is: >> >>

[O] Re: [babel] "Marker does not point anywhere" error?

2011-03-25 Thread Sébastien Vauban
Hi Rainer, Rainer M Krug wrote: > On 25/03/11 13:50, Jambunathan K wrote: >> >> Can you do M-x toggle-debug-on-error and copy/paste what comes up in the >> backtrace buffer? > > Here it is: > > Debugger entered--Lisp error: (error "Marker does not point anywhere") > (...) > org-babel-execute-s

Re: [O] [babel] feature request: automatically connect source code block to its session

2011-03-25 Thread Andreas Leha
Hi Eric, thanks for looking into this! Unfortunately, I do not know the setup here. But I asked on the ess mailing list and got an answer from Stephen Eglen: "I think you want to set ess-local-process-name given by the :session argument in the .org buffer when the temp buffer is opened by C-c '

Re: [O] Re: [babel] "Marker does not point anywhere" error?

2011-03-25 Thread Thomas Holst
Hi, · Rainer M Krug wrote: > On 25/03/11 13:50, Jambunathan K wrote: >> >> Can you do M-x toggle-debug-on-error and copy/paste what comes up in the >> backtrace buffer? > > Here it is: > [ ... backtrace ... ] I have a similar behaviour with a gnuplot source block, except that I get the same err

[O] Re: [babel] "Marker does not point anywhere" error?

2011-03-25 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/03/11 13:50, Jambunathan K wrote: > > Can you do M-x toggle-debug-on-error and copy/paste what comes up in the > backtrace buffer? Here it is: Debugger entered--Lisp error: (error "Marker does not point anywhere") ansi-color-apply-on-region

[O] Re: [babel] "Marker does not point anywhere" error?

2011-03-25 Thread Jambunathan K
Can you do M-x toggle-debug-on-error and copy/paste what comes up in the backtrace buffer? Rainer M Krug writes: > Hi > > I have the following code block: > > #+begin_src sh :session sh > echo > ## Copy scripts > scp SA.sh SA.sub SA.R Analysis_sensitivity.R > generateLatinHypercubeScen

[O] [babel] "Marker does not point anywhere" error?

2011-03-25 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I have the following code block: #+begin_src sh :session sh echo ## Copy scripts scp SA.sh SA.sub SA.R Analysis_sensitivity.R generateLatinHypercubeScenarios.R cluster://export/home/rkrug/sim/nsa/SA/ # scp SA.sub cluster://export/home/rkr

[O] Re: programmatic jump to headline

2011-03-25 Thread Bernt Hansen
Eric Abrahamsen writes: > I'm writing a little helper function for use when I'm starting work on a > particular long-term writing project. Basically I found myself doing the > same little ritual of commands two or three times a day, and I got tired > of it. Here's what I've got so far, it's prett

Re: [O] Re: Org-capture does not work with "long" extracts of text

2011-03-25 Thread Giovanni Ridolfi
Sébastien Vauban writes: > Hi Giovanni, > > Giovanni Ridolfi wrote: >> Sébastien Vauban writes: >>> Org-capture, [...] on Firefox/Windows XP. [...] >>> [...] > In particular, for Windows, I created the following =.reg= file: :-( Sorry, I don't have the permission to change registry files, I can

Re: [O] Re: Completing with anything

2011-03-25 Thread Julien Danjou
On Thu, Mar 24 2011, Cian wrote: > Can you separate out the gnus specific code at some point. If I ever > get any time (two small children and a day job, so big if) I'd like to > integrate it into Wanderlust. But currently the code assumes that > you're using gnus. Sure, I'll add that to my todo

[O] Re: Org-capture does not work with "long" extracts of text

2011-03-25 Thread Sébastien Vauban
Hi Giovanni, Giovanni Ridolfi wrote: > Sébastien Vauban writes: >> Org-capture, [...] on Firefox/Windows XP. [...] >> >> So, what's the limitation? I can only capture _short text_ extracts from >> the Web. Once it gets over 20 lines of text or so, the "Org-capture" button >> still does not do any

[O] programmatic jump to headline

2011-03-25 Thread Eric Abrahamsen
I'm writing a little helper function for use when I'm starting work on a particular long-term writing project. Basically I found myself doing the same little ritual of commands two or three times a day, and I got tired of it. Here's what I've got so far, it's pretty self-explanatory. The "my-" vari

Re: [O] org-remember and lists

2011-03-25 Thread Radosław Grzanka
W dniu 2011-03-25 10:12, Aankhen pisze: Hullo, On Fri, Mar 25, 2011 at 02:07, Radosław Grzanka wrote: I'm trying to tweak remember templates to follow my needs but I fail. I want to do template for my shopping list entries like this: (setq org-remember-templates (list

Re: [O] org-remember and lists

2011-03-25 Thread Aankhen
Hullo, On Fri, Mar 25, 2011 at 02:07, Radosław Grzanka wrote: >  I'm trying to tweak remember templates to follow my needs but I > fail. I want to do template for my shopping list entries like this: > > (setq org-remember-templates (list >                               (list "shopping" ?s "- [ ]

Re: [O] Org-capture does not work with "long" extracts of text

2011-03-25 Thread Giovanni Ridolfi
Sébastien Vauban writes: Hi, Sébastien, > > Org-capture, [...] on Firefox/Windows XP. > [...] > So, what's the limitation? I can only capture _short text_ extracts from the > Web. Once it gets over 20 lines of text or so, the "Org-capture" button still > does not do anything. would you please

[O] Bug: Jumping to date in custom agenda looses starting day of week

2011-03-25 Thread Sébastien Vauban
Hi Bernt, Bernt Hansen wrote: > I can move forwards and backwards one day at a time with 'f' and 'b' and it > works great. If however I want to jump to a specific date the block view is > lost and it reverts back to the regular calendar agenda view. In the same spirit, I would add another point:

Re: [O] Extracting pdf metadata

2011-03-25 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/03/11 02:21, Marvin Doyley wrote: > Hi there, > > Does anybody have a lisp code that can extract metadata from pdf. There > is an interesting program called sciplpore > (http://www.sciplore.org/software/sciplore_mindmapping/ that does this > for

Re: [O] A little bug of Org capture?

2011-03-25 Thread Carsten Dominik
Hi Chao, On 25.3.2011, at 06:14, Chao LU wrote: > Dear all, > > Don't know if it is a little bug: > > For org capture template, if I set an template like this: > ("i" "INBOX" entry (file+olp (concat org-private-dir "/iPrv.org") "INBOX" > "test") "* %?" :prepend t) > > And for the iPrv.org, I