Nicolas Goaziou writes:
> Hello,
>
> Nick Dokos writes:
>
>> Trying to just read Xavier's email message in Gnus, I get the following
>> backtrace (with unprintable characters replaced by periods) - to me, this
>> looks like a bug somewhere, but not sure where:
>>
>> Debugger entered--Lisp error
Nicolas Goaziou writes:
> Eric Abrahamsen writes:
>
>> If I remove the two `eval's and treat "hook" like a normal variable, the
>> call to `length' fails with:
>>
>> Wrong type argument: sequencep, org-mime-pre-org-hook
>>
>> So apparently `length' is seeing the symbol name, and not the symbol
>
Hi,
Richard Lawrence writes:
>> That being said, my gut feeling is that you have to define the data
>> elsewhere.
>>
>> For example, to add a (sub)title to a odt document the field/keyword is
>> defined in a file different from contents.xml and will just not be printed
>> if used in contents.xml
Hi,
>>> For the record, if the situation ever rises again, I think that
>>> a keyword can be added to "ox.el" only if
>>>
>>> - it is supported at least in every major back-end (ASCII, HTML,
>>> LaTeX, ODT and Texinfo)
>>> - it comes with a toggle in the OPTIONS line e.g. keyword:nil
>>
>>
Hello,
"Francesco Pizzolante"
writes:
> I would like to bump up this thread.
>
> I'm still having this issue while using the latest ELPA version of
> org-plus-contrib.
Fixed in 03e81f0d240271d072fd155d41e59b6b353abaa9. Thank you.
Regards,
--
Nicolas Goaziou
Nicolas Goaziou writes:
> It looks good. Thank you.
Pushed.
--
Bang bang
Hi John,
John Kitchin writes:
> In emacs-lisp, I can get a table as output that has a horizontal line
> in it like this:
>
> (append '((name scopus-id h-index n-docs n-citations))
> '(hline)
> (some expression that generates a list))
>
> The first row is header names, then a hori
Hello,
John Hendy writes:
> I just pulled for the first time in a while and found I get question
> marks in my agenda view instead of the former use of the file name
> (see attached). I did a bunch of git pulling/make cleaning/making, and
> traced it to this commit from Nicholas:
> - 80bccca4e24
Christoph Lange writes:
> On Mar 31, 2015 9:53 PM, "Nicolas Goaziou" wrote:
>> The problem is that we're running out of interesting keybindings.
>
> Let me ask the question differently: as all reasonable key bindings are
> taken (a statement to which I tend to agree), is the suggestion of
> inte
Joon Ro writes:
>> From: ras...@gmx.us
>> Date: Wed, 1 Apr 2015 21:42:43 +0200
>
>> Subject: Re: [O] INCLUDE heading
>>
>> Joon Ro writes:
>>
>> > I would love to have this feature (include only a subtree from another org
>> > file) as well.
>>
>> You can do this in Org v8.3.
>>
>
> Thanks
> From: ras...@gmx.us
> Date: Wed, 1 Apr 2015 21:42:43 +0200
> Subject: Re: [O] INCLUDE heading
>
> Joon Ro writes:
>
> > I would love to have this feature (include only a subtree from another org
> > file) as well.
>
> You can do this in Org v8.3.
>
Thanks - I'm glad to hear that - in fact
Hi everyone,
In emacs-lisp, I can get a table as output that has a horizontal line
in it like this:
(append '((name scopus-id h-index n-docs n-citations))
'(hline)
(some expression that generates a list))
The first row is header names, then a horizontal line, followed by a row
fo
Eric Abrahamsen writes:
> If I remove the two `eval's and treat "hook" like a normal variable, the
> call to `length' fails with:
>
> Wrong type argument: sequencep, org-mime-pre-org-hook
>
> So apparently `length' is seeing the symbol name, and not the symbol
> value.
Indeed.
> I tried changin
Joon Ro writes:
> I would love to have this feature (include only a subtree from another org
> file) as well.
You can do this in Org v8.3.
--
Vote for proprietary math!
Aloha Richard,
Richard Lawrence writes:
> Hi Tom and all,
>
> Thanks for answering my questions!
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> With natbib, it is possible to give a pre-note and a post-note to the
>> citation as a whole, but not to individual citations within it. In
>> order t
Rasmus writes:
> If there's no disagreements I would like to push the following patches.
> After that I will update the doc changes of the SUBTITLE patch and push
> that.
It looks good. Thank you.
Regards,
Rob Richmond gmail.com> writes:
>
>
> Hi all,
> I use org-mode to write both papers and slides. The code to generate tables
and figures is placed in source blocks. Most of the time I use the same
tables in my slides as in my papers, but a lot of preprocessing code is
needed to generate the t
I just pulled for the first time in a while and found I get question
marks in my agenda view instead of the former use of the file name
(see attached). I did a bunch of git pulling/make cleaning/making, and
traced it to this commit from Nicholas:
- 80bccca4e249cbb5812963863ccffbdcf4b25edd
Commit c
Hi Tom and all,
Thanks for answering my questions!
t...@tsdye.com (Thomas S. Dye) writes:
> With natbib, it is possible to give a pre-note and a post-note to the
> citation as a whole, but not to individual citations within it. In
> order to support your syntax fully, I think BibLaTeX is needed
Rasmus writes:
> Richard Lawrence writes:
>
>> I don't really know anything about the ODT format, though. My code
>> more-or-less blindly pastes Pandoc-generated XML into the document
>> during Org ODT export. Can someone who knows more about the format take
>> a look at the file and see if th
Hi,
I think ox-html should insert a viewport to make it mobile friendly. I
think it's not a W3 standard, though, but it's also just an additional
meta tag. I'd like to hear from somebody who knows about html.
This patch adds this tag by default.
—Rasmus
--
m-mm-mmm- bacon!
>From 1a0e32d4
Nicolas Goaziou writes:
> Rasmus writes:
>
>> An example of a structure change is attached. It introduces a table
>> similar to @ref{Export settings} in the beginning of most backend
>> chapters.
>>
>> I have not (re)read it yet, but I want to make sure that we roughly agree
>> on the structure
On 31 Mar 2015, at 18:59, Christoph LANGE wrote:
> I use org's clocking facility to clock all my working time. I frequently
> find myself clocking time for a task T1, but later realize that I actually
> spent part of this time on some other task T2.
[snip]
> The following function now automat
Hello,
Nicolas Goaziou writes:
>> Myles English writes:
>>
>>> Hello,
>>>
>>> I reported a possible bug a couple of weeks ago and since then I have
>>> notice related bugs in todays HEAD (that may have existed before).
I haven't reviewed that situation.
My original 'bug' was reported here:
>>
Hi,
I would like to bump up this thread.
I'm still having this issue while using the latest ELPA version of
org-plus-contrib.
Thanks for your help.
Regards,
Francesco
> Hi,
>
> Under normal cirscumstances, S-tab does not show up sub-headlines of
> archived headlines.
>
> When 'org-inlinetask
On Monday, 30 Mar 2015 at 22:35, Toomas Rosin wrote:
> Hello!
>
> Is it possible to create timestamps (SCHEDULED:) for TODOs with
> respect to one timezone, but have Agenda view show them for another
> zone — so that when I move to another timezone, all I have to do is
> tell org-mode (via environm
Hi,
Eric S Fraga writes:
> On Tuesday, 31 Mar 2015 at 12:13, Richard Lawrence wrote:
>> Hi Eric and all,
>>
>> Eric S Fraga writes:
>
> [...]
>
>>> However, for some reason, libreoffice doesn't display the citations in
>>> the ODT document you have included. I have had a look at the actual ODT
27 matches
Mail list logo