Hello,
In Emacs 24.5.1, after updating to the latest Org mode in ELPA
(8.3.1-16-gf6aa53-elpa), org-publish results in the error
"org-check-agenda-file: Wrong type argument: stringp, nil"
on a project that used to publish without errors using the latest Org 8.2.
Here is the part of a backtrace o
Hi John,
On Fri, Aug 14, 2015 at 11:16:42PM -0500, John Hendy wrote:
> On Fri, Aug 14, 2015 at 6:25 AM, Suvayu Ali
> wrote:
> >
> > All contiguous environments are automatically wrapped in a columns
> > environment, although it can be forced at any point by setting the
> > BEAMER_env prope
On Fr, Aug 14 2015, Nicolas Goaziou wrote:
> Gerald Wildgruber writes:
>
>> One thing though: if I insert a new footnote in a region of text that
>> already has footnotes before and after, the auto adjust mechanism is
>> triggered by "C-c C-x f", but in this case point is set NOT near the NEW
>
Thomas Holst writes:
> Hi Eric,
>
> ยท Eric Abrahamsen wrote:
>
>>> thanks for the gnorb package! I started using it and I like it a lot!
>>>
>>> When I call `gnorb-gnus-incoming-do-todo' from gnus I'm prompted for a
>>> headline. But completion is not working. Neither nor M-j does
>>> anything.
On Fri, Aug 14, 2015 at 6:25 AM, Suvayu Ali wrote:
>
> Hi John,
>
> On Thu, Aug 13, 2015 at 06:41:45PM -0500, John Hendy wrote:
> >
> > I would not have guessed that from Worg, that's for sure. Thanks much for
> > chiming in.
>
> In the tutorial under "Special environments"[1], I see the following
Grant Rettke writes:
> On Sun, Aug 9, 2015 at 2:44 AM, Nicolas Goaziou
> wrote:
>> Anyway, the following should do:
>
> That works perfectly. Thank you.
>
> Tempted to run it in a on-save hook just to ensure that the document
> *always* has IDs. At least for tangle comments.
>
You might try se
Nicolas Goaziou writes:
> Hello,
>
> I just merged `wip-lint' branch with `master'. It is now possible to
> check syntax in a document using
>
> M-x org-lint
Cool. Thanks!
--
Vote for Dick Taid in an election near you!
it might not be sorting itself. after i sort, i do org-show-entry as
part of a sequence to try to make things a little more folded after a
sort.
i am still getting a lot of hangs in 8.3. most often, it is when i do
a subtree sort.
i keep trying element debug mode, but it has magical bug preventing abilities.
org-show-entry is another place where the bug occurs. it is part of
recreating a more folded state after undoing a sort.
once it
Pip Cet writes:
> Of course, here we go. Please let me know if there's anything wrong
> with it still. (I don't think gmail copy-and-paste preserves tabs, so
> this is sent as an attachment. Is that okay, for future reference?)
>
> It would be great if README_contribute could be updated no longer
On 2015-08-14, at 19:54, Jorge A. Alfaro-Murillo
wrote:
> Peter Davis writes:
>
>> I'd like to store information in an org page that gets
>> automatically encrypted when I save it, and decrypted when I
>> open it. Is there some built-in functionality or hooks for this?
>
> You could save the
Rasmus writes:
> I don't really see the issue... Can we add a proper Version headers in
> the make process for ELPA packages.
We don't generate org.el; while it would not be impossible to do, I
don't really see why we should just to drop some comment in there.
Besides, it would be perfectly possi
Peter Davis writes:
I'd like to store information in an org page that gets
automatically encrypted when I save it, and decrypted when I
open it. Is there some built-in functionality or hooks for this?
You could save the file as .gpg, and put as its first line
# -*- mode: org-mode -*-
By the
Hi Nicolas,
On Thu, Aug 13, 2015 at 11:37 PM, Nicolas Goaziou
wrote:
> Hello,
>
> Pip Cet writes:
>
>> Can you try this patch? That appears to fix the issue here, at least
>> for this one file, at the cost of yet another shy group added to the
>> regular expression.
>
> Thanks for the patch.
>
>
On Tue, May 5, 2015 at 9:11 AM, Leo Ufimtsev wrote:
> Making (displayed) inline images use multiple lines sounds like a great idea.
Just to be overly clear: you are saying that it is a great idea add
the sliced-image utilization Org-Mode using
existing EMACS functionality for sliced images?
Hello,
I just merged `wip-lint' branch with `master'. It is now possible to
check syntax in a document using
M-x org-lint
Regards,
--
Nicolas Goaziou0x80A93738
Rasmus writes:
> Great. The bad commit seems to be:
>
> commit 898cfbcac0560d1d742d939a62c5a8253fe9b66f
> Author: Nicolas Goaziou
> Date: Mon Aug 10 13:34:07 2015 +0200
>
> Implement faster `show-children' function
>
> * lisp/org.el (org-show-children): New functio
Nick Dokos writes:
> Here's a quick implementation of the method I described earlier
> in the thread:
This works great. Thanks! Perhaps we could integrate something like this
into org-bbdb.el...
Matt
Gerald Wildgruber writes:
> One thing though: if I insert a new footnote in a region of text that
> already has footnotes before and after, the auto adjust mechanism is
> triggered by "C-c C-x f", but in this case point is set NOT near the NEW
> footnote marker but always at the marker of the LAS
Hello John,
>> > Here is the setup I have that worked when I tried it last ;)
>> >
>> > ;; encryption
>> > (require 'epa-file)
>> > (unless (memq epa-file-handler file-name-handler-alist)
>> > (epa-file-enable))
>>
>> Do you remember what are those 2 lines for?
>
> They are basically copied from
Hi John,
On Thu, Aug 13, 2015 at 06:41:45PM -0500, John Hendy wrote:
>
> I would not have guessed that from Worg, that's for sure. Thanks much for
> chiming in.
In the tutorial under "Special environments"[1], I see the following
paragraph:
All contiguous environments are automatically wrappe
They are basically copied from thetop of
http://orgmode.org/worg/org-tutorials/encrypting-files.html
The first line loads epa-file (epa-file.el --- the EasyPG Assistant,
transparent file encryption )
The second line looks like a way to call epa-file-enable if it hasn't been
enabled. You can just
Achim Gratz writes:
> Yes, we don't want to have to commit this nonsense when we have a proper
> VCS. Now, instead of simply tagging a release you're back to having to
> remember that you have to jump through some burning hoops first in a
> particular oder, then commit it and then maybe you can
Hello John,
> Here is the setup I have that worked when I tried it last ;)
>
> ;; encryption
> (require 'epa-file)
> (unless (memq epa-file-handler file-name-handler-alist)
> (epa-file-enable))
Do you remember what are those 2 lines for?
Best regards,
Seb
--
Sebastien Vauban
24 matches
Mail list logo