Re: [O] [PATCH] Add DEVONthink Pro to Org Mac Link

2014-06-13 Thread Bastien
Hi Mike, Mike McLean writes: > This patch adds support for DEVONthink Pro Office > > to Org Mac Links. This likely works for all versions of DEVONthink, but > that is not tested. thanks -- the patch got mangled, c

[O] bug#17746: bug#17746: 24.4.50; "byte-code: `recenter'ing a window that does not display current-buffer." when composing a message

2014-06-13 Thread Bastien
Daimrod writes: > In `org-fix-ellipsis-at-bol', the change wasn't > : (save-excursion (set-window-start (selected-window) (window-start))) > > but > : (save-excursion (set-window-start (selected-window) (point-min))) > > which is not a noop. > > But it does the wrong thing with isearch. Yes, it

[O] [PATCH] Add DEVONthink Pro to Org Mac Link

2014-06-13 Thread Mike McLean
This patch adds support for DEVONthink Pro Office to Org Mac Links. This likely works for all versions of DEVONthink, but that is not tested. Mike >From 50c1ded7cb403cecfe09d4ca0be704ba65e05253 Mon Sep 17 00:00:0

[O] bug#17746: bug#17746: 24.4.50; "byte-code: `recenter'ing a window that does not display current-buffer." when composing a message

2014-06-13 Thread Daimrod
Bastien writes: > Nicolas Richard writes: > >> Perhaps this isn't the right place to ask, but I wonder how >> (save-excursion (set-window-start (selected-window) (window-start))) >> isn't a noop. > > Perhaps it is a noop -- The purpose of `org-fix-ellipsis-at-bol' > is to remove the ellipsis ove

Re: [O] babel C, C++, D enhancement

2014-06-13 Thread Thierry Banel
Thanks Achim for finding and fixing this bug. I do agree about fuzziness between int and float. My Emacs considers 2305843009213693951 as an integer, 2305843009213693952 too large to be an integer. My C++ compiler sees 4294967295 as an integer, 4294967296 as too large to fit an int. So Ba

[O] #+BEAMER not defined?

2014-06-13 Thread Sebastien Vauban
Hello, Running this ECM: --8<---cut here---start->8--- #+OPTIONS: H:1 ** ECM #+Beamer_BEGIN: \bold{BeamerFoo} #+Beamer_END: #+Beamer: \bold{BeamerBar} #+LaTeX_BEGIN: \bold{LaTeXBaz} #+LaTeX_END: #+LaTeX: \bold{LaTeXFooBar} --8<---cut here--

[O] [babel][PATCHES] exporting inline source code

2014-06-13 Thread Nicolas Berthier
Hi, Please find attached two patches for review, related to the handling of inline source code. The first one enables babel to export pieces of inline source code as inline instead of as standard code blocks as it currently does. This is done by adding a new template (`org-babel-exp-inline-code-

Re: [O] [bug] [new exporter] [markdown] spoiled URL containing '=' if using http/s org-links

2014-06-13 Thread Martin Carlé
Dear Bastien, yes, I just checked it against the master branch, and how great, the URL of org-links stays intact now!!! So, that's solved. Yet, there is another minor issue, as any underscore char '_' that is contained in the link description (not the URL part) of an org-link is swallow up and wi

[O] bug#17746: bug#17746: 24.4.50; "byte-code: `recenter'ing a window that does not display current-buffer." when composing a message

