Dear ()
please have a look at the self-contained test case. I'm using the
latest org-mode...
Thanks in advance
--
Best wishes
H. Dieter Wilhelm
Darmstadt
Germany
Renato writes:
> Hi, I've customized org-latex-packages-alist and added the package
> "babel", with option "italian", however in my latex exports I get:
>
> \usepackage[italian, english]{babel}
>
> I don't want the english option to be there (latex gives it priority
> over the italian one it seem
François Pinard writes:
> Eric Abrahamsen writes:
>
>> First of all, if your event is a meeting, it should only be
>> timestamped, not deadlined or scheduled. Then it will just show up
>> where it's supposed to, and not before (or after).
>
> How do I get it quickly rescheduled then, when it is
Hi Dieter,
"Dieter Wilhelm, H." writes:
> Dear ()
>
> please have a look at the self-contained test case.
which apparently did not get through.
If it got stripped by the list, make sure to either
- have text attachments of mime-type text (e.g. text/plain) or
- include text attachments inline
Renato writes:
> Hi, I've customized org-latex-packages-alist and added the package
> "babel", with option "italian", however in my latex exports I get:
Add it with AUTO instead of italian and then specify the language in
your document using
#+language: it
If you want Italian for all document
Would you wrap it all up in a patch and submit it? It would be great to
have incorporated.
Thanks,
eric
--
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.0.6-341-g338603
Hi all,
I've added an option to customize the bookmark
names that org-mode sets.
I'm new to this list and I'd appreciate some feedback.
I've posted yesterday, but there was no reply.
regards,
Oleh
0001-Capture-Refile-use-bookmark-set-conditionally.patch
Description: Binary data
On Thu, Jul 18, 2013 at 09:02:41PM -0400, Nick Dokos wrote:
>
> #+BEGIN_LaTeX
> \includesvg{foo}
> #+END_LaTeX
I believe even this can be integrated with Org using a filter. How
about something like this:
(defun my-svg-graphics (contents backend info)
(when (eq backend 'latex)
(replace-re
Hi there,
sorry for the junk I sent regarding table references in org-babel AND
latex. Org-mode is awesome. In such a case, it is not necessary to
identify something by what it is in the classical LaTeX way and just
label it (#+name:). Org-mode recognizes just what it is and the labels
refer
Eric S Fraga writes:
> Renato writes:
>
>> Hi, I've customized org-latex-packages-alist and added the package
>> "babel", with option "italian", however in my latex exports I get:
>
> Add it with AUTO instead of italian and then specify the language in
> your document using
>
> #+language: it
>
Hi Eric,
thanks you so much for always being so responsive to my silly questions :)
I apologize, I wrote that mail 2 am after fiddling around with that problem
for about 3 hours.
Trying to reduce the problem to a minimal example, I almost built in stupid
errors.
I was holding back to send examples
Eric S Fraga writes:
> Would you wrap it all up in a patch and submit it? It would be great to
> have incorporated.
ok, done.
PS
I included this into `outshine.el' too, since outline-cycle showed the
same behaviour.
>From 0a4dad9119af9aed8e5160a05e81ac35f2bb0044 Mon Sep 17 00:00:00 2001
Fro
Sorry, the previous mail was sent inadvertently without attachments ...
Dear ()
please have a look at the self-contained test case. I'm using the
latest org-mode...
Thanks in advance
Dieter
test.org
Description: Binary data
test.pdf
Description: Adobe PDF document
test.tex
Description
Hello,
ras...@gmx.us writes:
> Viktor Rosenfeld writes:
>
>>> ,
>>> | \KOMAoption{backaddress}{true}
>>> | \KOMAoption{foldmarks}{true}
>>> | \KOMAoption{fromphone}{true}
>>> | \KOMAoption{fromemail}{true}
>>> `
>>
>> Perhaps the best option would be to change the default value of these
Try this:
- The average measured axial compression force \(F\) of 4 bearings
is src_R[:results value :exports results]{round(Fo,1)} kN
(relative stddev:
src_R[:results value :exports results]{round(Fs,1)} %)
(Switch to =:results value= instead of raw.)
I seem to recall asking abo
Dear org-mode Users and Developers,
I checked out org-mode from today and tried the ox-freemind exporter. It
fails with the error:
`cond: Keyword argument :translations not one of (:name :parent
:transcoders :options :filters :blocks :menu)'.
I searched around and found a post[1] by Nicolas Goaz
On Fri, Jul 19, 2013 at 8:54 AM, Michael Bach wrote:
> Dear org-mode Users and Developers,
>
> I checked out org-mode from today and tried the ox-freemind exporter. It
> fails with the error:
>
> `cond: Keyword argument :translations not one of (:name :parent
> :transcoders :options :filters :bloc
Eric Abrahamsen writes:
>> How do I get it quickly rescheduled then, when it is a regular activity?
>> I find fairly convenient using "t d" to push an activity at its next
>> slot in the future. Could I do something equivalent with mere time
>> stamps?
> Hmm, I hadn't tried that with repeating
Great Example, Nick, Thanks, will push on with this approach
~ malcolm_c...@stowers.org
From: emacs-orgmode-bounces+mec=stowers@gnu.org
[emacs-orgmode-bounces+mec=stowers@gnu.org] on behalf of Nick Dokos
[ndo...@gmail.com]
Sent: Thursday, Jul
Suvayu,
This is splendid news! I will try it immediately upon return from "gone
fishin" in a week...
(erhm, that is, right after I figure out haw to migrate my orgmode SETUPFILE
to comport with new export backend I just upgraded to my fancy TOC and
org-export-html-table-tag javascript ha
Richard Lawrence writes:
> If it's a regular activity, you can use a repeater in the timestamp, like:
> * Weekly meeting
> <2013-07-18 Thu 15:00 +1w>
Hi, Richard. I also noticed I may even write:
* Weekly meeting <2013-07-18 Thu 15:00 +1w>
and the time stamp gets automatically hidden in
I check my agenda, all the .org files are open in buffer, agenda shows up fineI
open some buffers from network share, which then became unavailable out of
homeI try to update my agendaagenda gets empty because those files are not
available but the buffers are available in Emacsso I suggest to re
Hi Eric,
one mini-step forward.
The #+CALL function does not work if the table has a horizontal line like in
#+TBLNAME: othertablename
| a | b | c | d |
|---+---+---+---|
| 4 | 3 | 2 | 1 |
| z | x | y | w |
however, it works for
#+TBLNAME: othertablename
| a | b | c | d |
| 4 | 3 | 2 | 1 |
| z |
Dear Karl,
a couple of weeks ago you developed some code to convert a pair of
tables to a graphviz digraph and you wrote a very useful Worg page about
it:
http://article.gmane.org/gmane.emacs.orgmode/74280
http://orgmode.org/worg/org-tutorials/org-dot-diagrams.html
I have today had a real ne
On 2013-07-19 13:23, Eric S Fraga wrote:
a couple of weeks ago you developed some code to convert a pair of
tables to a graphviz digraph and you wrote a very useful Worg page
about
it:
http://article.gmane.org/gmane.emacs.orgmode/74280
http://orgmode.org/worg/org-tutorials/org-dot-diagrams.ht
da...@adboyd.com (J. David Boyd) writes:
> da...@adboyd.com (J. David Boyd) writes:
>
>> Is there any way to turn off the solid and hollow bullet points when
>> exporting
>> a checklist of checklists?
>>
>> I want to make a checklist for my camping trips, and I don't want the bullet
>> points, ju
da...@adboyd.com (J. David Boyd) writes:
> Is there any way to turn off the solid and hollow bullet points when exporting
> a checklist of checklists?
>
> I want to make a checklist for my camping trips, and I don't want the bullet
> points, just the nice clean list.
>
> I've seen some options ava
Is there any way to turn off the solid and hollow bullet points when exporting
a checklist of checklists?
I want to make a checklist for my camping trips, and I don't want the bullet
points, just the nice clean list.
I've seen some options available for formatting, but nothing seems to control
t
On 2013-07-19 11:57, Torsten Wagner wrote:
Hi Eric,
one mini-step forward.
The #+CALL function does not work if the table has a horizontal line
like in
#+TBLNAME: othertablename
| a | b | c | d |
|---+---+---+---|
| 4 | 3 | 2 | 1 |
| z | x | y | w |
however, it works for
#+TBLNAME: othertabl
On 2013-07-18 16:10, John Hendy wrote:
When I try to issue git pull (since yesterday, replicated today), I'm
getting this:
$ git pull
error: Unable to find 989923a140695aa87959bdc727666aeec48ec074 under
http://orgmode.org/org-mode.git
Cannot obtain needed tree 989923a140695aa87959bdc727666aeec48
Rick Frankel writes:
[...]
> I (sort of) disagree. I think specifying required arguments as header
> vars makes the calling requirements clearer. Perhaps:
>
> #+HEADER: :var nodes='() graph='()
>
> would be better...
Sure, that would be a good compromise. I agree it is nice to have a
clear in
Alan Schmitt writes:
> I did some experiments and it seems that by default "foldmarks" is
> true. The idea behind the patch is that, if we don't change the default
> values, then things are not output. Let me know if this is fine with you
> and I'll commit this. (I'll also edit the work with the
[I tried following up earlier and I think I messed it up, so I'm
resending. Apologies if there is a second reply.]
da...@adboyd.com (J. David Boyd) writes:
> da...@adboyd.com (J. David Boyd) writes:
>
>> Is there any way to turn off the solid and hollow bullet points when
>> exporting
>> a check
Nick Dokos writes:
> [I tried following up earlier and I think I messed it up, so I'm
> resending. Apologies if there is a second reply.]
>
> da...@adboyd.com (J. David Boyd) writes:
>
>> da...@adboyd.com (J. David Boyd) writes:
>>
>>> Is there any way to turn off the solid and hollow bullet poin
Thorsten Jolitz writes:
> Eric S Fraga writes:
>
>> Would you wrap it all up in a patch and submit it? It would be great to
>> have incorporated.
>
> ok, done.
Brilliant! Thanks.
--
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.0.6-341-g338603
Hello,
Michael Bach writes:
> I checked out org-mode from today and tried the ox-freemind exporter. It
> fails with the error:
>
> `cond: Keyword argument :translations not one of (:name :parent
> :transcoders :options :filters :blocks :menu)'.
It should now be fixed. Thank you for reporting it
Hi,
I tried compiling the git version on a Mac running Lion with emacs
24.3 and I get the error:
make compile-dirall
dirall
Checking /Users/rc/elisp/org-mode/lisp...
Compiling /Users/rc/elisp/org-mode/lisp/org-attach.el...
In toplevel form:
org-attach.el:
Hi,
I am trying to compile the git version on a Mac with emacs 24.3 and I
get the error:
make compile-dirall
dirall
Checking /Users/rc/elisp/org-mode/lisp...
Compiling /Users/rc/elisp/org-mode/lisp/org-attach.el...
In toplevel form:
org-attach.el:42:1:Err
RCY writes:
> Hi,
> I am trying to compile the git version on a Mac with emacs 24.3 and I
> get the error:
>
> make compile-dirall
> dirall
> Checking /Users/rc/elisp/org-mode/lisp...
> Compiling /Users/rc/elisp/org-mode/lisp/org-attach.el...
>
> In tople
39 matches
Mail list logo