Re: [O] Bug: org-babel-tangle-publish fails in copy-file step [8.3.1 (release_8.3.1-241-gea7ac0 @ /home/arunisaac/.emacs.d/org-mode/lisp/)]

2015-10-03 Thread Arun Isaac

Kyle Meyer  writes:
> Fixed in 2c349cc65.

Everything works as expected now. Thanks a lot!



signature.asc
Description: PGP signature


Re: [O] Bug: org-babel-tangle-publish fails in copy-file step [8.3.1 (release_8.3.1-241-gea7ac0 @ /home/arunisaac/.emacs.d/org-mode/lisp/)]

2015-10-03 Thread Kyle Meyer
Kyle Meyer  writes:

> Arun I  writes:
>
>>> Thanks for the detailed report and reproducible example, and sorry for
>>> the late reply.  Fixed in 36233d976d.
>>
>> That works! Thanks.
>>
>> But, a new bug seems to have been introduced or was already there.
>>
>> When the publishing directory does not already exist (in my case,
>> ~/.emacs.d/org-tangle-bug/pub), I get
>>
>> (file-error "Opening output file" "is a directory"
>> "~/.emacs.d/org-tangle-bug/pub/")
>>
>> If I'm correct, org-babel-tangle-publish should create the publishing
>> directory if it does not already exist.
>
> Hmm ... I don't see how that could have been introduced by 36233d976d,
> but I agree that the directory should be created if needed.  I'll have a
> look later today.

Fixed in 2c349cc65.

-- 
Kyle



Re: [O] Bug: org-babel-tangle-publish fails in copy-file step [8.3.1 (release_8.3.1-241-gea7ac0 @ /home/arunisaac/.emacs.d/org-mode/lisp/)]

2015-10-03 Thread Kyle Meyer
Arun I  writes:

>> Thanks for the detailed report and reproducible example, and sorry for
>> the late reply.  Fixed in 36233d976d.
>
> That works! Thanks.
>
> But, a new bug seems to have been introduced or was already there.
>
> When the publishing directory does not already exist (in my case,
> ~/.emacs.d/org-tangle-bug/pub), I get
>
> (file-error "Opening output file" "is a directory"
> "~/.emacs.d/org-tangle-bug/pub/")
>
> If I'm correct, org-babel-tangle-publish should create the publishing
> directory if it does not already exist.

Hmm ... I don't see how that could have been introduced by 36233d976d,
but I agree that the directory should be created if needed.  I'll have a
look later today.

Thanks.

--
Kyle



Re: [O] Scheduling a meeting every week for a given time

2015-10-03 Thread Eric S Fraga
On Friday,  2 Oct 2015 at 15:24, Jorge A. Alfaro-Murillo wrote:
> Hi Claude.
>
> Claude Fuhrer writes:
>
>> I'm trying to add recurring events, but only for a given period of
>> time. 
>
> You should probably use org-class. See below.

or use org-clone-subtree-with-time-shift to generate the individual
events.
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org release_8.3.1-270-g256fef



Re: [O] bug: latex exporter

2015-10-03 Thread Eric S Fraga
On Friday,  2 Oct 2015 at 17:09, Marcin Borkowski wrote:
> On 2015-10-02, at 12:31, Eric S Fraga  wrote:
>
>> But, as this is the org mailing list, to keep it on topic, adventure was
>> definitely "all text"!  ;-)
>
> Now you made me want to write a text-adventure game engine on top of
> Org-mode...

Intriguing idea... :-)
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org release_8.3.1-270-g256fef



Re: [O] Bug: org-babel-tangle-publish fails in copy-file step [8.3.1 (release_8.3.1-241-gea7ac0 @ /home/arunisaac/.emacs.d/org-mode/lisp/)]

2015-10-03 Thread Arun I
> Thanks for the detailed report and reproducible example, and sorry for
> the late reply.  Fixed in 36233d976d.

That works! Thanks.

But, a new bug seems to have been introduced or was already there.

When the publishing directory does not already exist (in my case,
~/.emacs.d/org-tangle-bug/pub), I get

(file-error "Opening output file" "is a directory"
"~/.emacs.d/org-tangle-bug/pub/")

If I'm correct, org-babel-tangle-publish should create the publishing
directory if it does not already exist.

Just like earlier, I have attached a tarball with org files and emacs
lisp code to reproduce the bug. Just extract the tarball, and run

emacs -Q -l minimal-org.el


org-tangle-bug.tar.gz
Description: Binary data


signature.asc
Description: PGP signature


Re: [O] Bug: Exporting smart single quotes in Org 8.3 seems broken [8.3.2 (8.3.2-elpa @ /Users/jonathan/.emacs.d/elpa/org-20150929/)]

2015-10-03 Thread Nicolas Goaziou
Rasmus  writes:

> Nicolas Goaziou  writes:
>> Also, I think it would be clearer to rename `opening-double-quote' to
>> `opening-primary-quote' and `opening-single-quote' to
>> `opening-secondary-quote'. WDYT?
>
> In fact, I thought they needed renaming as well in light of the
> redefinition of " and '.

I renamed `opening-double-quote' to `primary-opening' and
`opening-closing-quote' to `secondary-opening'. Ditto for closing parts.


Regards,