[O] doc patch: move footnote in external links

2014-12-11 Thread Alan Schmitt
Hello, I think the footnote in http://orgmode.org/manual/External-links.html#fn-1 is in the wrong place, it should be on the next line. Here is a patch to fix it. If you prefer I can push it directly myself. From 4f3ccb3531744fb57d2b26a7844daf54e034e38f Mon Sep 17 00:00:00 2001 From: Alan Schmit

[O] org-index question: targeting a <> link

2014-12-11 Thread Alan Schmitt
Hello, Is it possible to target some text using org-index, for instance to a <> marker (the link would be something like "file:foo.org::My Target" I think)? Right now I only see how to create id links. Thanks, Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7 signature.asc Description: PGP signature

Re: [O] File local variables

2014-12-11 Thread Vikas Rawal
>> >> I can’t confirm, in the sense that including that line in a file sets >> the buffer-local value of org-export-babel-evaluate to nil. >> >> If that variable isn’t having the effect of suppressing evaluation, >> that sounds like a bug, but it’s not clear that that is what is going >> on. Can

Re: [O] File local variables

2014-12-11 Thread Kyle Meyer
Aaron Ecay wrote: > 2014ko abenudak 11an, Vikas Rawal-ek idatzi zuen: >>> I used to disable evaluation of source code when exporting by using >>> the following as the first line: [...] >> I think this is a bug. Could somebody confirm. > > I can’t confirm, in the sense that including that line in a

Re: [O] Repository for released versions

2014-12-11 Thread Peter Hoeg
Nick Dokos gmail.com> writes: > They are weekly snapshots of the stable version (the maint branch of the > git repo) AFAIK, so they include the latest bug fixes, but they don't > include the cutting edge features that you get from the master branch of > the git repo. What do you mean by "released

Re: [O] File local variables

2014-12-11 Thread Aaron Ecay
Hi Vikas, 2014ko abenudak 11an, Vikas Rawal-ek idatzi zuen: > >> I used to disable evaluation of source code when exporting by using the >> following as the first line: >> >> ;; -*- mode: Org; org-export-babel-evaluate: nil; -*- >> >> This is not working any more. Has something changed? >> >>

Re: [O] Possible bug with Org Babel source code blocks and ESS integration

2014-12-11 Thread Aaron Ecay
2014ko abenudak 11an, Vikas Rawal-ek idatzi zuen: > > Yes, it works fine now. Glad to hear it, thanks for confirming. -- Aaron Ecay

