Robert Klein wrote:
> On 03/24/2015 10:04 AM, Sebastien Vauban wrote:
>
>> Can't we say that a COMMENT'ed subtree is like having all of its
>> contents commented, line by line? IOW, nothing "accessible"?
>
> This would probably break a lot of babel stuff.
Could you elaborate why?
> If there was
Hey all,
looks like I’m having quite a few problems with ob-lilypond (Org-mode version
8.2.7b). To ensure that my setup is correct I ran the tests mentioned on
http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-lilypond.html#sec-9:
M-x load-file RET
~/path/to/current/org-mode-git-repos
Melanie Bacou writes:
> Here is how titles and subtitles are supported in Bootstrap ("the most
> popular HTML/CSS/JS framework"):
>
>
> This would be the title and this the subtitle
>
>
> ref: http://getbootstrap.com/components/#page-header
I don't know what bootstrap is. I have softened on
Hi,
Melanie Bacou writes:
> I would indeed go further and suggest adding the following once and
> for all as common ox features:
I don't think so. Consider the ultra important ox-ical (it's important
'cause it keep my calendar in sync via org-caldav). How should it handle
these fields? I thi
Rasmus writes:
>>
>> This would be the title and this the subtitle
>>
>>
>> ref: http://getbootstrap.com/components/#page-header
According to html5doctor.com:
Note: Some have been advocating of the use of the small element to
signify subtitles. This has been under discussion in the
Hello,
Rasmus writes:
> This "sort of" breaks the creator field for hyperref. Now we neither have
> the Org string nor the default LaTeX string.
You need to set `org-export-with-creator' to t. We can also patch
`org-latex--format-spec' to skip ?c entry altogether when the variable
is nil, in o
Nicolas Goaziou writes:
> Hello,
>
> Rasmus writes:
>
>> This "sort of" breaks the creator field for hyperref. Now we neither have
>> the Org string nor the default LaTeX string.
>
> You need to set `org-export-with-creator' to t. We can also patch
> `org-latex--format-spec' to skip ?c entry al
I was asked to make a diagram and was thinking that dot in org-mode could
be a good idea.
I got reasonably fast the following:
#+BEGIN_SRC dot :file test.svg :cmdline -Kdot -Tsvg
graph {
utilities [label = "Utility's"]
A
B
C
D
E
F [shape = recta
Hi all,
Sebastien Vauban writes:
> Robert Klein wrote:
>> On 03/24/2015 10:04 AM, Sebastien Vauban wrote:
>>
>>> Can't we say that a COMMENT'ed subtree is like having all of its
>>> contents commented, line by line? IOW, nothing "accessible"?
>>
>> This would probably break a lot of babel stuff.
Hello All,
I am thinking about changing to a Mac from Windows and wanted to check
that there are no issues with using org-mode in OS X.
I would like to know what version of Emacs people use (e.g. Aquamacs)
and also if there are any issues using org-mode on a Mac. For example,
I export to PDF freq
Hello,
On 2015-03-26 13:18, "Chris Willard" writes:
> I am thinking about changing to a Mac from Windows and wanted to check
> that there are no issues with using org-mode in OS X.
I don't have any issue here.
> I would like to know what version of Emacs people use (e.g. Aquamacs)
> and also i
I did this last summer, and I found no issues. I use an emacs built from
homebrew (see https://github.com/jkitchin/jmax#mac-users). You will need
a LaTeX installation for PDF export. It all works great for me.
Chris Willard writes:
> Hello All,
>
> I am thinking about changing to a Mac from Wind
I'm using the dailies from ELPA, upgrading occasionally.
Works well in the "normal" current Emacs from http://emacsformacosx.com/
I'd have recommended Aquamacs until recently, but the builds from link
above are both more current and stable generally.
For LaTeX, there are many ways to get it such
On 2015-03-26 14:50, Bernd Haug writes:
> Alternatively:
>
> • Configure your path in your user's launchd config so that the whole
> session has LaTeX in your path
> • Modify your shell environment and just launch Emacs from the shell.
> The binary would then be /Applications/Emacs.app/Contents/M
Guess it's a bug that fuzzy links won't match a commented headline
whereas the other internal link types (custom_id and org ID) do.
Or is there a special purpose for this specific type of link regarding comments?
Just check the following example:
,
>From time to time Org-drill shows me a blank window instead of a
question. The frame, mode line and prompt to answer are visible, but
there's nothing in the window at all. As a workaround I can type "t" to
edit the tags, and the question will appear.
A sample file is enclosed. It's a new file wit
On Tuesday, 24 Mar 2015 at 11:04, Loris Bennett wrote:
> Hi,
>
> I'm writing a beamer presentation and have the followoing
>
>- =--nodes=2= $\Rightarrow$ 2 /or more/ nodes
>- =--nodes=2-4= $\Rightarrow$ 2 to 4 nodes
>
> It would be nice to have the arrows line up, but doing =--nodes=2 =
On Thursday, 26 Mar 2015 at 13:14, Cecil Westerhof wrote:
> I was asked to make a diagram and was thinking that dot in org-mode could
> be a good idea.
[...]
> This is a good deal in the right direction, but a few things should be
> different:
The graphviz tools are fantastic for quick and dirty
On 2015-03-26 at 11:52, e.fr...@ucl.ac.uk wrote:
> The graphviz tools are fantastic for quick and dirty graphs but the
> layout algorithms are not easily controlled... I would highly
> recommend tikz ...
Or perhaps ditaa.
-k.
There are no issues.
Use Brew to install the `emacs' recipe. It uses the [GNU build.] It is
the best supported build.
MacTex is the best LaTeX release. Even Brew will tell you so. Download
the DMG yourself; the Brew Cask installer is not guaranteed to choose a
download site close to you.
My conf
On Thu Mar 26 2015 at 08:18, "Chris Willard" wrote:
> Hello All,
>
> I am thinking about changing to a Mac from Windows and wanted to check
> that there are no issues with using org-mode in OS X.
>
> I would like to know what version of Emacs people use (e.g. Aquamacs)
> and also if there are any
2015-03-26 17:07 GMT+01:00 Ken Mankoff :
>
> On 2015-03-26 at 11:52, e.fr...@ucl.ac.uk wrote:
> > The graphviz tools are fantastic for quick and dirty graphs but the
> > layout algorithms are not easily controlled... I would highly
> > recommend tikz ...
>
> Or perhaps ditaa.
>
It is certainly
Cecil Westerhof writes:
> I was asked to make a diagram and was thinking that dot in org-mode could
> be a good idea.
>
> I got reasonably fast the following:
> #+BEGIN_SRC dot :file test.svg :cmdline -Kdot -Tsvg
> graph {
> utilities [label = "Utility's"]
>
> A
> B
>
2015-03-26 18:00 GMT+01:00 Thomas S. Dye :
> Cecil Westerhof writes:
>
> > I was asked to make a diagram and was thinking that dot in org-mode could
> > be a good idea.
> >
> > I got reasonably fast the following:
> > #+BEGIN_SRC dot :file test.svg :cmdline -Kdot -Tsvg
> > graph {
> >
Hello,
writes:
> On Tuesday, 24 Mar 2015 at 11:04, Loris Bennett wrote:
>> Hi,
>>
>> I'm writing a beamer presentation and have the followoing
>>
>>- =--nodes=2= $\Rightarrow$ 2 /or more/ nodes
>>- =--nodes=2-4= $\Rightarrow$ 2 to 4 nodes
>>
>> It would be nice to have the arrows line
I googled "rdf linked data org mode" and got exactly one link to something
from 2009 called gnowsys, which is not really doing anything with org-mode
anymore? I saw how babel will do spaql, which is cool. Any other such
efforts out there?
LB
2015-03-26 17:57 GMT+01:00 Cecil Westerhof :
> 2015-03-26 17:07 GMT+01:00 Ken Mankoff :
>
>>
>> On 2015-03-26 at 11:52, e.fr...@ucl.ac.uk wrote:
>> > The graphviz tools are fantastic for quick and dirty graphs but the
>> > layout algorithms are not easily controlled... I would highly
>> > recommen
Peter Westlake writes:
> From time to time Org-drill shows me a blank window instead of a
> question. The frame, mode line and prompt to answer are visible, but
> there's nothing in the window at all. As a workaround I can type "t" to
> edit the tags, and the question will appear.
>
> A sample fi
On Thu, 26 Mar 2015, Vikas Rawal wrote:
The following code does not produce image with serif fonts for me. It
used to work earlier but it seems the behaviour has changed. Could
anyone confirm.
AFAICS, it does not work in R.
FWIW, the code that Babel sends to R is (after some formatting):
#+
Hi,
Nicolas Goaziou writes:
>> First, as discussed a while back we want to move DESCRIPTION and KEYWORDS
>> out of ox.el as they are specific to certain backends. The first patch
>> does this.
>
> [...] You need to update (info "(org)Publishing options") accordingly,
> too.
I have now reviewed
Hello,
Martin Carlé writes:
> Guess it's a bug that fuzzy links won't match a commented headline
> whereas the other internal link types (custom_id and org ID) do.
>
> Or is there a special purpose for this specific type of link regarding
> comments?
>
> Just check the following example:
>
> ,-
Sebastien Vauban
writes:
> Can't we say that a COMMENT'ed subtree is like having all of its
> contents commented, line by line? IOW, nothing "accessible"?
There is, at least, one problem. Comments are always comments (really).
However COMMENT keyword is only active during export. That means t
Andreas Leha writes:
> FWIW, I agree that COMMENT should be equivalent to individual line # .
I hope you mean it should be equivalent during export only. Otherwise,
it would introduce some serious slowdown as COMMENT can be inherited.
> Sections that should be accessible without being exported
Cecil Westerhof writes:
> I was asked to make a diagram and was thinking that dot in org-mode could be
> a good idea.
>
> I got reasonably fast the following:
> This is a good deal in the right direction, but a few things should be
> different:
> - E should be left of F
> - resource should go
Hello,
Jacob Gerlach writes:
> In [1], storing links to named elements was discussed. AFAICT, no
> patches came from that discussion. The current behavior is that given:
>
> * Headline
>
> #+Name: foo
>
> org-store-link will store a link to `*Headline' rather than `foo'.
>
> Attached is a very r
Rasmus writes:
> I have now reviewed this section twice, and I have no clue what you want
> me to change there. There's no :with-keywords or :with-description.
I don't know either. I was sure that :keywords and :description were
here, but, oddly, it isn't the case. That's a documentation bug as
Hi Nicolas,
Nicolas Goaziou writes:
> Andreas Leha writes:
>
>> FWIW, I agree that COMMENT should be equivalent to individual line # .
>
> I hope you mean it should be equivalent during export only. Otherwise,
> it would introduce some serious slowdown as COMMENT can be inherited.
>
I see. I d
"Chris Willard" writes:
> Hello All,
>
> I am thinking about changing to a Mac from Windows and wanted to check
> that there are no issues with using org-mode in OS X.
>
> I would like to know what version of Emacs people use (e.g. Aquamacs)
> and also if there are any issues using org-mode on a
Am 25.03.2015 14:29, schrieb Rasmus:
Hi,
Oleh Krehel writes:
What's the schedule of merging these changes to the stable versions of
Org and to Emacs trunk?
My guess: After v8.3 is released. I don't think anybody is working
preparing a release at the moment.
—Rasmus
which would be a pit
2015-03-26 21:27 GMT+01:00 Nick Dokos :
> Cecil Westerhof writes:
>
> > I was asked to make a diagram and was thinking that dot in org-mode
> could be a good idea.
> >
> > I got reasonably fast the following:
> > > This is a good deal in the right direction, but a few things should be
> differen
Marc Ihm writes:
>>> What's the schedule of merging these changes to the stable versions of
>>> Org and to Emacs trunk?
>>
>> My guess: After v8.3 is released. I don't think anybody is working
>> preparing a release at the moment.
>>
>> —Rasmus
>>
>
> which would be a pity ...
> Is there any way
Cecil Westerhof writes:
> In this way I do not get an empty column. It would be better when K
> would put between and below H and I, but I think I can live with it.
>
Just put I after K and the subgraph.
Nick
Cecil Westerhof writes:
>
> In this way I do not get an empty column.
You can make the rows be of size 0:
--8<---cut here---start->8---
#+BEGIN_SRC dot :file test2.svg :cmdline -Kdot -Tsvg
graph foo {
row1--row2--row3--row4 [style="invis", fixedsize="true",
2015-03-26 22:49 GMT+01:00 Nick Dokos :
> Cecil Westerhof writes:
>
> > In this way I do not get an empty column. It would be better when K
> > would put between and below H and I, but I think I can live with it.
> >
>
> Just put I after K and the subgraph.
>
That works. It is even better whe
>
> #+BEGIN_SRC R
> png(filename="filename.png",width=1200,height=700,fonts="serif")
> tryCatch({
> your plot goes here
> },
> error=function(e){
> plot(x=-1:1, y=-1:1, type='n', xlab='', ylab='', axes=FALSE)
> text(x=0, y=0, labels=e$message, co
I want to put some headers in my org file that don't get exported. If I put
:ignoreheading: after the title, it correctly does not get exported to LaTeX,
but it still appears when I export to HTML (with the text :ignoreheading: on
the same line). Am I missing something? In my setup I have the li
Bill White writes:
> On Thu Mar 26 2015 at 08:18, "Chris Willard" wrote:
>
>> Hello All,
>>
>> I am thinking about changing to a Mac from Windows and wanted to check
>> that there are no issues with using org-mode in OS X.
>>
>> I would like to know what version of Emacs people use (e.g. Aquama
2015-03-26 23:19 GMT+01:00 Cecil Westerhof :
> 2015-03-26 22:49 GMT+01:00 Nick Dokos :
>
>> Cecil Westerhof writes:
>>
>> > In this way I do not get an empty column. It would be better when K
>> > would put between and below H and I, but I think I can live with it.
>> >
>>
>> Just put I after K
48 matches
Mail list logo