Re: [O] Patch for testing `org-open-at-point'

2014-04-11 Thread Nicolas Goaziou
Hello, York Zhao gtdplatf...@gmail.com writes: I found a bug that `org-open-at-point' doesn't work if the link is a heading property. This is expected, as node properties cannot contain Org syntax. See also http://permalink.gmane.org/gmane.emacs.orgmode/84300 Regards, -- Nicolas

[O] Fwd: Maintainer change on May 1st

2014-04-11 Thread Stefan Vollmar
+1 Begin forwarded message: From: Igor Sosa Mayor joseleopoldo1...@gmail.com Subject: Re: [O] Maintainer change on May 1st Date: 10. April 2014 13:29:16 MESZ To: emacs-orgmode@gnu.org Reply-To: joseleopoldo1...@gmail.com Am Tue, Apr 08, 2014 at 09:29:46AM -0400, Jonathan Leech-Pepin

Re: [O] Fwd: Maintainer change on May 1st

2014-04-11 Thread Rainer Stengele
+1 Am 11.04.2014 12:30, schrieb Stefan Vollmar: +1 Begin forwarded message: From: Igor Sosa Mayor joseleopoldo1...@gmail.com Subject: Re: [O] Maintainer change on May 1st Date: 10. April 2014 13:29:16 MESZ To: emacs-orgmode@gnu.org Reply-To: joseleopoldo1...@gmail.com Am Tue, Apr 08,

Re: [O] [PATCH] Re: Bug: `org-agenda-prepare-buffers' fails at (org-refresh-properties APPT_WARNTIME 'org-appt-warntime) [8.2.5h (8.2.5h-82-gd91d4b-elpaplus @ /home/wgg/.emacs.d/elpa/org-plus-contri

2014-04-11 Thread Bastien
Hi Sacha, Sacha Chua sa...@sachachua.com writes: I ran into a similar problem with org-agenda-prepare-buffers and the EFFORT property. This change to org-refresh-properties seems to fix it: Applied in maint, thanks a lot! -- Bastien

Re: [O] Bug: fatal when opening agenda [8.2.5h (8.2.5h-82-gd91d4b-elpaplus @ /home/jeffrey/.emacs.d/elpa/org-plus-contrib-20140324/)]

2014-04-11 Thread Bastien
Hi Jeffrey, Jeffrey DeLeo jeffreyde...@gmail.com writes: Trying to use the org-agenda gives fatal error. I think that's the same bug than this one: http://mid.gmane.org/871txmsz92.fsf%40motoko.kusanagi so it should be fixed now, thanks. -- Bastien

Re: [O] [ANN] Syntax highlighting now available in Github in *.org files!

2014-04-11 Thread Bastien
Hi Waldemar, Waldemar Quevedo waldemar.quev...@gmail.com writes: Github has just updated some moments ago their version of the Org Ruby gem which is used for the HTML export, and now code syntax highlight should be available in all the *.org files in your repos. Awesome! The feedback from

Re: [O] o-blog and org-export-as-html

2014-04-11 Thread Bastien
Hi Esben, Esben Stien b...@esben-stien.name writes: I'm trying to use o-blog with org-mode-8.2.5h, but the function org-publish-blog in o-blog requests org-export-as-html. The correct function is org-html-export-as-html Is o-blog so unmaintained and should I just look for an alternative?

Re: [O] Bug: Passing nil argument in org-refresh-properties [8.2.5h (8.2.5h-98-g0820d0-elpa @ /home/jjohnson/.emacs.d/elpa/org-20140407/)]

2014-04-11 Thread Bastien
Hi Jonathan, Jonathan Johnson jonathan.john...@symphero.mn.org writes: I updated to the latest ELPA release today and got an error loading an agenda with 'C-c a a'. Yes, this should now be fixed. -- Bastien

Re: [O] footnote for each section in html export

2014-04-11 Thread Bastien
Hi, zhenjiang zech xu zhenjiang...@gmail.com writes: Is there anyway to customize the html export so that the footnote of each headline is put at the end of the section instead of all at the end of the webpage? not yet, but this is a commonly requested feature, so I'll add this on the TODO

[O] bug#16751: 24.3.50; Export during Org export to HTML

2014-04-11 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: Unless I'm mistaken, the following patch should fix the issue. Applied. Thanks! -- Bastien

Re: [O] A file with 'org-mode rot'?

2014-04-11 Thread Bastien
Hi Eric and Karl, Eric S Fraga e.fr...@ucl.ac.uk writes: Actually, I need to take this back. I upgraded org to the most recent git version this morning and everything slowed down dramatically. I reset to the version : git checkout f57b2d71414fe195ee98ffb2531fa1423e8d70bf which was from

Re: [O] [RFC] Properly handle keyword + COMMENT keyword

2014-04-11 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: Thus, this patch - properly fontifies headlines with both a regular keyword and a COMMENT keyword, - fixes `org-toggle-comment' and `org-todo' to handle both COMMENT keyword and

