Re: [O] bug(?) ox-html always add a timestamp in comment which can't be customized away

2013-06-08 Thread Nick Dokos
Haojun Bao baohao...@gmail.com writes: Just checked, it is the same tag (release_8.0.3), there is no change like in your code. Could you please run git blame on those lines? You need to upgrade to latest. Git blame says: , | $ git blame -L 1509,1511 lisp/ox-html.el | d574bf52 (Kodi

Re: [O] :session question -- and changes to #+Property: syntax

2013-06-08 Thread Achim Gratz
Eric Schulte writes: As I recall I was fully in favor of applying these changes, however I am not qualified to address the changes to property behaviors. Hopefully someone who works more on that side of things can address those aspects. Oh wait, now I understand what you're getting at, let me

Re: [O] Wrong comment character when adding file local variables?

2013-06-08 Thread Nick Dokos
Rainer M Krug r.m.k...@gmail.com writes: On Friday, June 7, 2013, Vitalie Spinu wrote: All your examples are placed in fundamental mode. The comments are treated by org and thus are correct, local variables are inserted according to the major mode. The question is why - all .R

[O] Go to heading using LISP

2013-06-08 Thread Alexander Wingård
Hi! I want to create special key-bindings that use the org-refile goto interface to jump to specific headings. My initial attempt was: (org-refile 4 gtd.org Projects/Work/Bugs) But it seems specifying RFLOC is not that simple. Someone have any idea how to achieve this or another way to jump to

Re: [O] bug(?) ox-html always add a timestamp in comment which can't be customized away

2013-06-08 Thread Haojun Bao
Thanks, sorry for not checking the latest version. On Sat, Jun 8, 2013 at 2:04 PM, Nick Dokos ndo...@gmail.com wrote: Haojun Bao baohao...@gmail.com writes: Just checked, it is the same tag (release_8.0.3), there is no change like in your code. Could you please run git blame on those

Re: [O] Avoid escaping braces in LaTeX export?

2013-06-08 Thread Eric S Fraga
Richard Lawrence richard.lawre...@berkeley.edu writes: [...] Still, this won't work directly for cases where I have loaded a LaTeX package that provides a command which uses curly braces. (I could redefine such commands, as above, but that could get real ugly, real fast...). It seems like

[O] different font sizes for headings

2013-06-08 Thread Andrey Tykhonov
Hi all! I have installed emacs two days ago and org-mode yesterday. I'm new in it. And currently configuring everything in it. And I just recently found such screenshot: https://raw.github.com/juba/color-theme-tangotango/0a501959707b7637c72aba779651ea94cec96963/screenshots/tangotango_org.png

Re: [O] Avoid escaping braces in LaTeX export?

2013-06-08 Thread Richard Lawrence
Eric S Fraga e.fr...@ucl.ac.uk writes: Richard Lawrence richard.lawre...@berkeley.edu writes: Org is not latex, for better or for worse. However, it does allow you to mix the two in various ways. The inline approach is limited to {text} that is on the same line. You could try using

[O] add joint work with

2013-06-08 Thread Andrej Depperschmidt
Hello emacs-orgmode list! I am trying to prepare a talk using ox-beamer and am missing a function that I am used to. In beamer latex one can for example write \author[speaker]{speaker \\ joint work with second author and third author} Then I get my name and that of my coauthors on the

Re: [O] link abbreviation with multiple params, e. g. for geo locations

2013-06-08 Thread Eric Schulte
If yes then I understand only now that the functionality of the new variable is of course the same for the changes in both commits and therefore the name has to be the same for the changes in both commits. But for me it would have helped to have some other name, containing neither

Re: [O] link abbreviation with multiple params, e. g. for geo locations

2013-06-08 Thread Eric Schulte
2) Export is not supported (C-c C-c works as expected). I can't reproduce this bug. From your attached org-entry-get-point-example.org I get with some lines omitted \section{example of a geo location, realistic to try out} \item \texttt{geo\_var is 4.56,7.89} \texttt{geo\_var is

Re: [O] :session question -- and changes to #+Property: syntax

