Cool! Thanks for letting us know.
Hi Ian,
I must have missed this a month ago, sorry about this. I applied the patch now
(by hand, git-am choked on it.)
Thank you!
- Carsten
On 16.10.2013, at 20:58, Ian Kelling wrote:
> I sent this patch a month ago, but it got no reply. Perhaps that I
> accidentally had html email format di
Hi Michael,
applied, sorry for the delay, and thanks!
- Carsten
On 16.10.2013, at 15:49, Michael Brand wrote:
> Hi all
>
> On Sat, Oct 5, 2013 at 3:31 PM, Michael Brand
> wrote:
>> Sorry, I attached the wrong patch (the other one that is waiting in
>> another thread), here again.
>
> I woul
Jason Lewis writes:
> Hi,
>
> If I try and export:
>
> #+BEGIN_SRC latex
> \\
> #+END_SRC
>
> as html from org-mode, it gives me the following error:
>
> face-attribute: Invalid face: font-lock-warning
>
> and fails to export anything.
>
Your example exports w/o problem for me with Org-mode vers
Oleh writes:
> The address and date are auto-added as a comment now.
> The updated source can be found at https://github.com/abo-abo/org-download
>
> Images can be stored in a custom dir with:
>
> (setq org-download-image-dir "~/Pictures/org")
>
> I still want to add some rescaling option via Ima
(setq org-ascii-text-width 60)
(org-export-to-buffer 'ascii "whatever.txt" nil t nil)
Anything with footnotes is filled to 75.
Thanks.
Samuel
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. ANYBODY can get it.
Denmark: f
Torsten Wagner writes:
> Hi again,
>
> today seems to be my Eric Schulte spamming day. Sorry for that.
>
No problem.
>
> Ok. Checking why I do not have the latest and finest version of
> org-ehtml I found the following error
>
> package-compute-transaction: Need package `elnode-20130416.1626',
On 17/10/13 12:30 PM, Jason Lewis wrote:
> On 17/10/13 12:22 PM, Jason Lewis wrote:
> >
>> Hi,
>>
>> If I try and export:
>>
>> #+BEGIN_SRC latex
>> \\
>> #+END_SRC
>
> I also get the same error with
>
> #+BEGIN_SRC latex
> \newline
> #+END_SRC
>
> I'm exporting with C-c C-e hH
>
>
>
I see the same
On 17/10/13 12:22 PM, Jason Lewis wrote:
>
> Hi,
>
> If I try and export:
>
> #+BEGIN_SRC latex
> \\
> #+END_SRC
I also get the same error with
#+BEGIN_SRC latex
\newline
#+END_SRC
I'm exporting with C-c C-e hH
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hi,
If I try and export:
#+BEGIN_SRC latex
\\
#+END_SRC
as html from org-mode, it gives me the following error:
face-attribute: Invalid face: font-lock-warning
and fails to export anything.
Is this a bug or a feature?
Is there any way I can i
Hello,
Eric S Fraga writes:
> Carsten Dominik writes:
>
>> Hi Eric,
>>
>> I think ox-beamer will turn id: links, search links and custom-id
>> lines into clickable references in beamer. I have not tried this
>> myself, but looking at the code, this seems to be the case.
>
> Indeed but I'm not
I sent this patch a month ago, but it got no reply. Perhaps that I
accidentally had html email format didn't help.
During the extra hours of org-extend-today-until, when
org-clock-mode-line-total is 'today, the clocked time shown in the
modeline is wrong. It ignores all previously clocked time, w
Hello,
I just noticed but recently Github upgraded the version of the Org ruby gem
that they used in github.com :
https://github.com/github/markup/issues/186#issuecomment-25342870
This update took a while to happen, but I hope you like the improvements of
what the Org ruby contributors and I have
Hi all,
I'd like to have a 'header' on the first page of a odt exported document
-- something like this:
,
| Some fixed text here +---+
| | some logo |
|
Hello Torsten,
> - Enhance org-ruby?
I would be glad to help out in this regard. About the completeness of the
implementation of the Org mode ruby parser, it would be very helpful for me
to have a set of examples that describe how each one of the features of Org
mode Emacs exporter should be rende
Dnia 2013-10-16, o godz. 17:52:51
Oleh napisaĆ(a):
> The address and date are auto-added as a comment now.
> The updated source can be found at
> https://github.com/abo-abo/org-download
>
> Images can be stored in a custom dir with:
>
> (setq org-download-image-dir "~/Pictures/org")
>
> I stil
The address and date are auto-added as a comment now.
The updated source can be found at https://github.com/abo-abo/org-download
Images can be stored in a custom dir with:
(setq org-download-image-dir "~/Pictures/org")
I still want to add some rescaling option via ImageMagick and
an option for l
"Erik L. Arneson" writes:
> I've been hacking at it a little on Github and have created an
> org-evernote.el library that has an `org-evernote-pull' command that
> tries to work similarly to `org-mobile-pull'. It's still a work in
> progress, but I'd love some feedback and contributions.
>
> My
Hi again,
today seems to be my Eric Schulte spamming day. Sorry for that.
Ok. Checking why I do not have the latest and finest version of
org-ehtml I found the following error
package-compute-transaction: Need package `elnode-20130416.1626', but
only 0.9.9.7.6 is available
However, org-ehtml req
Thx Oleh ,This is really amazing!
Ive been waiting for ages for something like this. a few questions
(well ok"requests" :)..) if you
dont mind. please bare in mind i have zero coding skills (or understanding
so my questions may be stupid :))
1.i use alot of images and :in alot of headings and sub
Hi all
On Sat, Oct 5, 2013 at 3:31 PM, Michael Brand
wrote:
> Sorry, I attached the wrong patch (the other one that is waiting in
> another thread), here again.
I would like to remind to review and apply the patch attached on
[2013-10-05 Sat] to this thread
(0001-Small-improvement-of-maintainabi
This looks like a nice feature!
Maybe you could add to save the address and date the picture was taken,
thus, one could easily refer to the image origin. That is sometimes of
importance.
Thanks for sharing
Torsten
On 16 October 2013 12:04, Oleh wrote:
> Hi all,
>
> Here's a little hack that
Carsten Dominik writes:
> Hi Eric,
>
> I think ox-beamer will turn id: links, search links and custom-id
> lines into clickable references in beamer. I have not tried this
> myself, but looking at the code, this seems to be the case.
Indeed but I'm not sure what this has to do with automatic ge
Andreas Leha writes:
[...]
> Hi all,
>
> I had the same problem and
>:BEAMER_opt: allowframebreaks,label=
> (with an empty label) does the trick for me here.
Brilliant! This does work and doesn't require any filters or changes to
org. Thanks.
--
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.5
Hi Eric,
thanks for the reply. Unfortuantely, I still stuck with the same problem
after updating from ELPA.
If it works ok for you with the recent version of elnode and ehtml, I might
have to digg where my config is broken. I tried following the readmes but
the elnode server responeses with
Serve
Rasmus writes:
> Eric writes:
>
>> If not, it may be simplest to apply the patch I posted
>> yesterday which removes the automatic generation of frame labels.
>
> Did you try the /second/ filter I posted? It should do what you want,
> but only break the frames that has the offending mark.
>
> Ca
Hi Oleh,
really great timing! I was just hit by this as well and along comes
your message.
Oleh writes:
> Hi all,
>
> Pressing these key-chords just gives:
>
> user-error: To use shift-selection with Org-mode, customize
> `org-support-shift-select'
>
> I don't think that it's very productive t
test, please ignore, may mailer is acting up.
On Oct 16, 2013, at 12:25 PM, Eric S Fraga wrote:
> Eric S Fraga writes:
>
>> Rasmus writes:
>>
>>> Eric S Fraga writes:
>>>
Hello,
technically, I guess this is a bug in beamer and not in org's
exporter. However, if I speci
Hello,
Omid writes:
> When exporting to HTML (Org mode version 8.2.1 ELPA; GNU Emacs version
> 24.3.1) I see the a strange behavior which can be reproduced with the
> following minimal example:
>
> This exports correctly
> #+BEGIN_SRC sh
> ls
> #+END_SRC
>
> - This also exports correctly
> #
Eric writes:
> If not, it may be simplest to apply the patch I posted
> yesterday which removes the automatic generation of frame labels.
Did you try the /second/ filter I posted? It should do what you want,
but only break the frames that has the offending mark.
Carsten Dominik writes:
> I t
Hi Eric,
I think ox-beamer will turn id: links, search links and custom-id lines into
clickable references in beamer. I have not tried this myself, but looking at
the code, this seems to be the case.
Regards
- Carsten
On Oct 16, 2013, at 12:25 PM, Eric S Fraga wrote:
> Eric S Fraga writes
Eric S Fraga writes:
> Rasmus writes:
>
>> Eric S Fraga writes:
>>
>>> Hello,
>>>
>>> technically, I guess this is a bug in beamer and not in org's
>>> exporter. However, if I specify the =allowframebreaks= option for a
>>> frame, the exporter generates the following LaTeX code on beamer expor
Hi all,
Here's a little hack that I use to make my life easier:
(require 'async)
(eval-when-compile
(require 'cl))
(defun org-store-image (link basedir)
(async-start
`(lambda() (shell-command
,(format "wget \"%s\" -P \"%s\""
link
(expand-file
Hi,
I have written a snippet of code with the goal to ask me if I want to
archive a TODO item when marking it DONE or CANCELLED.
The code I have so far is this:
#+BEGIN_SRC emacs-lisp
(require 'org-habit)
;; I need a modified version of org-is-habit, which takes inheritance
;; in to accou
Hi Myles,
thanks for this piece of code. I've integrated that into mine and it
seems to do exactly what I wanted to achieve.
many thanks
.d.
Myles English writes:
> Hi David,
>
> da...@belohrad.ch writes:
>
>> Dear All,
>>
>> could someone help me with following problem?
>>
>> - have multipl
Rasmus writes:
> Eric S Fraga writes:
>
>> Hello,
>>
>> technically, I guess this is a bug in beamer and not in org's
>> exporter. However, if I specify the =allowframebreaks= option for a
>> frame, the exporter generates the following LaTeX code on beamer export:
>>
>> \begin{frame}[allowfra
36 matches
Mail list logo