Re: [O] [RFC] [PATCH] org-table: introduce an upper bound on the number of lines `org-table-convert-region-max-lines' will attempt.

2014-12-11 Thread Aaron Ecay
Hi Bastien, 2014ko abenudak 1an, Bastien-ek idatzi zuen: > > Hi Aaron, > > Aaron Ecay writes: > >> * lisp/org-table.el (org-table-convert-region-max-lines): New >> defcustom. >> (org-table-convert-region): Use it. > > Looks good, feel free to apply this. Thanks, done. -- Aaron Ecay

Re: [O] File local variables

2014-12-11 Thread Vikas Rawal
> I used to disable evaluation of source code when exporting by using the > following as the first line: > > ;; -*- mode: Org; org-export-babel-evaluate: nil; -*- > > This is not working any more. Has something changed? > > My org-version is: Org-mode version 8.3beta (release_8.3beta-614-gc10

Re: [O] Emulating list functionality from traditional GUI editors

2014-12-11 Thread Calvin Young
Makes sense! Just wanted to see how others felt about this :) Anyway thanks for the consideration, and for the tip about org-element-at-point -- really did make this trivial to implement. On Thu, Dec 11, 2014 at 11:48 AM, Rasmus wrote: > Hi, > > Calvin Young writes: > > >- If the cursor i

Re: [O] Possible bug with Org Babel source code blocks and ESS integration

2014-12-11 Thread Vikas Rawal
> I just pushed a change to master (398286a) which should fix this issue, > and one other I discovered along the way. These bugs may have been > dislodged by Nicolas’s recent rework of this code. (Not that I’m > complaining – the new code seems a lot pleasanter, even with a couple > transitory bu

Re: [O] Possible bug with Org Babel source code blocks and ESS integration

2014-12-11 Thread Aaron Ecay
Hi Vikas, 2014ko abenudak 11an, Vikas Rawal-ek idatzi zuen: > > I am having a strange problem with R Source Blocks. Let me explain (I > hope the explanation below makes sense). > > When I am creating a source block, I typically create the #+BEGIN_SRC > and #+END_SRC lines, and then use C-c ' to

[O] Possible bug with Org Babel source code blocks and ESS integration

2014-12-11 Thread Vikas Rawal
I am having a strange problem with R Source Blocks. Let me explain (I hope the explanation below makes sense). When I am creating a source block, I typically create the #+BEGIN_SRC and #+END_SRC lines, and then use C-c ' to enter ESS mode, fill the block there, and return to my org buffer using

Re: [O] open file link in dired?

2014-12-11 Thread Haider Rizvi
Alan Schmitt writes: > My main motivation for using this is that I have some code to > preview a file using Quicklook (I'm on OS X), and code to open a > file in an external app when in dired, so it's quite useful for > files that emacs cannot display: Alan, fyi if you don't know, openwith packa

Re: [O] Emulating list functionality from traditional GUI editors

2014-12-11 Thread Rasmus
Hi, Calvin Young writes: >- If the cursor is at the end of a list item, then "Return" should >insert a new list item (i.e., automatically perform org-meta-return) Maybe you can use org-element-at-point and advice org-return? >- If the cursor is at the beginning of an empty list it

[O] Emulating list functionality from traditional GUI editors

2014-12-11 Thread Calvin Young
Hi all, I've been using org-mode for a while now, and it's been life-changing in terms of how I keep organized. However, there's still one thing I miss from traditional note-taking apps when working with lists. Specifically, I'd like to enable the following behavior: - If the cursor is at the

Re: [O] Emulating list functionality from traditional GUI editors

2014-12-11 Thread Jorge A. Alfaro-Murillo
Calvin Young writes: ;; Starting with this setup: - one - two + a[CURSOR_HERE] ;; Hitting should produce: - one - two + a + [CURSOR_HERE] ;; Hitting again would then produce: - one - two + a - [CURSOR_HERE] ;; And hitting one last time would produce: - one - two + a [CURSOR_HER

Re: [O] Radio Targets in Tables

2014-12-11 Thread Nicolas Goaziou
Hello, R.T. writes: > I have the following two tables in a .org file: > > TABLE A > | PM | Notebook | > |-+| > | TAD | [[./13939-SEC.org][13939-SEC]] | > | KB | [[./13488-PAG.org][13488-PAG]] | > > TABLE B > | Employee| I

Re: [O] unlinking links

2014-12-11 Thread Nicolas Goaziou
Adam Spiers writes: >> FWIW, I don't think it is useful enough for inclusion in core. > > Why not? Because we cannot possibly stuff everything related to Org in core. The function saves a few keystrokes, but considering how often I expect it to be used, the benefit from using it seems rather ne

Re: [O] "org-plus-contrib" yes, "org" no!

2014-12-11 Thread Achim Gratz
Sharon Kimble writes: > My emacs version is in the sig, and my org-version is "Org-mode > version 8.2.10 (8.2.10-23-g1ec416-elpaplus @ > /home/boudiccas/.emacs.d/elpa/org-plus-contrib-20141208/)" so we're > in agreement, but still it happens. I've checked everywhere in my > "init.org" and I don't h

Re: [O] Emulating list functionality from traditional GUI editors

2014-12-11 Thread Calvin Young
Jorge, thanks for the quick response! > * If the cursor is at the end of a list item, then "Return" should >> insert a new list item (i.e., automatically perform org-meta-return) >> > > M- does this. You do not want to do that because you when > you want to finish the list finishes it. > I

Re: [O] org-read-date with pop-up-frames set to t

2014-12-11 Thread Alan Schmitt
Hello, Here is a patch that honors the setting for `calendar-setup' when it's 'calendar-only: is now correctly creates a new frame for the calendar, and removes is and restores the focus when the date is selected. As a side effect, is also fixes the bug I reported in this thread. I have signed th

