Hi,
I'm running into very slow capture templates since this morning with a
good 10-20 second delay each time I try to invoke them. After
instrumenting org with elp and examining the results I get:
org-capture 1
42.157791853 42.157791853
org-c
Hi,
If I have the following:
,
| #+TITLE: Test
| #+AUTHOR: Loris Bennett
|
| #+OPTIONS: H:1 toc:nil
|
| #+LATEX_HEADER: \usepackage[ngerman]{babel}
|
| #+DATE: \today
|
| * Test
|
| Test
`
And export as
Hey,
Grant Rettke writes:
> Lately been hearing great things about Pandoc's ability to export to ebook
> formats and more.
>
> Folks that use both Pandoc and org-mode: how do you use them together, and
> why?
My personal use-case here is blogging: Nowadays, I'm writing my blog
posts in Org and
Am Wed, 21 May 2014 14:47:37 +0200
schrieb Nicolas Goaziou :
> Hello,
>
> Christian Kellermann writes:
>
> > I first thought about using ODT_STYLES_FILE in the list form and
> > pick out the content.xml from there, but maybe that's a bit
> > unexpected as one might use a different content than
Aaron Ecay writes:
> Hi Rainer,
>
> I have wondered about what you suggest as well, from the point of view
> of trying to modify the long pieces of R code which are embedded in
> strings in ob-R.el. I think this would be easier if they could be
> tangled from R code blocks in an org file. So fr
Detlef Steuer writes:
>> Introducing the item is easy, but making something out of it in each
>> back-end is not, as it requires to define what title:nil means there.
>> In particular, should it be "an empty title" or something else?
>>
>> For example, ascii back-end provides a banner as its tit
Grant Rettke writes:
> On Wed, May 21, 2014 at 3:21 PM, Rainer M Krug wrote:
>> I am sure this would be possible, but would this be feasible? A good
>> idea? Or would it be better to have an additional directory
>> (e.g. lisp.org) which contains the corresponding .org files?
>
> Great question.
On Thursday, 22 May 2014 at 08:24, Alan L Tyree wrote:
[...]
> It is good EXCEPT my book contains many, many cross references. In
> docx they come out looking like:
>
> "see [sec-3-4-2]" when I want them to look like "see 3.4.2".
I have a few of these, few enough that post-processing by hand is
Kyutech writes:
> I never no that properties before, thanks for your help!
You're welcome -- note that you can set this property with
C-c C-a i
HTH,
--
Bastien
Hi Sharon,
Sharon Kimble writes:
> In my todo list I have this as an entry
>
> + [ ] pick up bnf from the corner store<2014-05-22 Thu>
>
>
> which appears like this in the agenda
>
> organiser: Jobs to do [12/36] [33%]
>
> How can the checkbox item be better dated such that it shows in the
>
Hi Nicolas,
Nicolas Goaziou writes:
> Well, actually it required more work than I thought. Here is the patch,
> with some documentation. I didn't test it thoroughly, so feedback is
> welcome.
I tested it with paragraphs and tables and didn't find any problem,
thanks a lot for implementing this.
On Thursday, 22 May 2014 at 07:17, Vikas Rawal wrote:
> I am creating a beamer presentation, but want to be able to toggle
> inclusion or exclusion of some headlines/frames in the export,
> depending on the occasion where the presentation is being made. What
> is the appropriate way to do this?
>
>
Hi Jamil,
jamil egdemir writes:
> Anyone have any ideas on how I can correct this problem?
Nope -- but in the meantime, can you try with the latest Org version
from the Git master branch?
~$ git clone git://orgmode.org/org-mode.git
~$ cd org-mode
~$ make
then load the correct location in your
Hi Rainer and Aaron,
Aaron Ecay writes:
> I am not so convinced that having all the elisp code in an org file
> would be convenient, since I am worried that would break the interactive
> features of elisp programming.
My point of view too.
On top of this, I see two problems:
1. there is the p
Bastien wrote:
> Hi Ian,
>
> Please send me your public key so that I can give you access to the
> org-mode and worg repositories.
>
> Ian Kelling writes:
>
>> From 9191e4a364e251119cf8b7c72e41f6c0d09583f2 Mon Sep 17 00:00:00 2001
>> Message-ID: <87ha5aqa93@treetowl.lan>
>> MIME-Version: 1.0
>
So after sorting out my .emacs file (embarrassingly large) the problem
has resolved itself.
I'm guessing it was in the elisp somewhere.
Anyway, problem resolved. I can now repeatedly convert to html without
issue. sorry to waste bandwidth.
--
Dave Pawson
XSLT XSL-FO FAQ.
Docbook FAQ.
http://ww
Hi Jonathan,
Jonathan Coupe writes:
> 1. If anyone is interested in testing this, please let me know
I am, definitely. Discovering recoll and indexing my files right now.
> 2. I could do with an experienced elisp coder to review this when I've
> finished. Things seem to be working well, but t
Nicolas Goaziou wrote:
> In addition to @code{#+BEGIN_CENTER} blocks (@pxref{Paragraphs}), it is
> possible to justify contents to the left or the right of the page with the
> following dedicated blocks.
>
> @example
> #+BEGIN_JUSTIFYLEFT
> It's just a jump to the left
> #+END_JUSTIFYLEFT
>
> #+B
Vikas Rawal wrote:
> I am creating a beamer presentation, but want to be able to toggle
> inclusion or exclusion of some headlines/frames in the export,
> depending on the occasion where the presentation is being made. What
> is the appropriate way to do this?
>
> I can use :no export: for selected
Hi Sébastien,
Sebastien Vauban
writes:
> Do I understand correctly that those won't be converted to their
> HTML and LaTeX counterparts (flushright and raggedleft)?
For HTML, the user can define a new class "justifyright".
For LaTeX, yes, we should probably handle this as \begin{flushright}.
M writes:
> Could it be possible to ignore the predefined sorting order when refreshing
> an existing agenda?
No -- the way the refresh of the agenda works is by rebuilding it,
and we cannot rebuild a temporary order unless we store the manual
order information somewhere.
I'll think about this
Bastien writes:
> Hi Rainer and Aaron,
>
> Aaron Ecay writes:
>
>> I am not so convinced that having all the elisp code in an org file
>> would be convenient, since I am worried that would break the interactive
>> features of elisp programming.
>
> My point of view too.
>
> On top of this, I see
Bastien wrote:
> Sebastien Vauban
> writes:
>
>> Do I understand correctly that those won't be converted to their
>> HTML and LaTeX counterparts (flushright and raggedleft)?
>
> For HTML, the user can define a new class "justifyright".
>
> For LaTeX, yes, we should probably handle this as \begin{f
Rainer M Krug writes:
> So I would argue that in ob-LANGUAGE.el files the non-elisp-expert is more
> likely to look and work then in the core org files wherefore an
> a more familiar interface for these changes (literate programming in
> org) would provide more advantages then in the org-core fil
Hi Sébastien,
Sebastien Vauban
writes:
> Even if the goal is desirable, I thought that we may not add defadvice
> in Emacs sources.
True that, we need to clean things up.
The route I will take is to apply Ian patch on master and then to
move all advising code into a separate org-advice.el li
Hi Ian,
Ian Kelling writes:
> Yes, I agree. They want to use C-u C-SPC to go to hidden parts. I've
> updated the patch to advise pop-to-mark-command instead. It is attached.
Thanks, applied, I added a fullstop at the end of the Changelog commit.
As explain in my reply to Sébastien, I will move
Bastien writes:
> Rainer M Krug writes:
>
>> So I would argue that in ob-LANGUAGE.el files the non-elisp-expert is more
>> likely to look and work then in the core org files wherefore an
>> a more familiar interface for these changes (literate programming in
>> org) would provide more advantages
Hello,
I dunno if this must be signalled but, when runnning:
--8<---cut here---start->8---
emacs -Q --batch -L lisp/ -L testing/ -l org-test.el
--eval '(setq org-confirm-babel-evaluate nil)' -f org-test-run-batch-tests
--8<---cut here-
Sebastien Vauban
writes:
> Running org_test, please wait (this can take a while)...
>FAILED test-org-table/org-table-calc-current-TBLFM
>FAILED
> test-org-table/org-table-calc-current-TBLFM-when-stop-because-of-error
I can't reproduce this. Can you run the tests manually and report
Bastien writes:
> Thanks for this new report -- can you apply this patch against maint
> and see if it works correctly? Not only for the bug at stake, but all
> kind of agenda filtering, rescheduling, clocking, etc.
I've now applied this patch in maint.
Let's continue testing this *heavily*.
Hi Konstantin,
Konstantin Kliakhandler writes:
> I also fixed the problems in both org-agenda.el and am including the
> patch.
Thanks for the patch -- I applied the part that I understand:
http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=445a8ec6
As for the other part, can you restate what
Rainer M Krug writes:
> So the reason why I think it would be advantageous to have these files
> in org does not lie with the programmer familiar with emacs-lisp, but
> with somebody familiar with the other side.
Sorry I was too terse in my previous answer: I completely agree with
the goal you d
Hi Greg,
Greg Troxel writes:
> My proposal is that C-c C-e should behave similarly to when in an org
> file, but choices that require an associated org file should be omitted.
> Specifically, I think the following options make sense:
> c c (ical combined)
> c a (ical all)
> P x (publish -
Hello,
Sebastien Vauban
writes:
> Nicolas Goaziou wrote:
>> In addition to @code{#+BEGIN_CENTER} blocks (@pxref{Paragraphs}), it is
>> possible to justify contents to the left or the right of the page with the
>> following dedicated blocks.
>>
>> @example
>> #+BEGIN_JUSTIFYLEFT
>> It's just a
>
> Have you looked at setting other exclude tags:
> [[info:org#Export%20settings][info:org#Export settings]]?
>
Thanks. Perfect. Took me a while to understand was was written there. But
exactly what I needed.
#+EXCLUDE_TAGS: technical
Vikas
Hi Greg,
I pushed a similar fixed, updated to take recent changes into
consideration. Thanks for the patch!
--
Bastien
Bastien writes:
> Rainer M Krug writes:
>
>> So the reason why I think it would be advantageous to have these files
>> in org does not lie with the programmer familiar with emacs-lisp, but
>> with somebody familiar with the other side.
>
> Sorry I was too terse in my previous answer: I completel
Hello,
Bastien writes:
> Feel free to commit this when you want,
Polished and applied.
Regards,
--
Nicolas Goaziou
Bastien writes:
> Greg Troxel writes:
>
>> My proposal is that C-c C-e should behave similarly to when in an org
>> file, but choices that require an associated org file should be omitted.
>> Specifically, I think the following options make sense:
>> c c (ical combined)
>> c a (ical all)
>>
Nicolas Goaziou writes:
> Polished and applied.
Thanks! And I agree this does not need to be something else than a
special block.
--
Bastien
Hi, all
This patch is finally merged into the master branch, we can export results
of scheme code block under batch mode now.
Thanks to Eric, Bastien and Oleh.
On Sat, Apr 12, 2014 at 10:12 PM, Eric Schulte wrote:
> KDr2 writes:
>
> > HI, Eric
> >
> > You are right, I remove the usage of advi
Bastien writes:
>> There doesn't seem to be an easy way to make a custom agenda view
>> that only shows todo items that are scheduled for the future. Or am
>> I wrong?
>
> Use a TODO agenda view, and set `org-agenda-todo-ignore-scheduled' to
> past within this custom agenda view.
This shows ent
Christoph Groth writes:
> This shows entries scheduled for the future together with unscheduled
> entries (many in my case). I am looking for a way to temporarily hide
> the unscheduled entries.
Then maybe combine this with `org-agenda-skip-if' set to 'notscheduled?
--
Bastien
Hi Greg,
Greg Troxel writes:
> But I can deal or change my own bindings, so the question is really
> about what the ensemble of current and future users will find more
> intuitive.
Yes -- let them speak.
I don't find it intuitive to have C-c C-e in agenda trying to do
something sensible, excep
Rainer M Krug writes:
> But as I am not the one who has to maintain it, it is easy for me to
> suggest it.
:)
Even if we find a solution for keeping everything in sync easily,
there is still the problem of enforcing a convention on potentially
many contributors.
Maybe you can publish your ob-R
Hi,
Example input:
#+header: :eps t
#+header: :file hello.pdf
#+BEGIN_SRC ditaa
+--+
| |
|Hello |
| |
+--+
#+END_SRC
When using the above code (which I guessed should be the correct way)
with ob-ditaa to produce a pdf (through DitaaEps
Bastien writes:
> Hi Sébastien,
>
> Sebastien Vauban
> writes:
>
>> Even if the goal is desirable, I thought that we may not add defadvice
>> in Emacs sources.
>
> True that, we need to clean things up.
>
> The route I will take is to apply Ian patch on master and then to
> move all advising cod
On Thu, May 22, 2014 at 5:54 AM, Rainer M Krug wrote:
> 4) and if it is working, detangled into ob-org
>
Apologies for jumping in as a lurker. When you say "detangled", is there a
process for doing this? I know that working with cweb files the tangled
output included some markers to indica
> Christoph Groth writes:
>
>> There doesn't seem to be an easy way to make a custom agenda view
>> that only shows todo items that are scheduled for the future. Or am
>> I wrong?
>
> Use a TODO agenda view, and set `org-agenda-todo-ignore-scheduled' to
> past within this custom agenda view.
Tha
Bastien,
I've pulled the latest org from git and added it to my load-path:
;; to make sure we're using the latest org checkout from git:
(add-to-list 'load-path "~/home/jegdemir/buildarea/org-mode/lisp")
(add-to-list 'load-path "~/home/jegdemir/buildarea/org-mode/contrib/lisp" t)
and now when I
Hi Bastien,
I'm willing to sign the FSF copyright papers, provided it isn't too big of
a hassle :-). What do I need to do?
The problem that the other part of the patch solves is as follows:
org-batch-store-agenda-views writes all agendas (according to some
criteria) to disk.
To do this, it first
Hi Jamil,
jamil egdemir writes:
> I've pulled the latest org from git and added it to my load-path:
You also need to "make" or "make autoloads".
> ;; to make sure we're using the latest org checkout from git:
> (add-to-list 'load-path "~/home/jegdemir/buildarea/org-mode/lisp")
> (add-to-list '
Hi Eric,
Eric S Fraga writes:
> Just a quick heads up to say that I have some strange behaviour that
> appeared within the past week or so: I manage my diary by viewing it in
> org-agenda and adding entries from that view with "i d"
> (org-agenda-diary-entry). I have org-agenda-diary-file defi
Thank you for your response, but...
Using the most recent stable version of emacs I still see the bug.
When I override the built-in version of org and install version 20140519 of org
using the package manager, I still see the bug.
I am working under Windows 7, and my emacs version is 24.3.1.
Hi Kevin,
Kevin Van Horn writes:
> Thank you for your response, but...
>
> Using the most recent stable version of emacs I still see the bug.
What gives M-x org-version RET?
> When I override the built-in version of org and install version
> 20140519 of org using the package manager, I still
Org-mode version 8.2.6 (8.2.6-22-gb11b4a-elpa).
Emacs: GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601)
of 2013-03-17 on MARVIN
Kevin S. Van Horn, Ph.D. | Principal Engineer
D: 801.290.3823 | Salt Lake City Office (Mountain Time)
-Original Message-
From: Bastien Guerry [mailto:bastiengue...@gm
On Thursday, 22 May 2014 at 18:39, Bastien wrote:
> Hi Eric,
>
> Eric S Fraga writes:
>
>> Just a quick heads up to say that I have some strange behaviour that
>> appeared within the past week or so: I manage my diary by viewing it in
>> org-agenda and adding entries from that view with "i d"
>>
Josh Berry writes:
> On Thu, May 22, 2014 at 5:54 AM, Rainer M Krug wrote:
>
>> 4) and if it is working, detangled into ob-org
>>
>
> Apologies for jumping in as a lurker. When you say "detangled", is there a
> process for doing this? I know that working with cweb files the tangled
Yes -
Hi Eric,
My "solution" was a keyboard macro at the LaTeX stage, replacing
\ref{sec-3-2-1} with 3.2.1 in the text.
Not very elegant, but it works for the time being when I don't have the
time to consider anything better.
A filter would obviously be better, but my elisp skills mean that it would
t
On 05/21/2014 02:33 PM, Eric S Fraga wrote:
> On Wednesday, 21 May 2014 at 13:01, Grant Rettke wrote:
>> Hi,
>>
>> Lately been hearing great things about Pandoc's ability to export to ebook
>> formats and more.
>>
>> Folks that use both Pandoc and org-mode: how do you use them together, and
>> why?
Bastien,
My apologies. I should have been more explicit on the installation.
I followed the instructions at
http://orgmode.org/manual/Installation.html
which included the 'make autoloads' where make in this case is
actually GNU make pulled down from their packages as opposed to the
OpenBSD make
Hi Ryan,
Ryan Moszynski writes:
> 2: i'm lazy
Assume we are too :)
Can you resend your email as plain text? Otherwise the tables are
unreadable. Also try rephrasing questions against a *simple* table,
so that volunteers who want to answer don't get lost in the details.
Thanks!
--
Bastien
jamil egdemir writes:
> Using M-x org-version RET I get:
> Org-mode version 8.2.6 (release_8.2.6-1 @
> /home/jegdemir/share/emacs/24.4.50/lisp/org/)
>
...and which OS and which X are you using?
> In an attempt to follow you suggestion, I fired up a few calls to
> x-get-selection in my *scratch
On Thu, May 22, 2014 at 3:30 AM, Rainer M Krug wrote:
> If I understand you correctly, you are using Vagrant to develop your code
> and to generate the release - that is a good idea. But isn't this an
> overkill in the case of the context here? org (and emacs) should be
> stable enough to tangle
Hi all,
i use org-contacts as my primary system for contact
management. Consequently, i'd love to be able to make use of my
org-contacts data on my Android phone.
To that end, i recently wrote some code for MobileOrg-Android which adds
basic PROPERTIES drawer support:
https://github.com/matburt
Hi Eric,
Eric S Fraga writes:
> I am indeed very puzzled. I can only think that it must be a bug with
> emacs itself?
Nope, the bugs reminds me another one that has been fixed.
> Any hints on how to debug this would be most welcome as
> it is somewhat annoying. But not critical, on the other
Hi Kevin,
Kevin Van Horn writes:
> Org-mode version 8.2.6 (8.2.6-22-gb11b4a-elpa).
Okay.
Hopefully someone else can reproduce this, but I cannot, sorry.
--
Bastien
Hi Nick,
Nick Dokos writes:
> ...and which OS and which X are you using?
The OS is: x86_64-unknown-openbsd5.4
--
Bastien
Hi Ian,
Ian Kelling writes:
> I would be happy to write the patch for this, if we agree.
Anything that gets rid of advice is good, we agree on this.
If you have time, please start sketching out the patch so that we can
discuss how to replace some of the advice by internal Org functions.
Note t
Hi Albin,
Albin Stjerna writes:
> 1. Has something like this been attempted by anyone else before?
No -- but there are regular feature requests around making repeaters
more flexible. I hope I can enhance this for 8.4 (or 9.0.)
> 2. Which org-mode hooks would be a good place to start integrati
Hi Nicolas,
Nicolas Richard writes:
> If, instead, you first hit TAB (to open the subtree), then narrow to subtree
> and hit TAB again to fold, you get "* love is" followed by
> org-ellipsis followed by 'd' on the same line. The 'd' shouldn't be there.
That's an annoying and known glitch -- I d
Hi Eric,
Eric Abrahamsen writes:
> By passing the FORCE argument to `org-get-property-block', the broken
> block ends up getting silently repaired, and everything works as normal.
Can you show this as a patch?
> I'm not sure, however, that silently repairing things without the user's
> knowled
Bastien writes:
> Hi Nick,
>
> Nick Dokos writes:
>
>> ...and which OS and which X are you using?
>
> The OS is: x86_64-unknown-openbsd5.4
Ah, right - thanks! I googled a bit and found this:
http://lists.gnu.org/archive/html/help-gnu-emacs/2013-10/msg00124.html
Maybe it helps?
--
Nick
73 matches
Mail list logo