Re: [Orgmode] New Org-mode talk by Carsten Dominik

2010-03-05 Thread Thomas S. Dye
On Mar 5, 2010, at 10:07 AM, Stefan Vollmar wrote: Hallo, we proudly present: "Emacs Org-mode: Organizing a Scientist's Life and Work" a talk by Carsten Dominik presented on February 8th 2010 at our institute. The recording of the talk is available here: http://www.nf.mpg.de/orgmode/guest-ta

Re: [Orgmode] Lesson Learned: Day needed for iCalendar export

2010-03-05 Thread Ryan Thompson
Without the day, the timestamp is not valid according to Org, so it just treats it as normal text, or possibly something else entirely. The real lesson is no to type timestamps manually. Use C-c . On Sat, Feb 27, 2010 at 6:49 PM, David A. Gershman wrote: > > Hello Everyone, > > I ran into this ju

Re: [Orgmode] New Org-mode talk by Carsten Dominik

2010-03-05 Thread Russell Adams
Rock on! I'm downloading it right now! On Fri, Mar 05, 2010 at 09:07:45PM +0100, Stefan Vollmar wrote: > Hallo, > > we proudly present: > > "Emacs Org-mode: Organizing a Scientist's Life and Work" > > a talk by Carsten Dominik presented on February 8th 2010 > at our institute. The recording o

[Orgmode] [PATCH] Always insert heading after current

2010-03-05 Thread Nathan Neff
This is my first endeavor at contributing to open source, so bear with me :-) I created a variable called 'org-insert-heading-always-after-current' If it's not nil, and you press M-Return, a new heading is created under the current heading, ***even if you're on the first character of a heading***

[Orgmode] New Org-mode talk by Carsten Dominik

2010-03-05 Thread Stefan Vollmar
Hallo, we proudly present: "Emacs Org-mode: Organizing a Scientist's Life and Work" a talk by Carsten Dominik presented on February 8th 2010 at our institute. The recording of the talk is available here: http://www.nf.mpg.de/orgmode/guest-talk-dominik.html Warm regards, Stefan -- Dr. Stefa

[Orgmode] Re: org export as twiki - Failure to export with error: (wrong-type-argument stringp nil)

2010-03-05 Thread Baoqiu Cui
Carsten Dominik writes: > Hi Baoqiu and Mario, > > clearly, writing =double[3][3]= is the correct solution to this problem. > > As for the behavior of [3][3], this is not clearly defined. Neither > the LaTeX > nor the HTML exporter handle this case gracefully, as in producing > meaningful output

Re: [Orgmode] Clocking feature request

2010-03-05 Thread Manish
2010/3/5 Sébastien Vauban : > Hi all, > > Sorry to have some answers delayed. I have troubles accessing Gmane from > certain locations... hence, almost can't access Org-mode (yes, I know, but I > don't like the ML style -- I prefer newsgroups). > > So, to come back to my title, I have a feature req

[Orgmode] Re: Writing a dissertation using org-mode

2010-03-05 Thread Markus Heller
On 3/5/2010 2:14 AM, Sven Bretfeld wrote: Eric S Fraga writes: if I may (respectfully) disagree? Having examined too many PhD theses to count, I would prefer PhD candidates spent more of their time worrying about the content and organisation of their thesis than the actual layout. Unlike the

[Orgmode] Re: [babel] org-babel for matlab?

2010-03-05 Thread Christopher Long
Darlan Cavalcante Moreira gmail.com> writes: > > > I'm afraid I can't help much on this. I just used the org-babel-template.el file > provided by Eric and did a search and replace as told in the file comments in > order to make tangle work for octave and MATLAB. I didn't implement any function >

[Orgmode] Re: Remember and year-long-calendar

2010-03-05 Thread J. David Boyd
Detlef Steuer writes: > Hi! > > You are probably looking for > > Org manual > 9.1.2 Remember templates > see date-tree > That's exactly what I was looking for. Thank you very much! ___ Emacs-orgmode mailing list Please use `Reply All' to send rep

