Re: [O] Shortcut to file

2014-04-11 Thread Chris Henderson
C-u C-c C-l solves all problems. Now I can link any file (PDF etc.) from anywhere within org and with tab completion. Thanks. On Sat, Apr 12, 2014 at 1:58 PM, Nick Dokos wrote: > Chris Henderson writes: > > > Looks like org-insert-link doesn't have any tab completion feature to > list files on

Re: [O] The Org Package

2014-04-11 Thread Jacek Generowicz
David Masterson writes: > [ELPA's] minus is that it moves the package setup *somewhat* out of > .emacs and into the after-init area. This point is recognized and addressed by el-get: https://github.com/dimitri/el-get

[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

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 >> someth

Re: [O] Shortcut to file

2014-04-11 Thread Nick Dokos
Chris Henderson 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 > wrote: > >

Re: [O] Shortcut to file

2014-04-11 Thread Eric Abrahamsen
Chris Henderson 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? > > Thanks. > > >

Re: [O] The Org Package

2014-04-11 Thread John Hendy
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 doesn't match up -- pa

[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 p

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 wrote: > Chris Henderson writes: > > > Is there any w

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

2014-04-11 Thread Bastien
Hi Nicolas, Nicolas Goaziou 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] [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 following.

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

2014-04-11 Thread Nicolas Goaziou
Bastien 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] radio links in middle of words.

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

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

2014-04-11 Thread J. David Boyd
"Jorge A. Alfaro Murillo" 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] 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

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 hel

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 D

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

2014-04-11 Thread Richard Lawrence
Hi Thorsten, Bastien writes: > Nicolas Goaziou writes: > >> Thorsten Jolitz 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 or r

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

2014-04-11 Thread Nick Dokos
Ken Mankoff writes: > On 2014-04-11 at 18:26, Nick Dokos wrote: >> Ken Mankoff 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 >>> >>>

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 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 timel

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

2014-04-11 Thread Nick Dokos
Ken Mankoff 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) > it works ju

[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

[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 "[0-9]\\{4\\}-[0-9]\\{2

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

2014-04-11 Thread Lars Tveito
Bastien writes: > Hi Lars, > > Lars Tveito 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, Great, t

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

2014-04-11 Thread Nicolas Goaziou
Hello, Bastien writes: > Eric S Fraga 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 wa

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

2014-04-11 Thread Bastien
Hi Michael, Pontus Michael 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 possible. I'll wai

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

2014-04-11 Thread Bastien
Hi York, York Zhao 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 in current org-mod

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

2014-04-11 Thread Bastien
Hi Thorsten, Nicolas Goaziou writes: > Thorsten Jolitz 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 or rx.el)? > > I hope not. The

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

2014-04-11 Thread Bastien
Hi Sébastien, Sebastien Vauban 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 `org-export-before-processing-hook'. I didn't test this though.

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

2014-04-11 Thread Bastien
Hi Oleh, Oleh 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 say): use

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

2014-04-11 Thread Bastien
Hi Samnuel, Samuel Wales 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 enough to decrypt-

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] `org-attach-file-list' doesn't allow dotfiles

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

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

2014-04-11 Thread Bastien
Buddy Butterfly 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 completely. Ca

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

2014-04-11 Thread Bastien
Hi Mirko, Mirko 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]+\\)" date-string) (let*

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

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

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

2014-04-11 Thread Bastien
Hi Eric and Pascal, Eric Schulte 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 know if it's not the

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

2014-04-11 Thread Bastien
Hi Lars, Lars Tveito 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] [RFC] Properly handle keyword + COMMENT keyword

2014-04-11 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > Nicolas Goaziou 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 another one >> >> - add

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

2014-04-11 Thread Bastien
Hi Eric and Karl, Eric S Fraga 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 Monday (31

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

2014-04-11 Thread Bastien
Hi, zhenjiang zech xu 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 list. Thanks, --

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

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

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 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] [ANN] Syntax highlighting now available in Github in *.org files!

2014-04-11 Thread Bastien
Hi Waldemar, Waldemar Quevedo 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 Brandon Keepers (@bkeep

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

2014-04-11 Thread Bastien
Hi Esben, Esben Stien 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? Better ask o-blog

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 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] [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 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] 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 >> 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

[O] Fwd: Maintainer change on May 1st

2014-04-11 Thread Stefan Vollmar
+1 Begin forwarded message: > From: Igor Sosa Mayor > 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 schrieb: >>> Another tha

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

2014-04-11 Thread Nicolas Goaziou
Hello, York Zhao 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 Goaziou