Eric S Fraga wrote:
> Hello,
>
> I am trying to use org-tree-slide for an interactive session I have to
> facilitate soon. This works quite well, in a geeky kind of way ;-)
>
> However, I do want to display a couple of equations and using latex
> fragments is the most appealing mechanism. Whe
Eric S Fraga wrote:
> Hello,
>
> I am trying to use org-tree-slide for an interactive session I have to
> facilitate soon. This works quite well, in a geeky kind of way ;-)
>
> However, I do want to display a couple of equations and using latex
> fragments is the most appealing mechanism. Whe
G'day,
A minor suggestion on org-footnote-action:
When positioned in footnote text, the function jumps back *to the
beginning* of the footnote reference. It would be more convenient to
jump to the end of the reference since that is where the author is
likely to pick up typing the text.
Not
On Thu, Jan 24, 2013 at 7:55 AM, Søren Mikkelsen wrote:
> John Hendy writes:
>
>> On Fri, Jan 18, 2013 at 4:35 AM, Søren Aagaard Mikkelsen
>> wrote:
>>> I have used orgmode for a while, but hasn't used any of its advanced
>>> features that much. I'm currently writing a minutes report and what to
Hello,
I am trying to use org-tree-slide for an interactive session I have to
facilitate soon. This works quite well, in a geeky kind of way ;-)
However, I do want to display a couple of equations and using latex
fragments is the most appealing mechanism. When I try to use
org-preview-latex-fra
Hello
I created a new environmental variable with the name ~ pointing to my home
directory
Thank you
-Original Message-
From: emacs-orgmode-bounces+aaron_siegel=fmi@gnu.org
[mailto:emacs-orgmode-bounces+aaron_siegel=fmi@gnu.org] On Behalf Of Karl
Voit
Sent: Friday, January 2
Hi Thomas and Malcolm,
Thomas S. Dye wrote:
> Aloha Malcolm,
>
> "Cook, Malcolm" writes:
>
>> Hi,
>>
>> In org 7.9.3d, under Gnu emacs 24.2.1 / linux:
>>
>> I find that org-mode is tablizing shell output despite require
>> verbatim' results.
>>
>> #+begin_src sh :results verbatim
>> echo 1
>>
THanks Thomas, I see we are running same version of org
Has anyone else reading this got an idea what would cause org to table-ize
shell output despite a `:results verbatim` in the source block header?
Thanks!
~Malcolm
.-Original Message-
.From: Thomas S. Dye [mailto:t...@tsdye.
"Cook, Malcolm" writes:
> Thomas,
>
> Thanks for checking.
>
> What does
>
> meta-x org-version
>
> tell you
>
> ??
Org-mode version 7.9.3d (release_7.9.3d-830-g780b45 @
/Users/dk/.emacs.d/src/org-mode/lisp/)
--
T.S. Dye & Colleagues, Archaeologists
735 Bishop St, Suite 315, Honolulu, HI 968
Achim Gratz writes:
> J. David Boyd writes:
>> Sorry, I meant 'git fetch' from inside the org-mode directory.
>
> That doesn't even try to touch your work-tree. You want "git pull", but
> using the appropriate target from the build system is even better since
> it will ensure that everything els
J. David Boyd writes:
> Sorry, I meant 'git fetch' from inside the org-mode directory.
That doesn't even try to touch your work-tree. You want "git pull", but
using the appropriate target from the build system is even better since
it will ensure that everything else is up-to-date, too.
Regards,
Bastien writes:
> Achim Gratz writes:
>> I happen to think that this suggestion goes too far (if you think nobody
>> should use OIrg from ELPA, then you'd need to stop making it available
>> there and hopefully we already agreed that this isn't an option).
>
> No, we did not agreed this isn't an
If you do that, I may have to send you a cheesecake.
Thank you!
:AMN:
On 01/25/2013 02:45 AM, Bastien wrote:
Hi Andrew,
thanks for explaining it so clearly, I understand the need,
and I also understand my suggestion (and Eric's one, FWIW)
cannot completely satisfy it.
I will provide a patch f
Thomas,
Thanks for checking.
What does
meta-x org-version
tell you
??
~Malcolm
.-Original Message-
.From: Thomas S. Dye [mailto:t...@tsdye.com]
.Sent: Friday, January 25, 2013 1:44 PM
.To: Cook, Malcolm
.Cc: 'emacs-orgmode@gnu.org'
.Subject: Re: BUG? table output despite "#+b
Aloha Malcolm,
"Cook, Malcolm" writes:
> Hi,
>
> In org 7.9.3d, under Gnu emacs 24.2.1 / linux:
>
> I find that org-mode is tablizing shell output despite require
> verbatim' results.
>
> #+begin_src sh :results verbatim
> echo 1
> echo 2
> echo 3
> #+end_src
>
> #+results:
> | 1 |
> | 2
That looks like a delay period on a SCHEDULED item would work very well
for me. I can see the positive delay period being useful to me as well.
This does look like it would be more difficult to implement because it's
a subtle change to existing code rather than something more modular.
:AMN:
Nick Dokos writes:
> Jambunathan K wrote:
>
>> Nick Dokos writes:
>>
>> >>
>> >> How do I get the latest version of org-mode, with git?
>> >>
>> >> I got the version I have initially with
>> >> 'git clone git://orgmode.org/org-mode.git', and I
>> >> 'git refresh' every day, but that keeps
Hi,
In org 7.9.3d, under Gnu emacs 24.2.1 / linux:
I find that org-mode is tablizing shell output despite require 'verbatim'
results.
#+begin_src sh :results verbatim
echo 1
echo 2
echo 3
#+end_src
#+results:
| 1 |
| 2 |
| 3 |
The same happens if I used 'scalar' in place of verbatim.
Jambunathan K wrote:
> Nick Dokos writes:
>
> >>
> >> How do I get the latest version of org-mode, with git?
> >>
> >> I got the version I have initially with
> >> 'git clone git://orgmode.org/org-mode.git', and I
> >> 'git refresh' every day, but that keeps me in 7.9.3c.
> >>
> >
> > You
Nick Dokos writes:
>>
>> How do I get the latest version of org-mode, with git?
>>
>> I got the version I have initially with
>> 'git clone git://orgmode.org/org-mode.git', and I
>> 'git refresh' every day, but that keeps me in 7.9.3c.
>>
>
> You mean ``git pull''? I get
>
> $ git refresh
>
J. David Boyd wrote:
>
> How do I get the latest version of org-mode, with git?
>
> I got the version I have initially with
> 'git clone git://orgmode.org/org-mode.git', and I
> 'git refresh' every day, but that keeps me in 7.9.3c.
>
You mean ``git pull''? I get
$ git refresh
git: 'refres
Gregor Zattler writes:
> Hi Thorsten,
>> - after figuring out that I can have full outline functionality in .el
>> files too, the (in my eyes) main advantage of an org-based config was
>> gone.
>
> could you please elaborate how to achieve this?
Icicle uses linkd.el:
http://www.emacswiki.or
Hello,
cbe...@tajo.ucsd.edu writes:
> 'backend' is in the scope of transcoding functions like
> inline-src-block.
>
> I am currently taking advantage of this, but it is a shortcut rather
> than a necessity.
>
> Is your advice "Don't do that" ?
I would rather say "Don't do that in public code".
Nicolas Goaziou writes:
> Hello,
>
> Ezequiel Birman writes:
>
>> Is it possible to write something like this with the new exporter?
>>
>> #+OPTIONS: (if (and (boundp 'org-export-current-backend) (eq
>> org-export-current-backend 'e-beamer)) "H:1" "H:3")
>
> There is no `org-export-current-back
Hi Rainer,
Rainer M Krug writes:
> - C-c c results in "org-babel-execute-src-block: No org-babel-execute
> function for LaTeX!"
Do you have something like this in .emacs?
(org-babel-do-load-languages
'org-babel-load-languages
'((latex . t)))
hth,
Tom
--
Thomas S. Dye
http://ww
* Siegel, Aaron J. wrote:
>
> I am running EmacsPortableapp 24.2.1 (i386-mingw-nt6.1.7601)
> I am unable to get the shortcut setup .emacs or .emacs.d to work. I have t=
> ried two different .emacs.
I am not sure if this is your issue but [1] mentions that .emacs for
Windows might be called «_ema
Hello
Does anyone know if there is a mailing list for EmacsPortableApp?
I am running EmacsPortableapp 24.2.1 (i386-mingw-nt6.1.7601), download from the
following link, on Windows 7.
https://github.com/mlf176f2/EmacsPortable.App/
I am unable to get the shortcut setup .emacs or .emacs.d to work.
Nick Dokos writes:
> Bastien wrote:
>
>> Nick Dokos writes:
>>
>> > to try to reproduce Rainer's problem, when I first construct the agenda,
>> > I get *both* the TODO and the no-heading message: text properties are not
>> > active. If I then visit the file (e.g. RET on the TODO item) and cons
Hi Seweryn,
Seweryn Kokot writes:
> I would like to have a main text of the document in LaTeX and only some parts
> as
> org files (using tables and babel functionality). Then these files I want to
> export to .tex files and include to the main tex file with \input{myorgfile1}.
> My question: i
How do I get the latest version of org-mode, with git?
I got the version I have initially with
'git clone git://orgmode.org/org-mode.git', and I
'git refresh' every day, but that keeps me in 7.9.3c.
I had to 'wget http://orgmode.org/org-latest.tar.gz' to get to 7.9.3d.
What might I be doing
Hello,
Robert Horn writes:
> I've got no problem waiting, but it would be a good idea to figure out a
> consistent non-contradictory key-binding in advance, so you can switch
> to that when you make the other changes.
I made the change to the internals. Actually, there is no contradictory
key-b
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
I want ti include a gantt chart into my org document by using pgfgantt.
I use the following:
#+LATEX_HEADER: \usepackage{pgfgantt}
* The gantt chart I
#+BEGIN_src LaTeX
\begin {ganttchart} [hgrid=true, vgrid=true]{36}
\gantttitlelist {1,..
Hello,
Andreas Leha writes:
> Sorry for hijacking this thread. But I am also interested in backend
> specific options. Could you give an example of how to achieve something
> like this with the new exporter:
>
> #+begin_src R :results graphics :file (if (and (boundp
> 'org-export-current-back
Hello Samuel and Eric
Thank you for your suggestions. I have tried In-Place Annotations in the
meantime. However, that doesn't work because every line of annotation
begins with a hard-coded ":", which breaks the orgmode markup. [Hm, now,
I'm just thinking about the possibility to simply replace th
Hi Bastien, Achim and Charles,
Bastien wrote:
> yes, the default `org-ditaa-jar-path' value points to the contrib/
> directory, but a wrong value for this variable does prevent publishing a web
> page -- unless you want to publish ditaa shunk without setting the
> `org-ditaa-jar-path' correctly.
>
Hi Andrew,
thanks for explaining it so clearly, I understand the need,
and I also understand my suggestion (and Eric's one, FWIW)
cannot completely satisfy it.
I will provide a patch for this next week, we can discuss it
afterwards.
All best,
--
Bastien
Bastien writes:
Hi Bastien,
thanks for your reply.
> Christopher Schmidt writes:
>> Christopher Schmidt writes:
>>> The default value it t anyway. The docstring suggests that this
>>> variable should be set via file variables. I do not think org-mode
>>> should worry about AUCTeX.
>>
>> Pin
Hi Andrew
On Thu, Jan 24, 2013 at 11:54 PM, Andrew M. Nuxoll wrote:
> Here an example scenario that illustrates my problem: Say, at the end of
> each week I need to sit down and generate a report on my progress to send to
> the boss. So I have recurring, weekly TODO entry on Friday morning. We
Hi Nicolas,
"Nicolas Richard" writes:
> That looks nice too, I'll try it out. Just a note : the commit message
> mention the `!' key instead of `?'.
Yes, my mistake, sorry for this.
--
Bastien
Hi Christopher,
Christopher Schmidt writes:
> Christopher Schmidt writes:
>> The default value it t anyway. The docstring suggests that this
>> variable should be set via file variables. I do not think org-mode
>> should worry about AUCTeX.
>
> Ping?
>
> The default value of TeX-master is t.
Bastien writes:
> That way, each time I open the calendar, days with
> scheduled/deadlined/timestamped entries in rdv.org
> are highlighted.
Thanks for the hint.
> This is not perfect because it does not tell the time
> of these appointments -- so I just added a new binding
> in the Org read da
Bastien writes:
> How can you make sure that Org-mode has not been used before people
> want to install an updated version through GNU/Org ELPA?
Note that some people use Org early in the initialization process,
e.g. for their Emacs configuration file. My guess is that the people
who use this
hi,
The manual states that the width and alignment values can be
combined. The example uses a combination of and <10>. The `l' is
not the best way to demonstrate this, as it looks like a `1'. The
scanning reader may see <110> instead of . If the manual reads
, the example is a lot more valuable.
Hi Bastien,
> Line 155 in ob-lilypond.el use --png.
>
> Is it okay to use --pdf --html and --svg here too?
The only choices are --pdf, --png, and --ps.
See:
http://www.lilypond.org/doc/v2.16/Documentation/usage/command_002dline-usage#invoking-lilypond
>
> If so, I'll fix ly-process-basic so tha
Achim Gratz writes:
> Bastien writes:
>> I already suggested to *not* use ELPA at all for now.
>
> I happen to think that this suggestion goes too far (if you think nobody
> should use OIrg from ELPA, then you'd need to stop making it available
> there and hopefully we already agreed that this is
45 matches
Mail list logo