Re: [O] a minor patch to awk invocation

2014-06-13 Thread Achim Gratz
The problem was that a) I'm using tcsh. b) Some part of the system-wide csh.cshrc related to Emacs' shell-mode was also run for non-interactive shell invocation while only appropriate for interactive use (that's where the errors from tset and stty came from). c) Your second patch

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

2014-06-13 Thread Achim Gratz
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---start-8--- diff --git

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

2014-06-13 Thread Martin Beck
Jorge A. Alfaro-Murillo jorge.a.alfaro at 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

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

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

2014-06-13 Thread Martin Beck
Martin Beck elwood151 at 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 ,

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:

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

2014-06-13 Thread Eric Abrahamsen
Samuel Wales samolog...@gmail.com 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

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

2014-06-13 Thread Eric Abrahamsen
Samuel Wales samolog...@gmail.com 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

[O] Lots of sticky search agendas clutter buffer list

2014-06-13 Thread Martin Beck
I like the sticky agenda feature very much, so Ive activated sticky agendas in general. Thats 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] [Patch] Create org-gnus links to real groups, not virtual groups

2014-06-13 Thread Bastien
Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net 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

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 kur...@msi.co.jp 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

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

2014-06-13 Thread Bastien
Hi Thorsten, Thorsten Jolitz tjol...@gmail.com 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] export org-table to wiki code

2014-06-13 Thread Bastien
Hi, Shiyuan gshy2...@gmail.com 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] Scroll agenda to a certain line after refresh or creation?

2014-06-13 Thread Bastien
Hi Martin, Martin Beck elwood...@web.de 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)

Re: [O] inline images outside org

2014-06-13 Thread Bastien
Hi Christoph, Christoph Held GMX christoph...@gmx.net 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.

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] org-plus-contrib should provide org

2014-06-13 Thread Bastien
Vladimir Alexiev vladimir.alex...@ontotext.com 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] how to use :options-alist in org-export-define-derived-backend ?

2014-06-13 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com 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

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

2014-06-13 Thread Bastien
Hi Eric and Thierry, Eric Schulte schulte.e...@gmail.com 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,

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

2014-06-13 Thread Bastien
Hi Martin, Martin Beck elwood...@web.de 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

[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

[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

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

2014-06-13 Thread Eric Schulte
John Dell'Aquila del...@ml1.net 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

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

2014-06-13 Thread Eric Schulte
Bastien b...@gnu.org writes: Hi Eric and Thierry, Eric Schulte schulte.e...@gmail.com 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

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

2014-06-13 Thread Eric Schulte
Ken Mankoff mank...@gmail.com 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

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

2014-06-13 Thread Eric Schulte
Achim Gratz strom...@nexgo.de 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

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

2014-06-13 Thread Martin Beck
Bastien bzg at 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 (but

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 ruedi...@c-plusplus.de wrote: Hello,

Re: [O] Org 8.2.7

2014-06-13 Thread Eric Schulte
Bastien b...@gnu.org 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!

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

2014-06-13 Thread Thorsten Jolitz
briangpowell . briangpowel...@gmail.com 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

[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 b...@gnu.org 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.

[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
-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-path-completion org-speed-command-hook '(org-speed

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 tjol...@gmail.com 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,

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

2014-06-13 Thread Thorsten Jolitz
Brian van den Broek brian.van.den.br...@gmail.com writes: On Jun 13, 2014 8:44 AM, Thorsten Jolitz tjol...@gmail.com 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

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

2014-06-13 Thread Rasmus
Eric Schulte schulte.e...@gmail.com 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] Alternative to arrow keys (more ergonomic)?

2014-06-13 Thread Jorge A. Alfaro-Murillo
Martin Beck elwood...@web.de 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

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

2014-06-13 Thread Rasmus
Thorsten Jolitz tjol...@gmail.com writes: Ken Mankoff mank...@gmail.com 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

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

2014-06-13 Thread Eric Abrahamsen
Bastien b...@gnu.org writes: Hi Eric and Thierry, Eric Schulte schulte.e...@gmail.com 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

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

2014-06-13 Thread Thorsten Jolitz
Rasmus ras...@gmx.us writes: Thorsten Jolitz tjol...@gmail.com writes: Ken Mankoff mank...@gmail.com 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.

Re: [O] Org 8.2.7

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

[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 theonewiththeevill...@yahoo.fr 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

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

[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

[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

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

[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 b...@gnu.org writes: Nicolas Richard theonewiththeevill...@yahoo.fr 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

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

2014-06-13 Thread Mike McLean
This patch adds support for DEVONthink Pro Office http://www.devontechnologies.com/products/devonthink/devonthink-pro-office.html 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:00