Re: [O] Add-on: Github Flavored Markdown exporter

2014-04-11 Thread Bastien
Hi Lars, Lars Tveito larst...@student.matnat.uio.no writes: Should I contribute this to the /lisp/contrib/? I added your file to /contrib/lisp in the master branch, thanks a lot! I updated the copyright section of the file to put you as the author, instead of the FSF. Best, -- Bastien

Re: [O] Export arrays for 'sh' code blocks when using bash

2014-04-11 Thread Bastien
Hi Eric and Pascal, Eric Schulte schulte.e...@gmail.com writes: Also, I think the google-wide copyright stuff is sorted out. Yes it is: we can accept patch from employees of Google, Inc. Pascal, I guess it's safe to assume anyone with a @google.com email address is a Google employee -- let me

Re: [O] radio links in middle of words.

2014-04-11 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Here's a patch implementing it. Looks good, please go ahead. Thank you both, -- Bastien

Re: [O] what function to use to normalize date to org format?

2014-04-11 Thread Bastien
Hi Mirko, Mirko mirko.vuko...@gmail.com writes: Is there a public function that can accept a string such as 3/4/5 (US Format) and normalize it to [2005-03-04 Fri]?. Here you go: (defun mirko-timestamp-conversion (date-string) (when (string-match \\([0-9]+\\)/\\([0-9]+\\)/\\([0-9]+\\)

Re: [O] How to get rid of clocktable summary time in the form 2d 02:00

2014-04-11 Thread Bastien
Buddy Butterfly buddy.butter...@web.de writes: Solved it. If anyone is interested, here it goes: Thanks for sharing. Neither the 2 settings given below nor the links helped very much. Instead I customized the variable org-time-clocksum-format and switcht off (deselected) the Days entry

Re: [O] `org-attach-file-list' doesn't allow dotfiles

2014-04-11 Thread Bastien
John Wiegley jwieg...@gmail.com writes: No reason I can think of. Thanks for confirming! Best, -- Bastien

Re: [O] if we operate on a subtree, perhaps we could adjust levels

2014-04-11 Thread Bastien
Hi Samnuel, Samuel Wales samolog...@gmail.com writes: in maint, if you encrypt with org-crypt on an entry with children, then demote, then decrypt, the subtree levels do not match up. for example, the children can end up as uncle/aunt nodes. That's expected. Users don't think Org is clever

Re: [O] [PATCH] Fix: allow org-refile in goto mode from everywhere

2014-04-11 Thread Bastien
Hi Markus, I applied your patch on maint, thanks for the clear explanations and the perfectly formatted patch. Best, -- Bastien

Re: [O] update to ob-clojure.el

2014-04-11 Thread Bastien
Hi Oleh, Oleh ohwoeo...@gmail.com writes: As long as we have to support Emacs 23, I think you shouldn't replace case with cl-case. I've reverted it. I'll keep this in mind for future commits, thanks. Thanks for the patch -- and since we are nitpicking, here is another one (a famous one I'd

Re: [O] [RFC] Org Minor Mode?

2014-04-11 Thread Bastien
Hi Thorsten, Nicolas Goaziou n.goaz...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: What do you think - is there any chance that Org-mode switches from static hardcoded regexp strings (all over the place) to dynamic regexps calculated at runtime (using libraries like drx.el

Re: [O] Unconditionally turn off Flyspell mode during export

2014-04-11 Thread Bastien
Hi Sébastien, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Is there an alternative way to stop Org from Flyspell'ing all the (temporary) export files? The only thing that comes to my mind right now is to disable flyspell-mode through a hook in

Re: [O] Proposal to replace the prefix repetition with whitespace during expansion of noweb references

2014-04-11 Thread Bastien
Hi Michael, Pontus Michael m.pon...@gmail.com writes: You make a valid point that change of this nature will inevitably break existing code that has been taking advantage of this functionality. From my point of view this is an argument in favor of having this issue addressed as soon as

Re: [O] Patch for testing `org-open-at-point'

2014-04-11 Thread Bastien
Hi York, York Zhao gtdplatf...@gmail.com writes: I found a bug that `org-open-at-point' doesn't work if the link is a heading property. This is a known issue and we will address it soon. This used to work and was broken recently. I have written a test for this. The test is suppose to fail

Re: [O] A file with 'org-mode rot'?

2014-04-11 Thread Nicolas Goaziou
Hello, Bastien b...@gnu.org writes: Eric S Fraga e.fr...@ucl.ac.uk writes: Actually, I need to take this back. I upgraded org to the most recent git version this morning and everything slowed down dramatically. I reset to the version : git checkout

Re: [O] Add-on: Github Flavored Markdown exporter

2014-04-11 Thread Lars Tveito
Bastien writes: Hi Lars, Lars Tveito larst...@student.matnat.uio.no writes: Should I contribute this to the /lisp/contrib/? I added your file to /contrib/lisp in the master branch, thanks a lot! I updated the copyright section of the file to put you as the author, instead of the FSF.

[O] [bug] customizing org-journal file format breaks calendar integration

2014-04-11 Thread Amit Patel
Hi org-moders, I just started using org-journal (with org-mode 8.2.5h) and went through the customization options. I wanted my journal files to use -MM-DD instead of MMDD, so I changed two variables: org-journal-file-format to %Y-%m-%d org-journal-file-pattern to

[O] how to debug Archive view in custom agenda

2014-04-11 Thread Ken Mankoff
when I try to view the Archive (v A) in my custom agenda view, I get an error: Rebuilding agenda buffer... org-refresh-properties: Wrong type argument: integer-or-marker-p, nil When I view Archive in the timeline for a single Org file (C-c a L v A) it works just fine. How do I debug the above

Re: [O] how to debug Archive view in custom agenda

2014-04-11 Thread Nick Dokos
Ken Mankoff mank...@gmail.com writes: when I try to view the Archive (v A) in my custom agenda view, I get an error: Rebuilding agenda buffer... org-refresh-properties: Wrong type argument: integer-or-marker-p, nil When I view Archive in the timeline for a single Org file (C-c a L v A)

Re: [O] how to debug Archive view in custom agenda

2014-04-11 Thread Ken Mankoff
On 2014-04-11 at 18:26, Nick Dokos wrote: Ken Mankoff mank...@gmail.com writes: when I try to view the Archive (v A) in my custom agenda view, I get an error: Rebuilding agenda buffer... org-refresh-properties: Wrong type argument: integer-or-marker-p, nil When I view Archive in the

Re: [O] how to debug Archive view in custom agenda

2014-04-11 Thread Nick Dokos
Ken Mankoff mank...@gmail.com writes: On 2014-04-11 at 18:26, Nick Dokos wrote: Ken Mankoff mank...@gmail.com writes: when I try to view the Archive (v A) in my custom agenda view, I get an error: Rebuilding agenda buffer... org-refresh-properties: Wrong type argument:

Re: [O] [RFC] Org Minor Mode?

2014-04-11 Thread Richard Lawrence
Hi Thorsten, Bastien b...@gnu.org writes: Nicolas Goaziou n.goaz...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: What do you think - is there any chance that Org-mode switches from static hardcoded regexp strings (all over the place) to dynamic regexps calculated at runtime

Re: [O] .emacs (init.el) on Dropbox: Ho to access it?

2014-04-11 Thread Jorge A. Alfaro Murillo
On 1/18/14, 1:44 PM, Renato wrote: Hi, I use org mode on two pc: - windows (from work) - Debian (at home) How can have just one .emacs/init.el file? I would store the file on a Dropbox folder that I access from both devices. I have several machines and just one .emacs file in Dropbox. I

Re: [O] how to debug Archive view in custom agenda

2014-04-11 Thread Ken Mankoff
On 2014-04-11 at 19:04, Nick Dokos wrote: Did you figure it out with the help of the backtrace? Yes. Pasted below. But when I send it, mu4e warns than NUL characters exist. I've replaced them with one of the options provided, the . character. Send it anyway: it can't hurt and it might help

Re: [O] how to debug Archive view in custom agenda

2014-04-11 Thread Ken Mankoff
Hm.. That didn't work. Trying again... On 2014-04-11 at 19:47, Ken Mankoff wrote: On 2014-04-11 at 19:04, Nick Dokos wrote: Did you figure it out with the help of the backtrace? Yes. Pasted below. But when I send it, mu4e warns than NUL characters exist. I've replaced them with one of the

Re: [O] .emacs (init.el) on Dropbox: Ho to access it?

2014-04-11 Thread J. David Boyd
Jorge A. Alfaro Murillo jorge.a.alf...@gmail.com writes: On 1/18/14, 1:44 PM, Renato wrote: Hi, I use org mode on two pc: - windows (from work) - Debian (at home) How can have just one .emacs/init.el file? I would store the file on a Dropbox folder that I access from both devices. I

Re: [O] radio links in middle of words.

2014-04-11 Thread Nicolas Goaziou
Hello, Bastien b...@gnu.org writes: Looks good, please go ahead. Thank you both, Applied. Regards, -- Nicolas Goaziou

Re: [O] [RFC] Properly handle keyword + COMMENT keyword

2014-04-11 Thread Nicolas Goaziou
Bastien b...@gnu.org writes: Speaking of consistency, I noticed this minor glitch: * NEXT COMMENT A headline [0/2] - [ ] A - [ ] B * NEXT [#A] [1/2] COMMENT Another headline - [X] A - [ ] B See that the second COMMENT is not fontified and I think it will not be processed correctly.

Re: [O] [PATCH] ob-scheme.el: Fix scheme code blocks execution error in batch mode

2014-04-11 Thread Eric Schulte
Hmmm, Not to be overly nitpicky here, but I see two issues. 1. You should use unwind-protect, to ensure that (ad-unadvise #'message) is run even if @body throws an error, and 2. This will remove any advise which the user has placed on #'message. How about something shaped like the

Re: [O] [RFC] Properly handle keyword + COMMENT keyword

2014-04-11 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: So the COMMENT keyword in the second headline is not valid. I know, but the users should not have to guess this. Maybe a note about the allowed structure here in the manual would be useful. -- Bastien

Re: [O] Shortcut to file

2014-04-11 Thread Chris Henderson
Looks like org-insert-link doesn't have any tab completion feature to list files on the system. How do I get that? I can tab complete file+sys: but then can't do ~/directory/file.txt Thanks. On Sun, Mar 16, 2014 at 3:31 PM, Eric Abrahamsen e...@ericabrahamsen.netwrote: Chris Henderson

[O] The Org Package

2014-04-11 Thread David Masterson
I still need more understanding of the Emacs packaging system. Something doesn't seem right and I'm sure I'm missing some key in understanding how its supposed to work. What I see right now seems like something doesn't match up -- particularly with the Org package: 1. Most modern Emacs have Org

Re: [O] The Org Package

2014-04-11 Thread John Hendy
On Fri, Apr 11, 2014 at 9:32 PM, David Masterson dsmaster...@gmail.com wrote: I still need more understanding of the Emacs packaging system. Something doesn't seem right and I'm sure I'm missing some key in understanding how its supposed to work. What I see right now seems like something

Re: [O] Shortcut to file

2014-04-11 Thread Eric Abrahamsen
Chris Henderson henders...@gmail.com writes: Looks like org-insert-link doesn't have any tab completion feature to list files on the system. How do I get that? I can tab complete file+sys: but then can't do ~/directory/file.txt Perhaps try playing with the value of org-link-file-path-type?

Re: [O] Shortcut to file

2014-04-11 Thread Nick Dokos
Chris Henderson henders...@gmail.com writes: Looks like org-insert-link doesn't have any tab completion feature to list files on the system. How do I get that? I can tab complete file+sys: but then can't do ~/directory/file.txt Thanks. On Sun, Mar 16, 2014 at 3:31 PM, Eric Abrahamsen

Re: [O] The Org Package

2014-04-11 Thread David Masterson
John Hendy writes: On Fri, Apr 11, 2014 at 9:32 PM, David Masterson wrote: I still need more understanding of the Emacs packaging system. Something doesn't seem right and I'm sure I'm missing some key in understanding how its supposed to work. What I see right now seems like something

[O] Org-Agenda doesn't work

2014-04-11 Thread David Masterson
I got most of Org working again, but then the following error came up in org-agenda. I removed the ELC files to try to make the error more clear. Anyone know what the problem is? Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) put-text-property(23003 nil org-effort