[Orgmode] Re: Remember and year-long-calendar

2010-03-05 Thread Detlef Steuer
Hi! You are probably looking for Org manual 9.1.2 Remember templates see date-tree Have a nice weekend Detlef On Fri, 05 Mar 2010 08:35:36 -0500 da...@adboyd.com (J. David Boyd) wrote: > > Help, please! > > I think that I remember reading that remember had the ability to create > a calendar

[Orgmode] Remember and year-long-calendar

2010-03-05 Thread J. David Boyd
Help, please! I think that I remember reading that remember had the ability to create a calendar file good for the year, then a template was there that simply wrote to the current days events, great for logging the work that I do. I can't find that email, I can't find it in any readmes, and I do

Re: [Orgmode] Re: Links with description and '%3f' in URL fail

2010-03-05 Thread Carsten Dominik
OK, I applied the patch to the git master. On Mar 5, 2010, at 11:00 AM, Sebastien Delafond wrote: On 2010-03-04, Carsten Dominik wrote: Hi Sebastian, could you please try if the following patch does solve this issue? Thanks. - Carsten diff --git a/lisp/org.el b/lisp/org.el index 85b74fa..5

Re: [Orgmode] Writing a dissertation using org-mode

2010-03-05 Thread Sven Bretfeld
Eric S Fraga writes: > if I may (respectfully) disagree? Having examined too many PhD theses > to count, I would prefer PhD candidates spent more of their time > worrying about the content and organisation of their thesis than the > actual layout. Unlike the preparation of camera ready copy for

[Orgmode] Re: Links with description and '%3f' in URL fail

2010-03-05 Thread Sebastien Delafond
On 2010-03-04, Carsten Dominik wrote: > Hi Sebastian, > > could you please try if the following patch does solve this issue? > > Thanks. > > - Carsten > > diff --git a/lisp/org.el b/lisp/org.el > index 85b74fa..59d2acf 100644 > --- a/lisp/org.el > +++ b/lisp/org.el > @@ -7950,12 +7950,14 @@ This i

Re: [Orgmode] Writing a dissertation using org-mode

2010-03-05 Thread Eric S Fraga
On Thu, 04 Mar 2010 14:33:33 +0900, Torsten Wagner wrote: > On 03/04/2010 01:45 PM, Henri-Paul Indiogine wrote: > > I started writing my doctoral dissertation in history using org-mode. I > > am also using git.el for my version control and gnus for my email. Of > > course I export my org file to

[Orgmode] Re: Writing a dissertation using org-mode

2010-03-05 Thread Detlef Steuer
On Thu, 04 Mar 2010 11:12:42 -0600 Henri-Paul Indiogine wrote: > Good point, I am just worried about learning too many things (Emacs, > LaTeX, git, org-mode, R, ESS, ...) to take on new technologies. Writing > a dissertation is quite a load already. But I will into it. Don't worry about that. A

Re: [Orgmode] Re: org export as twiki - Failure to export with error: (wrong-type-argument stringp nil)

2010-03-05 Thread Carsten Dominik
On Mar 5, 2010, at 6:30 AM, Baoqiu Cui wrote: "Mario E. Munich" writes: Dear Baoqiu, thanks a lot for the reply... I have done some level of debugging (I should have probably done it before, but I was not sure of what was going on) and I had realized that the problem is in using brackets

Re: [Orgmode] Re: org export as twiki - Failure to export with error: (wrong-type-argument stringp nil)

2010-03-05 Thread Mario E. Munich
Dear Baoqui, thanks a lot for the solution to the problem, it works. I learned a little bit more about org-mode today and I keep learning everyday how to best use such a great emacs mode. Best regards, -Mario On Thu, Mar 4, 2010 at 9:30 PM, Baoqiu Cui wrote: > "Mario E. Munich" writes: > > >