Re: [O] Remove the build-in orgmode

2014-06-11 Thread Shiyuan
Thanks for the reply and the tips. Just add another small tip to this thread: `-Q`/`-q` skips ELPA load path. So we need to manually add the ELPA load path to the debugorg.el. It looks like that by default the ELPA org-mode load path is ~/.emacs.d/org/$DATE On Fri, Jun 6, 2014 at 10:57 PM,

[O] patch: Oracle engine for SQL blocks

2014-06-11 Thread John Dell'Aquila
Hi, This patch makes Oracle a supported database for SQL source code blocks: - separate or unified logins, take your pick of: :dbuser user :dbpassword password :dbhost connect_id :dbuser user/password@connect_id :cmdline user/password@connect_id - support for :colnames on/off

[O] ditaa problem with latest org mode

2014-06-11 Thread Adrian Burd
I am wondering if anyone else running Mavericks (OSX 10.9.2) on a Mac is also having problems with ditaa? I'm running Emacs 24.3 and org-mode 8.2.6 Whenever I try to process some ditaa source code (either via an org file or even from the command line) using the version if ditaa that comes with

Re: [O] [RFC] org-noweb: org-tangle + org-weave for literate programming using Org

2014-06-11 Thread Nicolas Girard
2014-06-10 19:54 GMT+02:00 Grant Rettke g...@wisdomandwonder.com: On Tue, Jun 10, 2014 at 9:46 AM, Nicolas Girard girard.nico...@gmail.com wrote: - About =org-babel-use-quick-and-dirty-noweb-expansion=: should it be set to 't' by default ? I'd be tempted to say yes, given the dramatic

Re: [O] Repeat work / week days

2014-06-11 Thread SabreWolfy
Nick Dokos ndokos at gmail.com writes: `C-c C-x c' (`org-clone-subtree-with-time-shift') Thanks. This looks like the best solution.

Re: [O] still seeing semi-regular lockups

2014-06-11 Thread Daimrod
Daimrod daim...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Daimrod daim...@gmail.com writes: I've attached part of the traces (the whole traces are way too big) and the backtraces. Thanks for looking into this. However, you are running a compiled Org, which

Re: [O] Orgmode on Android.

2014-06-11 Thread Johann Spies
Hallo John, On 10 June 2014 23:27, John Hendy jw.he...@gmail.com wrote: More information would be helpful. There is a setup procedure from the Emacs/Org side, and also from the Mobile-Org side. What, for example, did you do for the steps described here? -

Re: [O] babel python example not reproducible

2014-06-11 Thread Doyley, Marvin
Works for me, see example below #+BEGIN_SRC python :results output :session foo x=100 print hello 2 print bye #+END_SRC #+RESULTS: : : hello : 2 : bye #+BEGIN_SRC python :results output :session foo print hello good bye print Printing value from previous session, x #+END_SRC #+RESULTS: : :

[O] Include TODO for once-off events?

2014-06-11 Thread SabreWolfy
I use the following to include once-off events in my Agenda: --8---cut here---start-8--- * Once-Off Task 2014-06-11 Wed 09:00 --8---cut here---end---8--- What is the difference (benefit) to rather doing this:

Re: [O] Include TODO for once-off events?

2014-06-11 Thread Eric Abrahamsen
SabreWolfy sabrewo...@gmail.com writes: I use the following to include once-off events in my Agenda: * Once-Off Task 2014-06-11 Wed 09:00 What is the difference (benefit) to rather doing this: * TODO Once-Off Task 2014-06-11 Wed 09:00 The second method gives me a red TODO in the

Re: [O] ditaa problem with latest org mode

2014-06-11 Thread Grant Rettke
I'm on: Emacs version: GNU Emacs 24.3.1 (x86_64-apple-darwin13.1.0, NS apple-appkit-1265.19) of 2014-04-24 on orion Org version: 8.2.6 java version 1.8.0_05 Java(TM) SE Runtime Environment (build 1.8.0_05-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode) ditaa0_9.jar And

Re: [O] [RFC] org-noweb: org-tangle + org-weave for literate programming using Org

2014-06-11 Thread Grant Rettke
Understood. The quick and dirty approach removes the ability for headings to inherit the noweb properties of, and override, the properties of its parent header. That feature enables the true literate programming to remove it would be a great loss. Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM,

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

2014-06-11 Thread Bastien
Nicolas Richard theonewiththeevill...@yahoo.fr writes: David Griffiths dogriffi...@gmail.com writes: Debugger entered--Lisp error: (error `recenter'ing a window that does not display current-buffer.) recenter((4)) org-overview() So that's a duplicate of #17724. It is fixed in org-mode

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

2014-06-11 Thread Nicolas Richard
Bastien b...@altern.org writes: PS: The change about throwing an error when recentering a window that does not display the current buffer breaks ~37 tests in Org master branch, even with this fix. I need to digg this further. For me, fixing also org-fix-ellipsis-at-bol made all tests run as

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

2014-06-11 Thread Bastien
Nicolas Richard theonewiththeevill...@yahoo.fr writes: Bastien b...@altern.org writes: PS: The change about throwing an error when recentering a window that does not display the current buffer breaks ~37 tests in Org master branch, even with this fix. I need to digg this further. For me,

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

2014-06-11 Thread Eli Zaretskii
From: Bastien b...@altern.org Date: Wed, 11 Jun 2014 17:50:02 +0200 Cc: 17...@debbugs.gnu.org, David Griffiths dogriffi...@gmail.com PS: The change about throwing an error when recentering a window that does not display the current buffer breaks ~37 tests in Org master branch, even with

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

2014-06-11 Thread Stefan Monnier
Say thanks to Stefan for flagging all those bugs ;-) Now that I think about it, I should make `car' signal an error every 100th call, as well. Would flag many bugs (with some false positives, of course, but what's a few false positives among friends?)! Stefan

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

