Hi Nicolas
On Thu, Nov 12, 2015 at 11:30 PM, Nicolas Goaziou
wrote:
> Michael Brand writes:
>> With today's release_8.3.2-308-g6c1f63b when I open the attached
>> org_todo_test.org when it is writable then the customized todo keyword
>> CNCL is recognized, when the file is read only then not. I
On Thu, 12-11-2015, at 14:11, Matt Price wrote:
>> >
>> > M-: (pdf-annot-get-annots) and look at the output in the *Messages*
>> > buffer. Can you see any evidence of the the text? Can you share what you
>> > learned?
>>
>> Nope, no evidence of the text. I get things such as
>>
>> (((buffer .
On Thu, 12-11-2015, at 15:28, Matt Lundin wrote:
> Ramon Diaz-Uriarte writes:
>
>>
>> so we get the location of the highlight (and its properties), but not the
>> textual contents. And this is the case whether I make the annotation with
>> EzPDF or Okular or, for that matter, with pdf-tools it
On Thu, 12-11-2015, at 23:52, Matt Price wrote:
> On Thu, Nov 12, 2015 at 9:28 AM, Matt Lundin wrote:
>
>> Ramon Diaz-Uriarte writes:
>> >
>> > I'll do. In the meantime, I think this is a limitation coming from
>> > poppler. Other people have mentioned similar things (e.g.,
>> > http://coda.c
On Thu, Nov 12, 2015 at 9:28 AM, Matt Lundin wrote:
> Ramon Diaz-Uriarte writes:
> >
> > I'll do. In the meantime, I think this is a limitation coming from
> > poppler. Other people have mentioned similar things (e.g.,
> > http://coda.caseykuhlman.com/entries/2014/pdf-extract.html) and using
> o
Hello,
Joost Helberg writes:
> this patch adds the list of figures to the html export backend. It also
> includes a translation entry-point for the label "List of Figures" with
> already one translation in: dutch.
Thank you.
> From fab9105d04e5cb9f923c17d322d84a25527ec27a Mon Sep 17 00:00:00 2
Hello,
Michael Brand writes:
> With today's release_8.3.2-308-g6c1f63b when I open the attached
> org_todo_test.org when it is writable then the customized todo keyword
> CNCL is recognized, when the file is read only then not. I expect CNCL
> to be recognized as a todo keyword in both cases.
I
Hello,
Junpeng Qiu writes:
> Here is an example to reproduce the error:
>
> | 1 | |
> #+TBLFM: $2=$1
>
> When I invoke `org-table-field-info' in the table above, I got following
> error:
> args-out-of-range [nil 0] 2
>
> Am I not supposed to use the table like this?
Fixed. Thank you.
Regards,
Hi Kyle,
you're completely right. This is a bug in the provided patch. I've
thought I had submitted another patch to fix that, but it seems that it
got lost somewhere on the interwebs. It took some time until I've
realized this.
I've submitted an new patch already.
Thanks.
-Sebastian
Hi Aaron,
thanks for the tip with (org-element-property :value X). I also got rid
of the let*. Actually, the previous patch is buggy and I've thought had
submitted another patch to fix that. But unfortunately it seems it got
lost in the interwebs.
Best wishes,
Sebastian
>From a814380158de6185747
> Kyle Meyer writes:
KM> "Samuel W. Flint" writes: [...]
>>> In your org-babel-do-load-languages call, try to changing
>>>
>>> (sh . t)
>>>
>>> to
>>>
>>> (shell . t)
>>>
>>> -- Kyle
>>>
>>>
>>
>> I went ahead and tried that. I still get that error.
KM> Hmm, and that was after Emacs
"Samuel W. Flint" writes:
> On Thu, November 12, 2015 11:36 am, Kyle Meyer wrote:
>> Hello,
>>
>> swfl...@flintfam.org (Samuel W. Flint) writes:
>>
>>> Hey all!
>>>
>>> In an attempt to keep my config file organized, I've been using org. As
>>> of a fairly recent update, when I tangle the docume
"Samuel W. Flint" writes:
[...]
>> In your org-babel-do-load-languages call, try to changing
>>
>> (sh . t)
>>
>> to
>>
>> (shell . t)
>>
>> --
>> Kyle
>>
>>
>
> I went ahead and tried that. I still get that error.
Hmm, and that was after Emacs was restarted?
Here is why I suggested t
thank you.
On Thu, November 12, 2015 11:36 am, Kyle Meyer wrote:
> Hello,
>
> swfl...@flintfam.org (Samuel W. Flint) writes:
>
>> Hey all!
>>
>> In an attempt to keep my config file organized, I've been using org. As
>> of a fairly recent update, when I tangle the document (C-c C-v C-t), I
>> get the follow
Matt Price writes:
> On Wed, Nov 11, 2015 at 12:09 PM, Memnon Anon <
> memnon+use...@freeshell.org> wrote:
>
> http://planet.emacsen.org/\
>
> But I can't figure out how to add my blog to the list there! Can you
> tell me the secret?
http://edward.oconnor.cx/2009/11/planet-emacsen-turns-3
,
Hello,
swfl...@flintfam.org (Samuel W. Flint) writes:
> Hey all!
>
> In an attempt to keep my config file organized, I've been using org. As
> of a fairly recent update, when I tangle the document (C-c C-v C-t), I
> get the following error "Symbol's function definition is void:
> org-babel-get-h
Hey all!
In an attempt to keep my config file organized, I've been using org. As
of a fairly recent update, when I tangle the document (C-c C-v C-t), I
get the following error "Symbol's function definition is void:
org-babel-get-header". I have no idea why this is happening. I've
attached a bac
Rasmus writes:
> Kosyrev Serge <_deepf...@feelingofgreen.ru> writes:
>> +(defun org-taskjuggler-multivalued-property (property element)
>> + "Obtain PROPERTY of ELEMENT, treating it as a multi-valued property.
>
> Isn't the docstring a bit tautological? Does property mean the same in
> the begin
Manuel Koell writes:
> Can someone please tell me what these functions do?
>
> ```
>
> function CodeHighlightOn(elem, id) { var target =
> document.getElementById(id); if(null != target) {
> elem.cacheClassElem = elem.className; elem.cacheClassTarget =
> target.className; target.class
Kosyrev Serge <_deepf...@feelingofgreen.ru> writes:
> * ox-taskjuggler.el (org-taskjuggler-multivalued-property): new function
> to operate on multivalued properties.
> ---
> contrib/lisp/ox-taskjuggler.el | 10 ++
> 1 file changed, 10 insertions(+)
>
> diff --git a/contrib/lisp/ox-taskju
Kosyrev Serge <_deepf...@feelingofgreen.ru> writes:
> * ox-taskjuggler.el (org-taskjuggler-trim-ids-from-titles): new custom
You should capitalize after the colon and end with a period.
Also, custom → defcustom (IMO).
> (org-taskjuggler--build-task): trim task ids from titles, when the new
> cus
Kosyrev Serge <_deepf...@feelingofgreen.ru> writes:
> * ox-taskjuggler.el (org-taskjuggler-map-special-nodes):
> new function to capture mapping over tagged special nodes.
> (org-taskjuggler-project-plan): factor to use the new function.
> ;;; Translator Functions
> +(defun org-taskjuggler-map-s
Aaron Ecay writes:
> Hi Kosyrev,
>
> 2015ko azaroak 8an, Kosyrev Serge-ek idatzi zuen:
>>
>> * ox-taskjuggler.el (org-taskjuggler-valid-task-attributes): add depends
>> to the list of valid task attributes
>> ---
>> contrib/lisp/ox-taskjuggler.el | 2 +-
>> 1 file changed, 1 insertion(+), 1 del
Can someone please tell me what these functions do?
```
function CodeHighlightOn(elem, id) { var target =
document.getElementById(id); if(null != target) {
elem.cacheClassElem = elem.className; elem.cacheClassTarget =
target.className; target.className = "code-highlighted";
elem.class
Ramon Diaz-Uriarte writes:
>
> so we get the location of the highlight (and its properties), but not the
> textual contents. And this is the case whether I make the annotation with
> EzPDF or Okular or, for that matter, with pdf-tools itself.
>
> So it seems RepliGO is actually giving you a lot m
On Thu, Nov 12, 2015 at 7:23 AM, Ramon Diaz-Uriarte
wrote:
>
>
>
> On Wed, 11-11-2015, at 21:33, Matt Price wrote:
> >>
> >>
> >> instead of the text. Bummer! I wonder if RepliGO gives you a lot more
> >> than the rest, or if I am doing something silly.
> >>
> >> I think that there is no sta
On Wed, 11-11-2015, at 21:33, Matt Price wrote:
>>
>>
>> instead of the text. Bummer! I wonder if RepliGO gives you a lot more
>> than the rest, or if I am doing something silly.
>>
>> I think that there is no standard way of storing the highlight contents. I
> chose Repligo over EZPDF beca
> On Wed, 11 Nov 2015 15:58:24 -0500, Matt Price said:
> I meant INTERLEAVE_PDF. I just opened an issue:
> https://github.com/rudolfochrist/interleave/issues/13 so who knows,
> maybe...
Sound like a good idea. I'm currently a little short on time,but perhaps
I can look into that this
> On Wed, 11 Nov 2015 15:48:15 -0500, Kaushal Modi
> said:
> May be you can work with the interleave.el dev to add in your ideas
> and code. I had worked with him to make interleave support pdf-tools
> and it was a pleasure to work with him.
You're so kind! It was also a pleasure
* Matt Price wrote:
> --047d7b41411eff32e6052444d409
> Content-Type: text/plain; charset=UTF-8
>
> I've just written up a post on my workflow for PDF's Since my blog has, I
> think, a readership of 0 (surely there's a way to get emacsers to follow
> me? ah well), I will post a link here in the hop
Hello,
Samuel Wales writes:
> * bug? in maint, commenting a paragraph will truncate footnotes
> in xanadu[fn:b3e0f07]
>
> um
>
> # comment
>
> [fn:b3e0f07]
> did kublai khan
>
> # was it "seemly"?
>
> a stately pleasure dome
>
> decree
Fixed. Thank you.
Regards,
--
Nicolas Goaziou
32 matches
Mail list logo