Re: [O] org-babel autosave

2012-02-13 Thread Leo Alekseyev
Yes, but the question is -- what is the desired behavior? If you just want to autosave the temporary org-src buffer, see my question on stack overflow: http://stackoverflow.com/q/8849661/133234 In short, you'd just need to (add-hook 'org-src-mode-hook '(lambda () (auto-save-mode t))) and speci

[O] org-babel autosave

2012-02-13 Thread Colin Maxwell
Hello, I've noticed that autosaving does not operate when you are editing an org-babel buffer via C-c '. Is there a way to turn it on? cheers, Colin

Re: [O] Invalid function: org-called-interactively-p

2012-02-13 Thread Peter Salazar
That worked, thank you so much! On Mon, Feb 13, 2012 at 3:55 AM, Thorsten wrote: > Peter Salazar writes: > > > I seem to have broken my org-mode. > > I remember having a similar problem, and it turned out that the old > version interfered with the new one, resulting in a corrupted org > instal

Re: [O] Way to replace normal tabular env with booktabs?

2012-02-13 Thread John Hendy
On Thu, Feb 9, 2012 at 4:04 PM, Thomas S. Dye wrote: > John Hendy writes: > >> On Thu, Feb 9, 2012 at 2:29 PM, Nick Dokos wrote: >>> John Hendy wrote: >>> On Thu, Feb 9, 2012 at 1:57 PM, Thomas S. Dye wrote: > Hi John, > > I had the same experience.  When I restarted Emacs,

Re: [O] [PATCH] org-goto before headline

2012-02-13 Thread Bastien
Hi Toby, Toby Cubitt writes: > If so, I've also come across this problem. I think it's a bug in > org-goto, which should pass NO-EXCLUDE to org-refile-get-location (but > doesn't). The attached patch fixes this for me (or you can pull the > "org-goto" branch from http://www.dr-qubit.org/git/org-

Re: [O] [PATCH] org-goto before headline

2012-02-13 Thread Bastien
Toby Cubitt writes: > The fact that I already have copyright papers for emacs on file with the > FSF might help speed things up a bit if it's accepted. Ah, okay then. I added you to http://orgmode.org/worg/org-contribute.html Thanks again! -- Bastien

Re: [O] [PATCH] org-goto before headline

2012-02-13 Thread Bastien
Andrea Crotti writes: > Is the patch already pushed to master then? It is now. Thanks for the heads up! -- Bastien

Re: [O] Defcustoms new in Emacs 24.1 missing :version tags

2012-02-13 Thread Bastien
Hi Glenn, Glenn Morris writes: > The following defcustoms seem to be new in Emacs 24.1 (compared to > 23.4) but do not have :version tags, so maybe you want to add them. > Some of these could be false alarms; eg if a variable was just > renamed, or if the containing defgroup has a :version tag

Re: [O] using org-edit-special to edit javascript embeded in HTML

2012-02-13 Thread Le Wang
Hmmm. I feel someone must have done this for HTML or some templating language. So no sample code for me to start investigating? On Sun, Feb 5, 2012 at 5:09 PM, Le Wang wrote: > Hi, > > I would like to use "C-c '" to edit the current

[O] [PATCH] Allow more control over inserted whitespace in capture templates

2012-02-13 Thread Toby Cubitt
When capturing an item as a subheading, the capture template :empty-lines property is not sufficient to ensure the correct document layout is maintained after capturing. This patch fixes the capture behaviour to insert new subheadings immediately after the previous heading (rather than immediately

Re: [O] [patch] Prevent inlinetasks right after a headline from breaking cycling-behaviour

2012-02-13 Thread Nicolas Goaziou
Hello, > The patch below corrects the function org-cycle-internal-local by > simply seting the variable outline-regexp to the value of > org-outline-regexp for the call to show-children. org-outline-regexp > is already prepared to not match inline-tasks, so using its value here > avoids the probl

Re: [O] R export graphics

2012-02-13 Thread Riccardo Romoli
Hi Thomas, thanks for your fast replay. I had thought of this solution too but, since I have many folders that I need to move between, I need to have a "pivot" to start with. Best Riccardo 2012/2/13 Thomas S. Dye > Riccardo Romoli writes: > > > Hi, I have some trouble exporting figures from an

Re: [O] bug / regression: C-x C-s is broken in org-edit-special

2012-02-13 Thread Leo Alekseyev
In case anyone is curious, C-x C-s functionality in org-edit-special can be easily restored via (define-key org-src-mode-map "\C-x\C-s" 'org-edit-src-save) On Thu, Feb 9, 2012 at 4:49 PM, Leo Alekseyev wrote: > Previously, C-x C-s in an org-edit-special buffer (invoked via C-') > would save t

Re: [O] [PATCH] org-goto before headline

2012-02-13 Thread Toby Cubitt
On Mon, Feb 13, 2012 at 12:08:48AM +, Andrea Crotti wrote: > On 02/10/2012 02:42 PM, Toby Cubitt wrote: > > On Fri, Feb 10, 2012 at 02:19:27PM +, Andrea Crotti wrote: > >> What is exactly the reason for org-goto to need to be at least in the > >> first headline to work? > >> > >> I always g

Re: [O] Invalid function: org-called-interactively-p

2012-02-13 Thread Thorsten
Peter Salazar writes: > I seem to have broken my org-mode. I remember having a similar problem, and it turned out that the old version interfered with the new one, resulting in a corrupted org installation. I had to get the old version completely out of the way (delete the org folder in the ori

[O] Invalid function: org-called-interactively-p

2012-02-13 Thread Peter Salazar
Hey everyone, I seem to have broken my org-mode. I'm running Aquamacs which comes with org-mode 6.33 or thereabouts. I downloaded 7.8.03, did a setq load-path (cons to the directory, then used the package manager to install org from within Aquamacs. I can verify that org now states its version as

Re: [O] automatically mark DONE when all sub checkboxes are checked

2012-02-13 Thread Peter Salazar
Nick, thank you so much. That worked like a charm! On Sat, Feb 11, 2012 at 1:17 PM, Nick Dokos wrote: > Peter Salazar wrote: > > > Hello everyone! Org-mode is amazing. I've totally fallen in love with > it. Glad to be joining the > > community. > > > > I'm trying to get org-mode to automatical