Re: [O] Any existing function to copy the src block to clipboard

2016-03-02 Thread Josiah Schwab
Hello Giri, > Is there a easy way to copy the entire contents of the current src block > cursor is located to clipboard ? There is org-babel-mark-block, which is bound to C-c C-v C-M-h. This will select the current src block and then you can copy as usual. Hope that helps, Josiah

[O] Any existing function to copy the src block to clipboard

2016-03-02 Thread Giri Prashanth
Hi, Is there a easy way to copy the entire contents of the current src block cursor is located to clipboard ? Thank you for your responses in advance. -GP

Re: [O] Bug: incorrect export for LaTeX [8.2.10 (release_8.2.10 @ c:/emacs25-91/share/emacs/25.0.91/lisp/org/)]

2016-03-02 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > 9661031 <9661...@gmail.com> writes: > >> When you use a headline which is more than 7th level,the exported LaTeX file >> raises an error in typesetting. Here is an example (org file): >> >> === >> * one >> ** two >> *** three >>

Re: [O] How to prevent loading of org-agenda-files?

2016-03-02 Thread Eric S Fraga
On Wednesday, 2 Mar 2016 at 14:22, John Kitchin wrote: > I guess the OP opens a new emacs instance, which might be loading agenda > files each time on initialization? Indeed, but why load the agenda on initialisation then if that's not what is wanted always...? > If that is the case,

Re: [O] How to prevent loading of org-agenda-files?

2016-03-02 Thread John Kitchin
I guess the OP opens a new emacs instance, which might be loading agenda files each time on initialization? If that is the case, emacsclient is probably the solution. or Open files in a new frame. John --- Professor John Kitchin Doherty Hall A207F Department of

Re: [O] Add caching to org-buffer-property-keys

2016-03-02 Thread Thierry Banel
Nice function! Maybe a rewrite of (org-read-property-name) calling (org-entry-properties) could speed up things. (org-entry-properties) returns an assoc list of the local header properties. Le 02/03/2016 12:29, Karl Voit a écrit : > Hi! > > In short: can we get a cached org-buffer-property-keys

[O] How to prevent loading of org-agenda-files?

2016-03-02 Thread Louis Turk
Hi everyone, I use emacs all day long for many purposes, including programming. I open emacs with org-mode on one desktop, and leave it running continually. I do not want emacs to load the org-agenda files every time I open a source-code file, but rather only when I open a file with the .org

Re: [O] How to omit "_" in org?

2016-03-02 Thread Nick Dokos
童俊翔 writes: > I want to write CN01_003_pla, in which the “_” doesn’t represent subscript. > How to do this? > > Thank you! #+OPTIONS: ^:nil or #+OPTIONS: ^:{} The second gives you the ability to have super/subscripts by enclosing them in braces, so a_b gives an

Re: [O] ox-beamer.el tableofcontents, a suggestion

2016-03-02 Thread Joseph Vidal-Rosset
Dear Eric, Many thanks for this more elegant solution that I had just tested, and it works! I add that #+OPTIONS: toc:nil is necessary to avoid a repetition of table of contents. Thanks again ! Jo. 2016-03-02 14:42 GMT+01:00 Eric S Fraga : > On Wednesday, 2 Mar 2016

[O] How to omit "_" in org?

2016-03-02 Thread 童俊翔
I want to write CN01_003_pla, in which the “_” doesn’t represent subscript. How to do this? Thank you!

Re: [O] org-collector - propview display problems

2016-03-02 Thread dche
This function interested me in order to produce subset of data in tabular with search criteria included in properties field. I hoped to use this kind of approach as a kind of database and possibly use one of property field to include an information about a link to a file or the use of

Re: [O] ox-beamer.el tableofcontents, a suggestion

2016-03-02 Thread Eric S Fraga
On Wednesday, 2 Mar 2016 at 14:29, Joseph Vidal-Rosset wrote: > Of course it would be better to add this function as new option and to > avoid this change of code. I do not know how to do. I find it reasonably straightforward to simply add the following line to my beamer org files:

[O] ox-beamer.el tableofcontents, a suggestion

2016-03-02 Thread Joseph Vidal-Rosset
Hello, With beamer presentation it is often useful to put this latex code just after \maketitle: % outline \AtBeginSection[] { \begin{frame} \frametitle{} \small \tableofcontents[currentsection,hideothersubsections] \normalsize \end{frame} } the interest is reminding the outline to

[O] Add caching to org-buffer-property-keys

2016-03-02 Thread Karl Voit
Hi! In short: can we get a cached org-buffer-property-keys please? My background story: I love using following function which gives me a neat functionality: I mark a string, press the keybinding shortcut, and gets asked which property should be replaced/filled with the marked region text.

Re: [O] non-standard link errors

2016-03-02 Thread Simon Thum
Hi, after some testing I see my assumption that without export function no links are generated was wrong. All fine, and thanks for your tirelessness in explaining it so even I get it ;) Cheers, Simon On 03/02/2016 10:28 AM, Nicolas Goaziou wrote: Hello, Simon Thum

[O] Agenda headline in export(er)

2016-03-02 Thread Simon Thum
Hi all, this is probably a basic question. I have many small dates specified like ** <2016-03-14 16:00> Do Stuff In the Agenda View, I see "Do Stuff" well-aligned and nice. However I also sync over icalendar to my phone, where the title shows up as <2016-03-14 16:00> Do Stuff which fills

Re: [O] non-standard link errors

2016-03-02 Thread Nicolas Goaziou
Hello, Simon Thum writes: > this reminds me of my issue with tel: links. I also would have > preferred to have them exported "pass-through", but AFAICT this > requires me to come up with a trival function for every possible > backend: those I know, those I don't, and those

Re: [O] non-standard link errors

2016-03-02 Thread Simon Thum
Hi, this reminds me of my issue with tel: links. I also would have preferred to have them exported "pass-through", but AFAICT this requires me to come up with a trival function for every possible backend: those I know, those I don't, and those that may not exist yet. I cannot switch to the