[O] small folding issue

2014-04-10 Thread Robert Klein
Hi, I see a small folding issue (release_8.2.5h-104-g3589f6, but probably way before; didn't test): If I have a tree at the end of an org file: #+begin_src org * my header abcdefg #+end_src /without/ a newline after the last line, the header folds into * my header...g I found that in a new

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

2014-04-10 Thread KDr2
Hi, Eric I'm sorry for that I used `flet' in the patch, It's a easy way to let function `current-message' work in batch mode, so I used it even I saw that emacs says `flet' is obsolete, I'm sorry for that. And I made a new patch(attachment) using `defadvice' for `message' to capture the message i

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-10 Thread Tang Ling
Jeffrey DeLeo gmail.com> writes: > > > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? See > > http://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org-mo

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

2014-04-10 Thread Eric Schulte
We can no longer use `flet' in the Org-mode code base, please re-work this patch w/o flet. Also, I don't see your name in the list of contributors, and (I believe) this patch is too large to apply w/o FSF assignment. See the following page on how to contribute to Org-mode. http://orgmode.org/w

Re: [O] Prepare release 8.2.6

2014-04-10 Thread Eric Schulte
"R. Michael Weylandt" writes: > On Sat, Apr 5, 2014 at 3:27 PM, Nicolas Goaziou wrote: >> Hello, >> >> Would you mind adding a commit message, TINYCHANGE at its end, and send >> it again with "git format-patch"? > > Hi Nicolas, > > Thanks for taking the time to review my patches (2 attached): >

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

2014-04-10 Thread Eric Schulte
Hi Pascal, This patch looks great, thanks for making the additions. Once last request, would you mind formatting it with "git format-patch"? With that done I'll be happy to apply this to the repo. Also, I think the google-wide copyright stuff is sorted out. Best, Pascal Fleury writes: > Hi

Re: [O] [BABEL] BUG Re: Omitting try/catch blocks from tangled R code?

2014-04-10 Thread Eric Schulte
> > I applied the patch and it is working. > Great, I've just pushed it up. Best, -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

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

2014-04-10 Thread York Zhao
Hi, I found a bug that `org-open-at-point' doesn't work if the link is a heading property. This used to work and was broken recently. I have written a test for this. The test is suppose to fail in current org-mode version. Please find attached my patch for the test. Hopefully I I didn't place the

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

2014-04-10 Thread Waldemar Quevedo
Hello Org mode users and developers, 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. The feedback from Brandon Keepers (@bkeepers) at Github was ve

Re: [O] [ANN] Firefox extension for org-protocol and org-capture

2014-04-10 Thread Olivier Schwander
Le 10 Apr 2014 22:20, AW a écrit: > > It just does the same thing as the Javascript bookmarklet but without > > the need to register the scheme org-protocol:// in Firefox/Gnome/KDE/XDG > > (or whatever we are supposed to do this week to manage handler for > > protocols). I hope this solution to be

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

2014-04-10 Thread Nicolas Goaziou
Hello, Daniel Clemente writes: > I propose: radio links should be delimited by characters that don't match > [:alpha:] in emacs' regular expression syntax. > Letters (like: aá書ĉ) match, and delimiters (like: -'"/) don't. > > Test it with: > : (string-match-p "[[:alpha:]]" "á") > : (string

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

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

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

2014-04-10 Thread Nicolas Goaziou
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 > > - adds some consistency to functions implementing their

Re: [O] [ANN] Firefox extension for org-protocol and org-capture

2014-04-10 Thread AW
Am Donnerstag, 10. April 2014, 11:02:52 schrieb Oleh: > > Following all the nice comments you made after my first announce, I just > > uploaded an updated version of the org-capture extension. > > > > You can find it on the main webpage > > http://chadok.info/firefox-org-capture/ or on the Mozilla

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

2014-04-10 Thread Nicolas Goaziou
Hello, 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 syntax should stabilize, not drift away.

[O] [RFC] Org Minor Mode?

2014-04-10 Thread Thorsten Jolitz
Hi List, I cite from a recent thread on Emacs Help: #+begin_quote Right, I'm very much convinced that the power of Org-mode could be unleashed in a true org-minor-mode that works in the comment-sections of programming major-modes. [...] The major "flaw" of Org-mode that inhibits its use as mi

Re: [O] LaTeX export: Handle hash symbol in footnote url links

2014-04-10 Thread Michael Bach
On 2/26/14 3:11 PM, Nicolas Goaziou wrote: > Hello, > > Michael Bach writes: > >> Thanks for your answer. `\url` can handle hash symbols in its argument >> without escaping alright - as can be expected. AFAICS, the problem lies >> in the `\footnote` command. And yes, I was thinking of `ox-latex`

Re: [O] open in browser after html export?

2014-04-10 Thread J. David Boyd
Matt Price writes: > As I understand the manual, when I export to HTMl with C-c C-e h o, > the .html file thus created should open up in my default browser, > right? Instead, it get is being opened in a new window inside Emacs, > and does not appear in a browser. i imagine I have some variable

[O] open in browser after html export?

2014-04-10 Thread Matt Price
As I understand the manual, when I export to HTMl with C-c C-e h o, the .html file thus created should open up in my default browser, right? Instead, it get is being opened in a new window inside Emacs, and does not appear in a browser. i imagine I have some variable set to a bad value somewhere

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

2014-04-10 Thread Daniel Clemente
> > > Can't we break at non-letters? Not at non-„word-constituents“, but at > > non-letters. If emacs doesn't provide that concept, better build it. > > I don't know. Could you define precisely that concept? > I propose: radio links should be delimited by characters that don't match [:alpha:

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

2014-04-10 Thread KDr2
org-plus-contrib-20140407 And the file lisp/ob-scheme.el is the same as it in the master branch: And the error message before patched: Loading /home/kdr2/.emacs.d/init.el (source)... Loading /home/kdr2/.emacs.d/src/elisp/common.el (source)... Loading pde-load... Loading pde-loaddefs... ../.emacs

Re: [O] Maintainer change on May 1st

2014-04-10 Thread Igor Sosa Mayor
Am Tue, Apr 08, 2014 at 09:29:46AM -0400, Jonathan Leech-Pepin schrieb: > > Another thank you to both of you for your hard work. And absolutely no > objections to the change. +1

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

2014-04-10 Thread Oleh
> Version of geiser I installed: geiser-20140326.951, If it has been changed, > it must be changed in the past 2 weeks ... > That's exactly the version that I have. Which org-mode are you using?

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

2014-04-10 Thread KDr2
Version of geiser I installed: geiser-20140326.951, If it has been changed, it must be changed in the past 2 weeks ... On Thu, Apr 10, 2014 at 6:54 PM, Oleh wrote: > Of course it works, that's the first thing I tried. > The issue probably is that the implementation of geiser functions that >

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

2014-04-10 Thread Oleh
Of course it works, that's the first thing I tried. The issue probably is that the implementation of geiser functions that ob-scheme uses has been changed. Oleh On Thu, Apr 10, 2014 at 11:02 AM, KDr2 wrote: > Does your "M-x run-geiser" work? It will lead you to a scheme REPL like > this: > > GNU

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

2014-04-10 Thread Oleh
Hi Nicolas, > >> I've made an update to ob-clojure.el, which wasn't working for me with >> the new cider (the required function was removed). > > 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 comm

Re: [O] Patch to fix `org-test-with-temp-text'

2014-04-10 Thread Nicolas Goaziou
Hello, York Zhao writes: > I've just found a bug in `org-test-with-temp-text' and have fixed it. Please > find attached my patch for the fix. Here's the description from git commit > message: Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Override global export-option prop:t

2014-04-10 Thread Nicolas Goaziou
Hello, Thorsten Jolitz writes: > I see ... but is there any possibility to export a buffer with global > option prop:t but inhibit the property-drawer export for one specific > subtree (would be subtree A in the example above)? > > Similar to :noexport: tags for headlines? Not out of the box. Y

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

2014-04-10 Thread Nicolas Goaziou
Hello, Oleh writes: > I've made an update to ob-clojure.el, which wasn't working for me with > the new cider (the required function was removed). As long as we have to support Emacs 23, I think you shouldn't replace "case" with "cl-case". Regards, -- Nicolas Goaziou

Re: [O] [ANN] Firefox extension for org-protocol and org-capture

2014-04-10 Thread Oleh
> Following all the nice comments you made after my first announce, I just > uploaded an updated version of the org-capture extension. > > You can find it on the main webpage > http://chadok.info/firefox-org-capture/ or on the Mozilla addons > repository https://addons.mozilla.org/fr/firefox/addon/

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

2014-04-10 Thread KDr2
Does your "M-x run-geiser" work? It will lead you to a scheme REPL like this: GNU Guile 2.0.9-deb+1-1 Copyright (C) 1995-2013 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This program is free software, and you are welcome to redistribute it u

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

2014-04-10 Thread Oleh
> 0. I use Debian(sid) and Emacs 24 > 1. install guile (using apt): http://www.gnu.org/software/guile/ > 2. install geiser(http://www.nongnu.org/geiser/) with elpa > and setting for geiser: > > (setq geiser-active-implementations '(guile)) > (setq geiser-default-implementation 'guile) >

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

2014-04-10 Thread KDr2
Hi, Oleh Thanks for you reply. Here is my config steps: 0. I use Debian(sid) and Emacs 24 1. install guile (using apt): http://www.gnu.org/software/guile/ 2. install geiser(http://www.nongnu.org/geiser/) with elpa and setting for geiser: (setq geiser-active-implementations '(guile)) (

[O] update to ob-clojure.el

2014-04-10 Thread Oleh
Hi all, I've made an update to ob-clojure.el, which wasn't working for me with the new cider (the required function was removed). I haven't looked into 'nrepl or 'slime options for evaluation, is anyone using them? Eric, should 'nrepl option be removed as obsolete? And maybe 'slime as well? reg

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

2014-04-10 Thread Oleh
Hi, I tried to have a look at your patch, but ob-scheme has stopped working for me. Can you send me the minimal init.el to make your scheme-test.org work in interactive mode? regards, Oleh On Tue, Apr 8, 2014 at 3:56 PM, KDr2 wrote: > Hi, folks > > Has anyone reviewed this patch? Or is there a

Re: [O] Fwd: Is `org-preview-latex-fragment` sensitive to alignment specified by document class options?

2014-04-10 Thread Eric S Fraga
Hi, I am not sure if this is related but if you look at the description of org-latex-packages-alist below, you'll see a comment about the third argument, SNIPPET-FLAG. This may be what you need although it won't help with document class options. ,[ C-h v org-latex-packages-alist RET ] | org-