OK, here's a patch which adds the ability to highlight the selected text.
It makes new highlight notes only if `org-mac-Skim-highlight-selection-p' is
set to t.
- Dan
0004-Add-the-ability-to-highlight-the-selected-text-in-Sk.patch
Description: Binary data
On May 14, 2013, at 8:33 AM, Carste
2013/5/13 Eric Schulte
> A while back Org-mode switched its method of exporting latex equations
> to HTML. Equations used to be exported as png images, however they are
> now exported as markup which may then be processed on the fly by
> client-side javascript. Most mail readers do not allow ja
On Monday 13 May 2013, 15:32:45, Eric Schulte wrote:
> I'm still getting an error with the following.
>
> $ emacs -batch -l lisp/ob-C.el
> Symbol's value as variable is void: org-babel-tangle-lang-exts
Depending on which Emacs version you use and whether, where and how Org 8 is
installed
On 13.5.2013, at 22:35, Daniil Frumin wrote:
> So I've been researching this problem and it seems that there is no sane way
> to re-select a text.
OK, thanks for looking into it.
>
> The problem is that `(do-applescript ..)' only interacts with AppleScript
> well if the return type of the
Hi Nicolas,
On Mon, May 13, 2013 at 6:54 AM, Nicolas Goaziou wrote:
>
> You can still number these parts manually with, e.g.,
>
> #+latex: \section*{Introduction}
>
> before the first section in your Org document.
>
While this is possible, wouldn't this break the structure of the
org-document,
Aloha George,
Perhaps what we want is illustrated by figure [[fig:WhatWeWant]]
#+caption[What we want in TOC]: What we want under the figure.
#+name: fig:WhatWeWant
George Jones writes:
> What we want is illustrated by figure \ref{WhatWeWant}
>
> #+CAPTION: What we want
> #+LABEL: fig:WhatWeWa
Both LaTeX and HTML citations and bibliography generation in the new
ox-bibtex.el
seem to be working.
Test .org file attached
Ran it with a larger document I'm working on, and the references seemed to
work.
Having some issues now with figures and references, but I'm probably just
using old-style
To set the (new) record straight:
> On Tue, 7 May 2013 00:44 Ramon Diaz-Uriarte gmail.com> writes:
(...)
[Talking about Okular]
> Note, though, that incorporating annotations in the PDF itself, which
> means you use the "Save As", is somewhat of a pain, because by default the
> file name and
Paul Stansell writes:
> Hi Eric,
>
> In your last example are you illustrating the case of a data file with
> missing data?
Yes.
> Replacing ""s with blank space in your example doesn't really break
> the plot, it's just that gnuplot interprets the first column of data
> as
>
> 1
> 2
> 3
> 16
>
Achim Gratz writes:
> Eric Schulte writes:
>> This does look like a bug to me. Can you isolate "where" the value of
>> data in your example is first assigned the wrong value?
>
> The error lies in how ob-sh tries to determine if it needs to process a
> table or a vector and then forgets to check
Joseph Vidal-Rosset writes:
>Hello,
>
>I just made a clean installation of org packages and contrib in order
>to
>be able to convert latex equations in gnus. But I meet the following
>problem that I am going to describe:
>
>Generating a png image seems to work via M-x org-
Achim Gratz writes:
> Carsten Dominik writes:
>> I have asked Eric to fix these.
>
> These errors do not exist in Org 8 anymore, in other words they are
> already fixed (by the introduction of ob-core, as it were).
>
I'm still getting an error with the following.
$ emacs -batch -l lisp/ob-C
So I've been researching this problem and it seems that there is no sane way to
re-select a text.
The problem is that `(do-applescript ..)' only interacts with AppleScript well
if the return type of the string is either a number or a string. If I try to
convert the selection object (which is n
On 5/13/13, Achim Gratz wrote:
> All things considered, there may be room for an argument that Babel
> shouldn't ignore the data from STDOUT on non-zero exit or have an option
> to ignore the return code for cases like this.
That sounds good for newcomers.
Samuel
--
The Kafka Pandemic: http://
2013/5/13 Nicolas Goaziou
> Hello,
>
> Fabrice Popineau writes:
>
> > Is it me or something is wrong with the very latest org-mode (git
> > repository).
> > I have this line in my org-file :
> >
> > #+BIND: org-latex-pdf-process ("pdflatex -interaction nonstopmode
> > -shell-escape -output-direc
Hi,
commit 16f12e0 changed how the EMAIL option is configured in a derived
exporter that also uses this keyword.
In `contrib/ox-koma-letter.el', the koma-letter exporter configures the default
of the EMAIL option to the variable `org-koma-letter-email'. However, since
commit 16f12e0, if the optio
Yessir, I see the expected behavior now (with the upgrade). Many thanks.
--
Cameron Desautels
On Wed, May 8, 2013 at 3:13 AM, Nicolas Goaziou wrote:
> Hello,
>
> Cameron Desautels writes:
>
> > I'm having a bit of trouble with exports. My understanding is that I
> should
> > be able to crea
Achim Gratz writes:
>> Is this this a bug?
>
> I don't think so, although Babel could give a more enlightening message
> about why it didn't evaluate STDOUT. It gives this on your original example:
>
> Babel evaluation exited with code 1
> Code block produced no output.
All things considered, the
Hello,
Fabrice Popineau writes:
> Is it me or something is wrong with the very latest org-mode (git
> repository).
> I have this line in my org-file :
>
> #+BIND: org-latex-pdf-process ("pdflatex -interaction nonstopmode
> -shell-escape -output-directory %o %f")
>
> My default value for this var
Hello,
JBash writes:
> I'm having a problem getting the export options for single subtree to work.
> I'm exporting to pdf. I'm not sure the information in the manual applies
> to the new exporter (since I'm not sure C-c @ applies anymore... I've tried
> it, and get the same results as putting
Hello everyone
This is my first message here ; My name is Phil ; Please excuse my bad
english and general noobiness.
I need email addresses to become clickable "mailto:"; links in my docs ;
I'm in the (quite tedious I must say) process of writing a function that
would do that :
* Replace
Hello,
I'm having a problem getting the export options for single subtree to work.
I'm exporting to pdf. I'm not sure the information in the manual applies
to the new exporter (since I'm not sure C-c @ applies anymore... I've tried
it, and get the same results as putting the cursor on the subhea
On Mon May 13 2013 at 03:23, rai...@krugs.de (Rainer M. Krug) wrote:
> Christian Moe writes:
>
>>> I was hoping that a higher-level setting would override all tangle
>>> settings under it, no matter what they might be. This would make it
>>> possible to change an entire section's tangling withou
Paul Stansell writes:
> Yes, I tried that, but as I understand it I need to
> \usepackage{amsmath} to access the latex equation* environment.
Usually amsmath is good to have (and Nicolas answered on how to include
it), but if you wish to avoid it for some reason, the {displaymath}
environment do
Hi, in the new beamer exporter, are there any plans to support an
absolute width for columns, rather than a fraction of \textwidth?
hjh
Hi,
Is it me or something is wrong with the very latest org-mode (git
repository).
I have this line in my org-file :
#+BIND: org-latex-pdf-process ("pdflatex -interaction nonstopmode
-shell-escape -output-directory %o %f")
My default value for this variable states that lualatex is used for
compi
Dnia 2013-05-13, o godz. 11:00:49
James Harkins napisał(a):
> > OK, so I'm reviving this old thread.
> >
> > I tried to set up MobileOrg again and failed completely - again.
> > Sorry for my post being a bit harsh, but I'm really frustrated with
> > this situation, especially that I hear people c
>
> > Has there been a change in the way #+link_up and #+link_home are used
> > in html export?
>
> You need to use #+HTML_LINK_UP and #+HTML_LINK_HOME now.
>
Thanks.
Vikas
Hi Vikas,
Vikas Rawal writes:
> Has there been a change in the way #+link_up and #+link_home are used
> in html export?
You need to use #+HTML_LINK_UP and #+HTML_LINK_HOME now.
HTH,
--
Bastien
Has there been a change in the way #+link_up and #+link_home are used
in html export?
Vikas
Hi All,
I'd like to let you know about issues I'm having while trying to put source
code blocks within lists.
Here's my example and how I indent it:
--8<---cut here---start->8---
* First situation
- My first bullet
We need to do this:
#+begin_src emacs-
Hello,
Mark Edgington writes:
> A couple possible use-cases:
>
> 1. a document (or chapter of a document) where the first headline
> contains general "introduction" information explaining what the rest
> of the document (chapter) is about (similar to an abstract, but not
> identical -- somethin
On 13 mei 2013, at 11:53, Daniel F wrote:
> Hi Carsten, Ivan.
>
> Thanks for the feedback. The issue that Ivan mentioned does look important
> and I'll try to fix it asap and incorporate the check.
> I'll also look into the rehilighting thing, I am not sure if that's possible.
> I guess it al
Also, I forgot to mention that the patch is tested, and behaves as expected.
On Mon, May 13, 2013 at 2:18 AM, Nicolas Goaziou wrote:
> Thanks for your patch.
>
> Though, I don't get what you are trying to achieve nor what a use case
> would be. Have you tested this patch ? It may not behave as yo
Hi Samuel,
I'd guess it isn't exactly the same as what you did -- I assume you
are making it possible to modify the numbering level threshold via
properties. Is this modification inherited by child-headlines or not?
Either way, there would be a lot of "hackery" required to use this to
achieve th
Hi Carsten, Ivan.
Thanks for the feedback. The issue that Ivan mentioned does look important
and I'll try to fix it asap and incorporate the check.
I'll also look into the rehilighting thing, I am not sure if that's
possible. I guess it also would be nice to scroll not just to the right
page, but
[ ... ]
I change my mode to whatever my src is in when I want indenting to work
properly, then change it back when I want to see it as an org file again.
Dave
Probably it would pay to have a minor mode for that, running with idle-timer
and switching the mode according to SRC context.
Andr
Hello Nicolas,
I'm sorry for not having provided more explanation of the patch's
purpose. The motivation is basically to permit any kind of "manual"
(in contrast to "automatic") control over the section-numbering
behavior connected with a particular headline. In LaTeX, for example,
you are able
On Fri, May 10, 2013 at 3:32 PM, Nick Dokos wrote:
> Leo Alekseyev writes:
>
> > I've brought this up before, but I think there's value in SRC blocks
> > /not/ being indented, and in fact, I would love it if there were a way
> > to make the contents of the SRC blocks / not/ be indented (as oppos
>> Figured out myself, sorry for the noise. It has to do with the exit
>> status of the `diff', which is 1 if the files are different. So I use
>> the pipe through `cat'.
>
> Useless use of cat...
At least the return status is zero. But I agree with you, a colon is
better here. This is my firs
Oliver Večerník vecernik.at> writes:
> Figured out myself, sorry for the noise. It has to do with the exit
> status of the `diff', which is 1 if the files are different. So I use
> the pipe through `cat'.
Useless use of cat...
Regards,
Achim
Oliver Večerník vecernik.at> writes:
> Why is the `diff' command alone not exported while the piped `diff' via
> `cat' works?
The exit code is not zero since diff found differences, so Babel assumes the
script produced an error. Try this instead when you don't know what the
return code of the la
Christian Moe writes:
>> I was hoping that a higher-level setting would override all tangle
>> settings under it, no matter what they might be. This would make it
>> possible to change an entire section's tangling without fussing with
>> each code block's setting.
>
> The status quo makes more s
> Why is the `diff' command alone not exported while the piped `diff' via
> `cat' works? Is this this a bug?
Figured out myself, sorry for the noise. It has to do with the exit
status of the `diff', which is 1 if the files are different. So I use
the pipe through `cat'.
Hi,
in the following org file the second block gets not exported (tested with
text and html exporter, release_8.0.2-119-g646f1a):
--8<---cut here---start->8---
#+OPTIONS: toc:nil author:nil
#+BEGIN_SRC sh :exports results :results output
cat testdiff.txt.orig
45 matches
Mail list logo