[Orgmode] using orgmode links in non-orgmode buffers

2011-01-22 Thread Marco Craveiro
hello orgmoders, i was wondering if there is a minor mode provided by orgmode that allows other major modes to understand orgmode links? in particular, i'd like to be able to put these links in magit commits: [[file:some_file_in_git_repo]] and then be able to open that file like I can in

Re: [Orgmode] using orgmode links in non-orgmode buffers

2011-01-22 Thread Matthew Fidler
See http://orgmode.org/manual/Using-links-outside-Org.html#Using-links-outside-Org Matt On Jan 22, 2011, at 6:22 AM, Marco Craveiro marco.crave...@gmail.com wrote: hello orgmoders, i was wondering if there is a minor mode provided by orgmode that allows other major modes to understand

[Orgmode] Special properties -- doc buglet?

2011-01-22 Thread Tommy Kelly
In section 7.2 Special properties the current online org manual says: The following property names are special and should not be used as keys in the properties drawer: ... CATEGORY ... Is it correct to have CATEGORY in that list? I thought that putting it as a key into the property drawer was

[Orgmode] Special properties -- doc buglet?

2011-01-22 Thread Tommy Kelly
In section 7.2 Special properties the current online org manual says: The following property names are special and should not be used as keys in the properties drawer: ... CATEGORY ... Is it correct to have CATEGORY in that list? I thought that putting it as a key into the property drawer

[Orgmode] Minor gotcha with org-agenda-files

2011-01-22 Thread Tommy Kelly
I just figured out why, despite having a setq in my .emacs, my org-agenda-files wasn't what I thought it should be. It's because if you modify that variable using C-c [ or C-c ], then any explicit setq is rendered obsolete by the custom-set-variables entry that gets added automatically. Tell us

[Orgmode] Minor gotcha with org-agenda-files

2011-01-22 Thread Tommy Kelly
I just figured out why, despite having a setq in my .emacs, my org-agenda-files wasn't what I thought it should be. It's because if you modify that variable using C-c [ or C-c ], then any explicit setq is rendered obsolete by the custom-set-variables entry that gets added automatically. Tell us

Re: [Orgmode] Minor gotcha with org-agenda-files

2011-01-22 Thread suvayu ali
On Sat, Jan 22, 2011 at 5:31 PM, Tommy Kelly tommy.ke...@verilab.com wrote: I just figured out why, despite having a setq in my .emacs, my org-agenda-files wasn't what I thought it should be. It's because if you modify that variable using C-c [ or C-c ], then any explicit setq is rendered

[Orgmode] [PATCH] org-agenda: fix start/end time in timerange

2011-01-22 Thread Julien Danjou
* org-agenda.el (org-agenda-get-blocks): Fix time of start/end of events with range. This display things like: 2011-01-22 Sat 14:00--2011-01-23 Sun 20:00 correctly, with the event starting at 14:00 and ending at 20:00. Signed-off-by: Julien Danjou jul...@danjou.info --- lisp/org-agenda.el | 92

[Orgmode] Re: Minor gotcha with org-agenda-files

2011-01-22 Thread Tommy Kelly
suvayu ali fatkasuvayu+li...@gmail.com writes: On Sat, Jan 22, 2011 at 5:31 PM, Tommy Kelly tommy.ke...@verilab.com wrote: I just figured out why, despite having a setq in my .emacs, my org-agenda-files wasn't what I thought it should be. It's because if you modify that variable using C-c [

[Orgmode] Tags position in regular agenda view?

2011-01-22 Thread Tommy Kelly
org-tags-column appears to affect the position of TAGS only in the file where a heading resides. What controls where the tag appears in the regular dail agenda view? (BTW - if it matters, many of my tags are implicit, being inherited from a FILETAG or from a higher heading) thanks, Tommy

Re: [Orgmode] bug in new lisp code or user error?

2011-01-22 Thread Nicolas Goaziou
Hello, Samuel Wales writes: When point is at [] and I press TAB, nothing happens. ... 27) bikeshedding (talking about something you think you []know about instead of what is important -- in this case, talking about what the audience thinks it knows about) ... User error in this

Re: [Orgmode] Re: Adding a new text/org mime type

2011-01-22 Thread Julien Danjou
Please change it in the most sensible way. I've changed to text/x-org. -- Julien Danjou ❱ http://julien.danjou.info ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] bug in new lisp code or user error?

2011-01-22 Thread Samuel Wales
(setf org-empty-line-terminates-plain-lists t) works but does not allow paragraphs in lists. I presume we're looking at incompossible goals? -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com I support WPI: http://www.wpinstitute.org/xmrv/index.html -- PLEASE DONATE === I want to see

Re: [Orgmode] bug in new lisp code or user error?

2011-01-22 Thread Samuel Wales
[I meant list in the subject] Thanks Nicolas. ISTR this is different from before. Did it work before? It occurs when you have a list, and a paragraph someplace, and want to insert that paragraph as an item in the list. Pretty common. The problem with using 'regexp is that I need 2 blank

Re: [Orgmode] Re: Minor gotcha with org-agenda-files

2011-01-22 Thread Eric S Fraga
Tommy Kelly tommy.ke...@verilab.com writes: suvayu ali fatkasuvayu+li...@gmail.com writes: On Sat, Jan 22, 2011 at 5:31 PM, Tommy Kelly tommy.ke...@verilab.com wrote: I just figured out why, despite having a setq in my .emacs, my org-agenda-files wasn't what I thought it should be. It's

Re: [Orgmode] bug in new lisp code or user error?

2011-01-22 Thread Nicolas Goaziou
Samuel Wales writes: [I meant list in the subject] Thanks Nicolas. ISTR this is different from before. Did it work before? It is also working right now, although in a different way. ;) It occurs when you have a list, and a paragraph someplace, and want to insert that paragraph as an item

[Orgmode] orgmode / emacs /msmtp on winxp

2011-01-22 Thread Erwin Panen
Hi, I guess this is perhaps more emacs related but here goes: I'm trying to get going with gnus. My system is running XP. I have msmtp installed and working. (tested using cli) In emacs using eshell and issuing msmtp --v I get the correct output. Versions: Gnus 5.13 Emacs 23.2.1 msmtp 1.4.17

Re: [Orgmode] orgmode / emacs /msmtp on winxp

2011-01-22 Thread Eric S Fraga
Erwin Panen erwinpa...@fastmail.fm writes: Hi, I guess this is perhaps more emacs related but here goes: I'm trying to get going with gnus. My system is running XP. I have msmtp installed and working. (tested using cli) In emacs using eshell and issuing msmtp --v I get the correct output.

Re: [Orgmode] Re: return link to :file when using #+call

2011-01-22 Thread Myles English
Thanks for your answer Eric. Recent changes as per http://thread.gmane.org/gmane.emacs.orgmode/35396 means that this no longer works. To recap: what I would like to do is to #+call an R source block, passing a filename, and have it write a plot to that file and also insert a link to that file in