[Orgmode] Problem with org-agenda-goto and inline tasks

2010-02-18 Thread Matt Lundin
Hi Carsten, I'd like to report a minor issue with org-agenda-goto and inline tasks. Let's say one has the following file: --8<---cut here---start->8--- * Here is an entry. Blah blah blah blah. *** Here is an inline task. *** END Blah bla

Re: [Orgmode] org-mobile + git

2010-02-18 Thread Richard Moreland
Hi Yuri, Short answer: not directly. However, I've had success using a cron job on my server to periodically run git pull then org-mobile-push in batch mode, which takes the latest files and stages them into my webdav directory. You can also automate an org-mobile-pull to integrate changes made

[Orgmode] org-mobile + git

2010-02-18 Thread Yuri de Wit
I am quite happy storing my org-mode files in git repositories. Is there a way to use org-mobile with git instead of WebDAV? thanks, ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.

[Orgmode] Re: Shortcut for adding text item?

2010-02-18 Thread Łukasz Stelmach
Stephan Schmitt writes: > Also sprach Nathan Neff: >> For example, I have a headline, with the cursor at position: >> >> * Something >> >> And I want to add a text line under the heading, with proper indentation. >> >> Currently, I press Ctrl-E, then Return, but I'd like to have a >> shortcut li

Re: [Orgmode] Re: [PATCH] little fixes for attachment git commiting

2010-02-18 Thread David Maus
Łukasz Stelmach wrote: >David Maus writes: >> Łukasz Stelmach wrote: >>>David Maus writes: >> Łukasz Stelmach wrote: >The other one helps if for some reason the file one would like to add >matches an entry in a .gitignore file. I suppose no one puts anything in >the org-attach-d

Re: [Orgmode] Shortcut for adding text item?

2010-02-18 Thread Raffi R
C-return will also create a new headline from any point. Only seems to work with headlines proper, though. HTH, - Raffi. On Thu, Feb 18, 2010 at 1:59 PM, Stephan Schmitt wrote: > Hi Nathan, > > put this in your dotemacs file: > > (eval-after-load "org" >  '(org-defkey org-mode-map (kbd "M-j") >

[Orgmode] Re: [org-clock] default clock for non-org-mode buffers

2010-02-18 Thread Bernt Hansen
Sébastien Vauban writes: > Hi Bernt, > > Bernt Hansen wrote: >> I have a couple of tasks I clock in regularly from anywhere using f9-o and >> f9-m (for organization and mail). These clock in the task based on ID. >> >> All of my remember buffers start the clock using the remember hooks. I >>

Re: [Orgmode] Shortcut for adding text item?

2010-02-18 Thread Stephan Schmitt
Hi Nathan, put this in your dotemacs file: (eval-after-load "org" '(org-defkey org-mode-map (kbd "M-j") (lambda () (interactive) (end-of-line) (org-return-indent Hth, Stephan Also sprach Nathan Neff: I'm aware of the M-Ret shortcut for inserting a new heading. Is

[Orgmode] Shortcut for adding text item?

2010-02-18 Thread Nathan Neff
I'm aware of the M-Ret shortcut for inserting a new heading. Is there a shortcut for adding a text item to the current headline? For example, I have a headline, with the cursor at position: * Something And I want to add a text line under the heading, with proper indentation. Currently, I pres

Re: [Orgmode] org-babel with R, scrolling an inferior ESS process

2010-02-18 Thread Eric Schulte
Erik Iverson writes: [...] >> Please do let us know of any other improvements we can make to using >> org-babel with ESS. Good integration with ESS has been one of our aims >> from the beginning. > > I will let you know as I continue using it. The ultimate improvement > IMO would be some sort o

[Orgmode] icalendar import in to Org mode

2010-02-18 Thread Giles Chamberlin
Living in a Microsoft Exchange world I get a lot of meeting requests from Exchange. iCalendar.el seems to be able to read these in to diary but I would far prefer to have them dropped in to my org files. Has anyone got this working? -- Giles ___ Emac

Re: [Orgmode] org-babel with R, scrolling an inferior ESS process

2010-02-18 Thread Erik Iverson
Hello, Can anyone 1) replicate that you don't see the scrolling, even with the comint-scroll-to-bottom-on-output variable set to 't'? Yes, this has been on my todo list for a while! Definitely time to fix it. Great, I'd be happy to test out the code when it's ready! 2) suggest a way to

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

2010-02-18 Thread Darlan Cavalcante Moreira
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 (I only know enough lisp to understand my own .emacs file)

Re: [Orgmode] org-export [with respect to lists] to HTML

2010-02-18 Thread Livin Stephen Sharma
Livin Stephen Sharma On Feb 18, 2010, at 17:08:00 , Carsten Dominik wrote: > > On Feb 18, 2010, at 7:37 AM, Livin Stephen Sharma wrote: > >> Well, here's the complaint then: >> I upgraded to the 'released' version [6.34c], but that did NOT fix the >> problem for me! >> >> Then I turned off

[Orgmode] n-times event

2010-02-18 Thread Łukasz Stelmach
Hello. I am wondering what sexp to write to display an event n times. Let's say there is a course at a university which comprises 4 meetings. So I chose diary-block (in fact a starting date would suffice) and some other conditions like calendar-day-of-week and the number of repetitions, and probab

[Orgmode] Re: Using square brackets in the description part of a link?

2010-02-18 Thread Łukasz Stelmach
"Adam" writes: > I would like to use square brackets in the description part of a > link, something like: > > [[http://www.google.com][Google [12345] Link]] > > to appear as: > > Google [12345] Link > > Is this possible? I have looked for escape characters, but have > been unable to find any. As

[Orgmode] Using square brackets in the description part of a link?

2010-02-18 Thread Adam
Hello Everyone I would like to use square brackets in the description part of a link, something like: [[http://www.google.com][Google [12345] Link]] to appear as: Google [12345] Link Is this possible? I have looked for escape characters, but have been unable to find any. I'm using org-mod

Re: [Orgmode] org-export [with respect to lists] to HTML

2010-02-18 Thread Carsten Dominik
On Feb 18, 2010, at 7:37 AM, Livin Stephen Sharma wrote: Well, here's the complaint then: I upgraded to the 'released' version [6.34c], but that did NOT fix the problem for me! Then I turned off some customizations [selected by *intelligent* guessing!]. Looks like this one makes all the

[Orgmode] Re: [org-clock] default clock for non-org-mode buffers

2010-02-18 Thread Sébastien Vauban
Hi Bernt, Bernt Hansen wrote: > I have a couple of tasks I clock in regularly from anywhere using f9-o and > f9-m (for organization and mail). These clock in the task based on ID. > > All of my remember buffers start the clock using the remember hooks. I > - start remember > - clock in via ho