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
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
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
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,
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-
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
Andrea Crotti writes:
> Is the patch already pushed to master then?
It is now.
Thanks for the heads up!
--
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
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
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
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
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
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
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
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
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
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
17 matches
Mail list logo