2014-06-13 Thread Bastien
Nicolas Richard writes: > Perhaps this isn't the right place to ask, but I wonder how > (save-excursion (set-window-start (selected-window) (window-start))) > isn't a noop. Perhaps it is a noop -- The purpose of `org-fix-ellipsis-at-bol' is to remove the ellipsis overlay that outline-mode may le

Re: [O] Org 8.2.7

2014-06-13 Thread Bastien
Eric Schulte writes: >> This comes with some important changes under the wood, > > Much classier than making changes under the hood. :) -- Bastien

Re: [O] proposal to have ignoreheading tags/properties

2014-06-13 Thread Thorsten Jolitz
Rasmus writes: > Thorsten Jolitz writes: > >> Ken Mankoff writes: >> >>> Another common (for me) example is to have a heading called "* Appendix" >>> in a paper, and then the LaTeX "\appendix" command. The Org heading is >>> just for me. It should not be exported. All headings below the \append

Re: [O] babel C, C++, D enhancement

2014-06-13 Thread Eric Abrahamsen
Bastien writes: > Hi Eric and Thierry, > > Eric Schulte writes: > >> This new patch looks great, and the test suite passes locally. I've >> just applied it. > > Thanks for applying this -- let me just be boring again and insist on > properly rewrite the Changelog when applying patches... in thi

Re: [O] proposal to have ignoreheading tags/properties

2014-06-13 Thread Rasmus
Thorsten Jolitz writes: > Ken Mankoff writes: > >> Another common (for me) example is to have a heading called "* Appendix" >> in a paper, and then the LaTeX "\appendix" command. The Org heading is >> just for me. It should not be exported. All headings below the \appendix >> command are Org sub

Re: [O] Alternative to arrow keys (more ergonomic)?

2014-06-13 Thread Jorge A. Alfaro-Murillo
Martin Beck writes: >> Sorry, if it may be obvious, but how do I remap CapsLock to H >> (Hyper)? >> > > p.s. I tried ;; remap CapsLock Key to Hyper Key ;;source: > http://ergoemacs.org/emacs/emacs_hyper_super_keys.html , > http://emacs-fu.blogspot.de/2008/12/remapping-caps-lock.html (setq > w32-

Re: [O] proposal to have ignoreheading tags/properties

2014-06-13 Thread Rasmus
Eric Schulte writes: >> >> I also ran across this need. What I had in mind was that certain todo > >> types would be treated as inline. >> For instance, if "P" was a member of this hypothetical >> org-inline-todo-keywords, then >> >> * P a paragraph >> some contents >> >> would be rendered as >

Re: [O] World Cup 2014 Schedule for Org-mode

2014-06-13 Thread Thorsten Jolitz
Brian van den Broek writes: > On Jun 13, 2014 8:44 AM, "Thorsten Jolitz" wrote: > >> Even this is not accurate, because without that penalty the game > might >> have taken a completely different direction. Maybe change it to >> >> Brazil+Referee vs Croatia: 3-1 > > Well, if we are going to start

Re: [O] World Cup 2014 Schedule for Org-mode

2014-06-13 Thread Brian van den Broek
On Jun 13, 2014 8:44 AM, "Thorsten Jolitz" wrote: > Even this is not accurate, because without that penalty the game might > have taken a completely different direction. Maybe change it to > > Brazil+Referee vs Croatia: 3-1 Well, if we are going to start counting that way, Brazil+Referee vs Croa

[O] Bug: org table updates [8.2.7 (8.2.7-elpaplus @ /Users/ctanis/.emacs.d/elpa/org-plus-contrib-20140613/)]

2014-06-13 Thread Craig Tanis
@ /Users/ctanis/.emacs.d/elpa/org-plus-contrib-20140613/) current state: == (setq org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe org-babel-hide-result-toggle-maybe org-babel-header-arg-expand) org-goto-interface 'outline-

[O] bug#17746: bug#17746: 24.4.50; "byte-code: `recenter'ing a window that does not display current-buffer." when composing a message

2014-06-13 Thread Nicolas Richard
Bastien writes: > I've now fixed this in the maint and master branch of Org's > repository. Thanks for looking into it. Perhaps this isn't the right place to ask, but I wonder how (save-excursion (set-window-start (selected-window) (window-start))) isn't a noop. -- Nico.

Re: [O] World Cup 2014 Schedule for Org-mode

2014-06-13 Thread Thorsten Jolitz
"briangpowell ." writes: > Brazil - Croatia: 3-1 > > "Feel free to correct mistakes and add match results!" > > Well, "Fred" did some play-acting and a dive in the box--this is more > accurate: Brazil - Croatia: 2-1 > > ;-) Even this is not accurate, because without that penalty the game might h

Re: [O] Org 8.2.7

2014-06-13 Thread Eric Schulte
Bastien writes: > Hi all, > > I released Org 8.2.7, a bugfix release. > > This comes with some important changes under the wood, Much classier than making changes under the hood. Thanks for the your constant support! Eric > > though, so careful tests and bug reports are welcome! > > Thanks,

Re: [O] World Cup 2014 Schedule for Org-mode

2014-06-13 Thread briangpowell .
Brazil - Croatia: 3-1 "Feel free to correct mistakes and add match results!" Well, "Fred" did some play-acting and a dive in the box--this is more accurate: Brazil - Croatia: 2-1 ;-) Thanks Rüdiger! On Fri, Jun 13, 2014 at 7:48 AM, Rüdiger Sonderfeld wrote: > Hello, > > I've created an org