2014-06-11 Thread Eli Zaretskii
From: Stefan Monnier monn...@iro.umontreal.ca Cc: Bastien b...@altern.org, theonewiththeevill...@yahoo.fr, 17...@debbugs.gnu.org, dogriffi...@gmail.com Date: Wed, 11 Jun 2014 14:15:08 -0400 Say thanks to Stefan for flagging all those bugs ;-) Now that I think about it, I should make

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

2014-06-11 Thread Nicolas Richard
Bastien b...@altern.org writes: Nicolas Richard theonewiththeevill...@yahoo.fr writes: Bastien b...@altern.org writes: PS: The change about throwing an error when recentering a window that does not display the current buffer breaks ~37 tests in Org master branch, even with this fix. I need

[O] org-mode and/versus make/makefiles

2014-06-11 Thread Greg Minshall
hi, all. if this is out of scope, or likely to be too much of a rat hole, please let me know (and otherwise ignore). occasionally, i work on something complicated enough that i feel the need of using make to manage dependencies, allow for cleaning up working directories (via make clean

Re: [O] org-mode and/versus make/makefiles

2014-06-11 Thread Grant Rettke
On Wed, Jun 11, 2014 at 2:24 PM, Greg Minshall minsh...@acm.org wrote: i'm wondering if anyone else, having wrestled with these issues, Yes. has any recipes for some approximation of happiness. or, some totally different approach i'm too set in my ways to see. For me it has been the same

Re: [O] bug in exporter (org-babel-exp-process-buffer)

2014-06-11 Thread Nicolas Goaziou
Charles C. Berry ccbe...@ucsd.edu writes: When run with master, after the prompt for evaluating the src block, an error is thrown. *Messages* shows , | Evaluate this emacs-lisp code block on your system? (y or n) y | executing Emacs-Lisp code block... | Code block evaluation complete.

Re: [O] still seeing semi-regular lockups

2014-06-11 Thread Nicolas Goaziou
Hello, Daimrod daim...@gmail.com writes: Okay, so I've found a more or less reliable way to reproduce this bug (on my machine at least). 1. $ emacs -Q -l debug.el test.org 2. Expand headline (S-TAB) 3. go below the first headline (C-n) 4. press `i' a couple of seconds ~10 chars 5. delete

Re: [O] Tangling with variables in R

2014-06-11 Thread Andreas Leha
Hi Rainer, Rainer M Krug rai...@krugs.de writes: Hi I just realized (again) that tangling with variables in R contains many particularities. 1) it only works with non-tables, i.e. single values. When defining the following variables: #+NAME: YEARS | | year |

Re: [O] still seeing semi-regular lockups

2014-06-11 Thread Daimrod
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Daimrod daim...@gmail.com writes: Okay, so I've found a more or less reliable way to reproduce this bug (on my machine at least). 1. $ emacs -Q -l debug.el test.org 2. Expand headline (S-TAB) 3. go below the first headline (C-n) 4.

[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-11 Thread Daimrod
Bastien b...@altern.org writes: Nicolas Richard theonewiththeevill...@yahoo.fr writes: David Griffiths dogriffi...@gmail.com writes: Debugger entered--Lisp error: (error `recenter'ing a window that does not display current-buffer.) recenter((4)) org-overview() So that's a duplicate of

[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-11 Thread Stefan Monnier
+(defun org-recenter (optional arg) + Like `recenter' but ensure that the `current-buffer' is +properly set. + (with-current-buffer (window-buffer) +(recenter arg))) This doesn't make much sense: in many case (window-buffer) can be a buffer completely unrelated to Org.

[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-11 Thread Daimrod
Stefan Monnier monn...@iro.umontreal.ca writes: +(defun org-recenter (optional arg) + Like `recenter' but ensure that the `current-buffer' is +properly set. + (with-current-buffer (window-buffer) +(recenter arg))) This doesn't make much sense: in many case (window-buffer) can be a

[O] How to escape an asterisk on org-mode

2014-06-11 Thread James Ryland Miller
Hi Org Mode: I'm trying to escape an asterisk character, i.e. * to use in regular text. I.e., The person wanted to say *BSD. And I don't want to use a verbatim or code block because monospace is not what I need. I've tried \* to escape the character and it doesn't work. I'm on Org 8.2.5h.

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

2014-06-11 Thread Eric Abrahamsen
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. E From

Re: [O] How to escape an asterisk on org-mode

2014-06-11 Thread Nick Dokos
James Ryland Miller james.ryland.mil...@gmail.com writes: Hi Org Mode: I'm trying to escape an asterisk character, i.e. * to use in regular text. I.e., The person wanted to say *BSD. And I don't want to use a verbatim or code block because monospace is not what I need. I've tried \* to