2013-06-08 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Eric Schulte writes: As I recall I was fully in favor of applying these changes, however I am not qualified to address the changes to property behaviors. Hopefully someone who works more on that side of things can address those aspects. Oh wait, now I

Re: [O] Automatically adding local variables to tangled file

2013-06-08 Thread Eric Schulte
We already set the permission of tangled files to be executable when they include a shebang line. Perhaps we could add an option (or change the default) to set the permissions of tangled files to be read only. Perhaps this could be done using the post-tangle hook with something like the

Re: [O] link abbreviation with multiple params, e. g. for geo locations

2013-06-08 Thread Vitalie Spinu
Eric Schulte schulte.e...@gmail.com on Sat, 08 Jun 2013 12:05:32 -0600 wrote: [...] May be then: org-babel-current-src-block-location? How about the shorter `org-babel-current-src-block'? It is somewhat more ambiguous, but the only reasonable options would be location or

Re: [O] link abbreviation with multiple params, e. g. for geo locations

2013-06-08 Thread Eric Schulte
Vitalie Spinu spinu...@gmail.com writes: Eric Schulte schulte.e...@gmail.com on Sat, 08 Jun 2013 12:05:32 -0600 wrote: [...] May be then: org-babel-current-src-block-location? How about the shorter `org-babel-current-src-block'? It is somewhat more ambiguous, but the

[O] 'listings' package used but not required in LaTeX export

2013-06-08 Thread Thorsten Jolitz
Hi List, at the risk that this is caused by some personnal configuration I'm not aware of at the moment, I report it nevertheless: When I export an .org buffer with source code blocks (e.g. R) to LaTeX, functions from the 'listings' package are used in the LaTeX sources, like e.g.

Re: [O] :session question -- and changes to #+Property: syntax

2013-06-08 Thread Achim Gratz
Eric Schulte writes: Great. Would you be willing to go ahead and apply these changes (including documentation)? If it upsets anyone we'll sort things out on the mailing list. All right, then. I've pushed the first part as it is a preparation for the actual change. I can push that second

Re: [O] Automatically adding local variables to tangled file

2013-06-08 Thread Achim Gratz
Eric Schulte writes: I've added a :tangle-mode header argument which may be used to control the permissions of tangled files. See the manual for instructions on it's usage. The change in org-babel-read now requires that :shebang values are quoted. I've changed the test file accordingly as

Re: [O] Automatically adding local variables to tangled file

2013-06-08 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Eric Schulte writes: I've added a :tangle-mode header argument which may be used to control the permissions of tangled files. See the manual for instructions on it's usage. The change in org-babel-read now requires that :shebang values are quoted.

Re: [O] 'listings' package used but not required in LaTeX export

2013-06-08 Thread Rasmus
Thorsten Jolitz tjol...@gmail.com writes: but there is no ,-- | \usepackage{listings} `-- This is a feature to my understanding. Several packagess can format, and I for instance prefer pygments if I need code formatting. You could add listings to

Re: [O] 'listings' package used but not required in LaTeX export

2013-06-08 Thread Thorsten Jolitz
Rasmus ras...@gmx.us writes: Thorsten Jolitz tjol...@gmail.com writes: but there is no ,-- | \usepackage{listings} `-- This is a feature to my understanding. mmhh ... I would rather say that the defaults can be as simple as possible (or desired),

Re: [O] Go to heading using LISP

2013-06-08 Thread Eric Abrahamsen
Alexander Wingård alexander.wing...@gmail.com writes: Hi! I want to create special key-bindings that use the org-refile goto interface to jump to specific headings. My initial attempt was: (org-refile 4 gtd.org Projects/Work/Bugs) But it seems specifying RFLOC is not that simple.

[O] org-mouse broken

2013-06-08 Thread Samuel Wales
In recent git master, when org-mouse is loaded, the mouse is not active in the stars of headlines. After reverting the Org buffer, the mouse is active. This is an insufficient bug report, but I cannot do better at this time. I hope that somebody can think of recent activity in the git repo that