Re: [O] Scroll agenda to a certain line after refresh or creation?

2014-06-13 Thread Martin Beck
Bastien gnu.org> writes: > You can bind a key to this command: > > (lambda () > (interactive) > (goto-char >(text-property-any (point-min) (point-max) > 'face 'org-agenda-current-time))) > > > How can I apply a special face to this line to make it better visible > >

Re: [O] babel C, C++, D enhancement

2014-06-13 Thread Eric Schulte
Achim Gratz writes: > Eric Schulte writes: >> This new patch looks great, and the test suite passes locally. I've >> just applied it. > > You also get a warning from the byte-compiler on something that is > clearly a bug. I think the fix should be: > > --8<---cut here---

Re: [O] conforming commit messages Was: babel C, C++, D enhancement

2014-06-13 Thread Eric Schulte
Bastien writes: > Hi Eric and Thierry, > > Eric Schulte writes: > >> This new patch looks great, and the test suite passes locally. I've >> just applied it. > > Thanks for applying this -- let me just be boring again and insist on > properly rewrite the Changelog when applying patches... in thi

Re: [O] proposal to have ignoreheading tags/properties

2014-06-13 Thread Eric Schulte
Ken Mankoff writes: > Hi Eric, On 2014-06-12 at 20:46, Eric Schulte wrote: >> Can you suggest a more intuitive/appropriate tag name? I'm not >> personally partial to "inline", it was just the first thing that >> occurred to me. Previous implementations of similar behavior used >> the tag "pre

Re: [O] patch: Oracle engine for SQL blocks

2014-06-13 Thread Eric Schulte
"John Dell'Aquila" writes: > Thanks, Eric. I've started the FSF assignment process. > > I have a question about the header row delimiter in the results table. I > didn't set the header-delim variable in the code, becasue the user can > change the Oracle underline character, possibly multiple time

[O] Org 8.2.7

2014-06-13 Thread Bastien
Hi all, I released Org 8.2.7, a bugfix release. This comes with some important changes under the wood, though, so careful tests and bug reports are welcome! Thanks, -- Bastien

[O] World Cup 2014 Schedule for Org-mode

2014-06-13 Thread Rüdiger Sonderfeld
Hello, I've created an org-mode schedule for the 2014 football world cup https://github.com/ruediger/org-world-cup2014 Feel free to correct mistakes and add match results! Regards, Rüdiger

Re: [O] Scroll agenda to a certain line after refresh or creation?

2014-06-13 Thread Bastien
Hi Martin, Martin Beck writes: > I'd like to just execute it like a shell command with M-x, but I did not > find a way to do that. M-: (...) RET > How can I define that this command is executed each time I build or refresh > a certain (not all) block agenda? You can add it in `org-agenda-fina

Re: [O] babel C, C++, D enhancement

2014-06-13 Thread Bastien
Hi Eric and Thierry, Eric Schulte writes: > This new patch looks great, and the test suite passes locally. I've > just applied it. Thanks for applying this -- let me just be boring again and insist on properly rewrite the Changelog when applying patches... in this case, there are a lot of tiny

Re: [O] how to use :options-alist in org-export-define-derived-backend ?

2014-06-13 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > Anyway, this bug is due to a cheesy workaround in order to get original > file name or buffer name if no title is provided. It should work in > maint now, but I suggest to get rid of that behaviour in master, as > suggested in a recent thread. sorry I lost

Re: [O] org-plus-contrib should provide org

2014-06-13 Thread Bastien
Vladimir Alexiev writes: > The org-plus-contrib package on http://orgmode.org/elpa/ should provide org- > 8.0 Why do you think it does not? -- Bastien

Re: [O] [bug] [new exporter] [markdown] spoiled URL containing '=' if using http/s org-links

2014-06-13 Thread Bastien
Hi Martin, can you try Org latest version from git and says if this still happen? Thanks, -- Bastien

Re: [O] inline images outside org

2014-06-13 Thread Bastien
Hi Christoph, Christoph Held GMX writes: > How do I check the syntax of the underlying link of which I currently > only see the pretty face? C-h v fancy-startup-text RET ... but you really don't want to read this, all those links in the startup screen are simply hardcoded. -- Bastien

Re: [O] Scroll agenda to a certain line after refresh or creation?