Re: [O] Emulating list functionality from traditional GUI editors

2014-12-11 Thread Jorge A. Alfaro-Murillo
Jorge A. Alfaro-Murillo writes: Calvin Young writes: * It'd be nice of these rules could be applied to checkboxes as well M-S- inserts a check box. I forgot to mention that the S- behavior also works with check boxes. -- Jorge.

Re: [O] Emulating list functionality from traditional GUI editors

2014-12-11 Thread Jorge A. Alfaro-Murillo
Calvin Young writes: * If the cursor is at the end of a list item, then "Return" should insert a new list item (i.e., automatically perform org-meta-return) M- does this. You do not want to do that because you when you want to finish the list finishes it. * If the cursor is at the b

Re: [O] /emsp in clock tables

2014-12-11 Thread Joost Helberg
Dave, the customizable org-pretty-entities screws up the alignment in the table. I don't know where the problem lies, but it's fixed by hitting C-c C-c in the table for re-aligning stuff. I don't know why you see the '\emsp' code, as it's supposed to be translated into a blank on screen. unset

[O] Emulating list functionality from traditional GUI editors

2014-12-11 Thread Calvin Young
Hi all, I've been using org-mode for a while now, and it's been life-changing in terms of how I keep organized. However, there's still one thing I miss from traditional note-taking apps when working with lists. Specifically, I'd like to enable the following behavior: - If the cursor is at the

[O] /emsp in clock tables

2014-12-11 Thread J. David Boyd
I don't remember reading about this here, so hopefully I haven't just missed it. I've found some reference to it on the web, but no resolution. Sometime in the last few releases, clock tables have changed the display. I now see | *Total time* | *2:17* |

[O] (org-protocol-check-filename-for-protocol) should not (server-edit)

2014-12-11 Thread Vladimir Alexiev
I want org-protocol-store-link to paste the link in my current buffer and location, no questions asked. I've defined a function like this: (defun va/org-protocol-store-link (info) "Process an org-protocol://store-link:// style url. Store a browser URL as an org link, automatically in the curren

[O] Radio Targets in Tables

2014-12-11 Thread R . T .
Hi, I have the following two tables in a .org file: TABLE A | PM | Notebook | |-+| | TAD | [[./13939-SEC.org][13939-SEC]] | | KB | [[./13488-PAG.org][13488-PAG]] | TABLE B | Employee| Initials | |-+--

[O] How to delete org-stored-links - feature request?

2014-12-11 Thread Marcin Borkowski
Hi, I use org-capture with org-protocol to capture links to web pages I want to save. However, over time this results in a huge org-stored-links variable. I didn't find any function to clear it. I started a fresh Emacs instance (something I only do once a week or even less...) just to check tha

Re: [O] Repository for released versions

2014-12-11 Thread Nick Dokos
Peter Hoeg writes: > the release in orgmode.org/elpa seem to be nightly dumps. Any chance to have > a separate repository for the released version? > They are weekly snapshots of the stable version (the maint branch of the git repo) AFAIK, so they include the latest bug fixes, but they don't i

Re: [O] demoting a heading inserts spaces in column-0 text

2014-12-11 Thread Daniel Clemente
> >Proposal: if text starts in column 0, don't move the text; move > >only the headers. > > Then, in this case, :CLOCK: drawer will not move either. Unless > "headers" is defined as "stuff not too far from the headline". But it is > too vague to be usable. > There no such thing as a your "

[O] Repository for released versions

2014-12-11 Thread Peter Hoeg
Hi, the release in orgmode.org/elpa seem to be nightly dumps. Any chance to have a separate repository for the released version? /Peter

Re: [O] Several org-entities to be fixed.

2014-12-11 Thread Rasmus
Hi Konstantin, Thanks for the patch. Konstantin Kliakhandler writes: > On all the computers I've used so far, including: Windows[8, 8.1] , > OSX[Mavericks,Yosemite], debian[wheezy], ubuntu[14.04.1], I've seen the > same problem: the org-entities symbols for phi and varphi were inverted, > and t