Rasmus ras...@gmx.us writes:
Eric S Fraga e.fr...@ucl.ac.uk 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:
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 mylesengl...@gmail.com writes:
Hi David,
da...@belohrad.ch writes:
Dear All,
could someone help me with following problem?
-
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
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-name
Eric S Fraga e.fr...@ucl.ac.uk writes:
Rasmus ras...@gmx.us writes:
Eric S Fraga e.fr...@ucl.ac.uk 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
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 e.fr...@ucl.ac.uk wrote:
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
Hello,
Omid omidl...@gmail.com 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
test, please ignore, may mailer is acting up.
On Oct 16, 2013, at 12:25 PM, Eric S Fraga e.fr...@ucl.ac.uk wrote:
Eric S Fraga e.fr...@ucl.ac.uk writes:
Rasmus ras...@gmx.us writes:
Eric S Fraga e.fr...@ucl.ac.uk writes:
Hello,
technically, I guess this is a bug in beamer and not in
Hi Oleh,
really great timing! I was just hit by this as well and along comes
your message.
Oleh ohwoeo...@gmail.com 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
Rasmus ras...@gmx.us 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.
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
Andreas Leha andreas.l...@med.uni-goettingen.de 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
Carsten Dominik drostekirs...@gmail.com 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
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 ohwoeo...@gmail.com wrote:
Hi all,
Here's a
Hi all
On Sat, Oct 5, 2013 at 3:31 PM, Michael Brand
michael.ch.br...@gmail.com 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
Thx Oleh ,This is really amazing!
Ive been waiting for ages for something like this. a few questions
(well okrequests :)..) 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 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
Erik L. Arneson dyb...@lnouv.com 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
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
Dnia 2013-10-16, o godz. 17:52:51
Oleh ohwoeo...@gmail.com 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)
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
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,
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
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,
Hello,
Eric S Fraga e.fr...@ucl.ac.uk writes:
Carsten Dominik drostekirs...@gmail.com 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
-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
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
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 error with:
#+BEGIN_SRC
Torsten Wagner torsten.wag...@gmail.com 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
(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:
Oleh ohwoeo...@gmail.com 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
Jason Lewis jasonble...@gmail.com 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
33 matches
Mail list logo