On 2018-10-25, Feiming Chen wrote:
> I gave a talk on emacs-org in a local workshop (Government Advances
> in Statistical Programming) in Washington D.C. yesterday. I'd like to
> share the slides and org source file with the community (see attached).
Thanks for sharing!
I wonder why you stress
Hi, Nicolas, just a remind that have you reviewed my patch? Is it what you said
in `INITIALIZE` argument? Is it fine to merge?
--
[ stardiviner ]
I try to make every word tell the meaning what I want to express.
Blog: https://stardiviner.github.io/
IRC(freenode): stardivin
Matt,
> On Oct 30, 2018, at 6:26 PM, Matt Price wrote:
>
> Hi again Chris!
>
> OK, so I understand a little bit of this. I would like to keep all my letters
> in subheadings in a single org doc, and just export once. This version
> requires a fair amount of latex in every subtree.
Unless I
WARNING: Not entirely on point
You might want to look at exporting to HTML and then using something
like weasyprint to produce the PDF.
I only mention this because I have been helping a friend produce ebooks
using markdown, pandoc and weasyprint. Using a modest amount of CSS
gives very goo
Oh shoot, I meant to include my sort-of working org text. Not sending the
image file, so you will I guess need to supply your own image in the
corner -- oh, and also the signature file! - but this is what I have. It
sorta works OK and looks at least a little bit like the History Department
letterh
Hi again Chris!
OK, so I understand a little bit of this. I would like to keep all my
letters in subheadings in a single org doc, and just export once. This
version requires a fair amount of latex in every subtree. It would be nicer
if the exporter just took care of the latex for me and I didn't h
On Tue, Oct 30, 2018 at 5:41 PM Tim Cross wrote:
>
> I've never delved into the XML nightmare that is ODT and stick with
> latex/PDF export.
>
> Here is how I handled needing to have a logo and banner at the top of my
> documents. Essentially, it involves using the Latex 'minipage'
> environment
I've never delved into the XML nightmare that is ODT and stick with
latex/PDF export.
Here is how I handled needing to have a logo and banner at the top of my
documents. Essentially, it involves using the Latex 'minipage'
environment to setup the layout and the xcolor package to handle
colours.
Sorry, forgot to attach the test files.
#+title: ODT styles test
#+ODT_STYLES_FILE: ("odt-test-styles.odt" ("styles.xml" "Pictures/120100A200B0A7D655E3F0A97ECF.png"))
Place this Org file in the same directory as the
accompanying file odt-test-styles.odt and export it to ODT.
Expec
Hi,
It seems the ODT exporter currently fails to read the ODT_STYLES_FILE
option as a list, as in this example from the manual
([[info:org#Applying custom styles]]):
#+ODT_STYLES_FILE: ("/path/to/file.ott" ("styles.xml" "image/hdr.png"))
This is needed if you want a complex style with e.g. an
Hi Martin,
Am 30.10.18 um 20:01 schrieb Martin Schöön:
> My own mantra for preparing slide-packs is to minimize text. I want
> the audience to listen to me rather than reading text on my slides.
> My 2 cents...
please don't overdo that.
People have quite different ways of taking in information.
I have already learned some cool org-mode features by looking at your .org
file :-)
My own mantra for preparing slide-packs is to minimize text. I want the
audience to listen to me rather than reading text on my slides.
My 2 cents...
--
Martin Schöön
Hello,
It is possible to preview tables between #+BEGIN_EXPORT latex?
I find myself constantly removing #+BEGIN_EXPORT latex and putting it
back which is pretty frustrating.
any ideas how to do that would be greatly appreciated.
#+BEGIN_EXPORT latex
\centering
\begin{tabular}{rrr}
\hline
& G
For a couple of weeks, I had not been able to connect to gmane, so I
finally gave up and changed my preferences so that I could receive the
email from the list. I have not seen any acknowledgement anywhere
that it was down BTW - did anybody here notice? Or was it just me?
I don't know when it cam
I don’t mess around with LibreOffice, but if you want to do it in Org, this is
what I do and it works fine. Some of the preamble is superfluous— for various
letters I’ve had to add other LaTeX packages….
ck
>
>
>
#+STARTUP: indent
#+LANGUAGE: en
#+OPTIONS: num:nil toc:nil ':t
#+AUTHOR: Your
Eric S Fraga writes:
> On Friday, 26 Oct 2018 at 21:54, Nicolas Goaziou wrote:
>
> [...]
>
>> In any case, if other users feel strongly about changing the default
>> value, I don't mind. I hope you understand that one data point is not
>> enough, tho.
>
> Just to add a data point: I've been annoy
> On Oct 30, 2018, at 3:35 AM, Carlos García wrote:
>
> Hi Chuck,
>
> Thanks for looking into this. How difficult/desirable would it be to create
> another block such as "wrap-block" for those blocks created with ":wrap"?
A `special-block' is a syntactic element. A `wrap-block' is not.
> T
Would you mind sharing them? This is a problem I am trying to figure out as
well.
On Tue, Oct 30, 2018, 9:29 AM Eric S Fraga wrote:
> Matt,
>
> I've replied directly to you with some files.
> --
> Eric S Fraga via Emacs 27.0.50, Org release_9.1.13-783-g97fac4
>
>
Matt,
I've replied directly to you with some files.
--
Eric S Fraga via Emacs 27.0.50, Org release_9.1.13-783-g97fac4
On Tue, Oct 30, 2018 at 2:54 AM Eric S Fraga wrote:
> On Tuesday, 30 Oct 2018 at 01:55, Matt Price wrote:
> > in North America it's letter-of-reference season for professors, and I am
> > writing a lot of them.
>
> I sympathise fully :)
>
> > These are some of the only documents I still compose i
Hi Chuck,
Thanks for looking into this. How difficult/desirable would it be to create
another block such as "wrap-block" for those blocks created with ":wrap"?
That way, the needed change would be rather elegant:
:line 2478 of ob-core.el:
| ;; Possible results types.
| '(drawer example-block
On Mon, Oct 29, 2018 at 7:53 AM Feiming Chen wrote:
> Hi, I am an enthusiastic emacs-org user. Thanks for making this great tool!
> I gave a talk on emacs-org in a local
> workshop (Government Advances in Statistical Programming) in Washington D.C.
> yesterday. I'd like to share the slides
>
You should be able to make a letterhead template by placing the
letterhead in the header, saving it as an ODT styles file and
specifically referencing any images in a list in the ODT_STYLES_FILE
header. See the manual 12.12.5, "Applying custom styles".
When I try it, though, Org fails to parse th
23 matches
Mail list logo