2014-06-13 Thread Bastien
Hi Martin, "Martin Beck" writes: > Can I let the agenda scroll automatically to the line with the > current time, which looks like that (naturally, the time is not a > constant) after building or rebuilding it? You can bind a key to this command: (lambda () (interactive) (goto-char (tex

Re: [O] export org-table to wiki code

2014-06-13 Thread Bastien
Hi, Shiyuan writes: >     Is there a way to export a org-table to wiki code? I didn't test it but it looks like it will do what you want: https://github.com/craftkiller/orgmode-mediawiki -- Bastien

Re: [O] [BUG] org-log-note-how defined twice in org.el

2014-06-13 Thread Bastien
Hi Thorsten, Thorsten Jolitz writes: > I assume this shouldn't be the case (in org.el): > > , > | 13097:(defvar org-log-note-how) > | 13496:(defvar org-log-note-how nil) > ` Fixed, thanks, -- Bastien

Re: [O] Bug: Literal Example does not work [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2014-06-13 Thread Bastien
Hi Hisao, KURODA Hisao writes: > It would be much great if org-mode has upper-compatible notation like: > #+ORG_VERSION 7 > Then I could use > #+STYLE > as well? If you want to use #+STYLE you should use Org-mode from git and checkout an older version ~$ cd org-mode/ ~$ git checkout re

Re: [O] [Patch] Create org-gnus links to real groups, not virtual groups

2014-06-13 Thread Bastien
Hi Eric, Eric Abrahamsen writes: > If you create a link to a gnus message while in a nnvirtual group, the > link will become un-followable as soon as you exit the virtual group. > This patch checks to see if we're in a virtual group, and if so it > creates the link to the original group instead.

[O] Lots of sticky search agendas clutter buffer list

2014-06-13 Thread Martin Beck
I like the sticky agenda feature very much, so I've activated sticky agendas in general. That's useful, as I have several filtered and sorted views of my projects and tasks which I do use quite often during the day and want to have open permanently.   However, when I do a search by tag, keyword,

Re: [O] can't make Agenda timestamp sorting work...

2014-06-13 Thread Eric Abrahamsen
Samuel Wales writes: > a parser expert can correct me, but headline and after properties > should both be fine. several of us rely on timestamps in headlines. > > there is a [broken] variable to remove timestamps from headlines, but > i don't think it's relevant. > > have you tried timestamp-up?

Re: [O] can't make Agenda timestamp sorting work...

2014-06-13 Thread Eric Abrahamsen
Samuel Wales writes: > a parser expert can correct me, but headline and after properties > should both be fine. several of us rely on timestamps in headlines. > > there is a [broken] variable to remove timestamps from headlines, but > i don't think it's relevant. > > have you tried timestamp-up?

Re: [O] can't make Agenda timestamp sorting work...

2014-06-13 Thread Samuel Wales
a parser expert can correct me, but headline and after properties should both be fine. several of us rely on timestamps in headlines. there is a [broken] variable to remove timestamps from headlines, but i don't think it's relevant. have you tried timestamp-up? -- The Kafka Pandemic: http://th

Re: [O] Alternative to arrow keys (more ergonomic)?

2014-06-13 Thread Martin Beck
Martin Beck web.de> writes: > Sorry, if it may be obvious, but how do I remap CapsLock to H (Hyper)? > > Kind regards > > Martin > > p.s. I tried ;; remap CapsLock Key to Hyper Key ;;source: http://ergoemacs.org/emacs/emacs_hyper_super_keys.html , http://emacs-fu.blogspot.de/2008/12/remapp

[O] can't make Agenda timestamp sorting work...

2014-06-13 Thread Eric Abrahamsen
Okay, I've read a fair bit in the archives here, and I can't see what I'm doing wrong. I've globally set `org-agenda-sorting-strategy' to '(ts-up). I want to sort TODO entries in the agenda by timestamp. I can't figure out where to put the timestamp to make it work. It looks like `org-cmp-ts' trie

Re: [O] Alternative to arrow keys (more ergonomic)?

2014-06-13 Thread Martin Beck
Jorge A. Alfaro-Murillo gmail.com> writes: > I have the (totally useless) CapsLock key of my keyboard remapped to > Hyper, which allows me to use an extra modifier for emacs commands. > Hi Jorge, thanks a lot for your suggestion - for me, that CapsLock key is useless too, so it's a good idea to