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
Rainer M Krug 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 files are au
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
Thanks, sorry for not checking the latest version.
On Sat, Jun 8, 2013 at 2:04 PM, Nick Dokos wrote:
> Haojun Bao 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 upgr
Richard Lawrence 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 this a general problem th
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
And
Andrey Tykhonov writes:
> 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/0a501959707b7637c72aba779651ea94cec969
Eric S Fraga writes:
> Richard Lawrence 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 visual-line-mode
> and have all paragraphs be sing
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 titlepage
> > 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
> >
>>> 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\_va
Achim Gratz 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 understan
>>
>> 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
>
>> Eric Schulte
>> 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
> name, and not
Vitalie Spinu writes:
> >> Eric Schulte
> >> 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 op
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.
,--
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
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
Achim Gratz 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.
Oh, I shou
Thorsten Jolitz 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 your packages
Rasmus writes:
> Thorsten Jolitz 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), but should resul
Alexander Wingård 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.
>
> Someone have any i
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
Let's say I have an org file without any heading. When I want to open it
in emacs I have to try twice. First time nothing happens and emacs tells
me ``before first heading''. It only will be opened at the second try.
Okay, org files do need a heading and that is the way emacs urges me to
insert one
Hello everyone,
I want to work in an org buffer with both left-to-right and right-to-left
text (arabic). Although the character directionality and composition works
fine, when writing paragraphs with visual-line-mode on the lines get
inverted, i.e., the line
ZYX CBA
appears as
ZYX
CBA
instead
25 matches
Mail list logo