On Mon, Mar 2, 2015 at 7:16 PM Richard Lawrence <
richard.lawre...@berkeley.edu> wrote:
>
> Is there any reason to go with citeproc-java over a different CSL
> implementation, like citeproc-js or pandoc-citeproc? I am a little
> nervous about shelling out to something that sounds it like it requir
Aaron Ecay writes:
> It would also be possible to just use an external program like
> citeproc-java. WDYT?
I agree with Rasmus that using an external tool is the preferred way to
go here. I don't think introducing a dependency is really a problem, so
long as we choose the right dependency -- L
Nicolas Goaziou writes:
>> The first issue is that the parser includes trailing punctuation in
>> “bare” @key citations. So the following does not work as expected (the
>> :key includes the period): “This was demonstrated most recently by
>> @Smith2015.” I’m not sure what the right approach is
Hi Nicolas,
Nicolas Goaziou writes:
> To support multi cites, we must first decide how the parsed will present
> information, i.e., what are the properties in the following case
>
> [cite:pre; pre1 @k1 post1; pre2 @k2 post2; post]
I was thinking that this should yield a citation object with a
On March 3, 2015 12:51:31 AM Nicolas Goaziou wrote:
> Then I created an org file that begins:
>
> #+BEGIN_SRC org
> ,#+title:: PulseCount
> ,#+summary:: Pulse counter.
> ,#+related:: Classes/Stepper
> ,#+categories:: UGens>Triggers
It should be
#+title: PulseCount
Gah... doubled c
Hi, are others able to search through the emacs-orgmode archives? For some
reason, I haven't been able to search for the last several days. Any
thoughts?
Thanks.
-jay
Andreas Leha writes:
> I spoke a little too soon. I still like it, but there is a regression.
> See http://permalink.gmane.org/gmane.emacs.orgmode/95563
Indeed. I also fixed a few other things. Here's the update.
Thanks for the feedback.
Regards,
>From f79cd3a0499b1cc1fd9022d958f032d73defea
Nicolas Goaziou writes:
>> It would enable "complicated argument [@k1;@k2;@k3]", which is pretty
>> nice. There's still no pre and post notes etc, only keys.
>
> Shortcuts are simple citations that ought to be available in most
> back-ends. I don't see your example as a particularly straightforw
Rasmus writes:
> So (citation ⋯ :parts ((part ⋯) (part ⋯))). Fine with me. Other
> possibilities are citation/entry and :entries. Or less nice:
> citation/cite and :cites.
I don't mind using :entries and `entry' either. I'll update "wip-cite"
in a few days.
> It would enable "complicated arg
On Mon, 2 Mar 2015, Matt Price wrote:
I have a project which will require me to enter about a paragraph in each
of 5 fields several times a day. I would use org tables, but I need to be
able to see the table contents in the buffer, and org hides long lines. I
tried using table.el but it feels in
Nicolas Goaziou writes:
>> Perhaps the difference is too subtle. Note that you would never deal with
>> a `citation' other than through a mapping.
>
> Hmm. I still find `citations/citation' pair confusing. What about
> `citation/part'?
So (citation ⋯ :parts ((part ⋯) (part ⋯))). Fine with me.
On 2015-03-03T08:58:20+1100, Jorge A. Alfaro-Murillo
said:
JAA> holidays.el appends holiday-local-holidays to
calendar-holidays JAA> via a defcustom, so if you set
holiday-local-holidays in your JAA> .emacs, restart emacs and the
local holidays are not in JAA> calendar-holidays, it is beca
Hi Rasmus,
Andreas Leha writes:
> Hi Rasmus,
>
> Rasmus writes:
>> Andreas Leha writes:
>>
>>> Hi Rasmus,
>>>
>>> Thanks for testing this
>>>
>>> Rasmus writes:
Andreas Leha writes:
> I just add that the behaviour is not as expected also when the prefixed
> command (C-u
Hi Nicolas,
Andreas Leha writes:
> Hi Nicolas,
>
> Nicolas Goaziou writes:
>> Andreas Leha writes:
>>
>>> I am talking about `org-toggle-latex-fragment'. And even if that is
>>> fast, it is very annoying behaviour. I'd very much like to be able to
>>> toggle individual images. In a math-heav
Rasmus writes:
> Perhaps the difference is too subtle. Note that you would never deal with
> a `citation' other than through a mapping.
Hmm. I still find `citations/citation' pair confusing. What about
`citation/part'?
> Right, I was trying *to add* support for [@k1; ⋯;@kN].
Please don't. Let
Nicolas Goaziou writes:
> However mixing `citations' and `citation' is confusing. I'd rather keep
> the outer one as `citation'. What could go inside? Maybe `cite'?
Perhaps the difference is too subtle. Note that you would never deal with
a `citation' other than through a mapping.
> Moreover,
On 2015-03-03T02:26:37+1100, Jorge A. Alfaro-Murillo said:
JAA> Alexis writes:
>> When i scroll down to look at the current value of
>> `calendar-holidays`, however, i see that neither the current
>> value nor the original value makes any reference to the
>> `holiday-local-holidays` variable
Rasmus writes:
> I was actually looking at this today and wondering why this was not
> supported.
Not enough specifications.
> I think a citation object should always member of a citations object. So
> the above would be
>
>(citations (:begin n :end N :prefix pre :suffix post
>
Melleus writes:
Alexis writes:
see that local holiday. To fix this, i use M-: to evaluate:
(setq calendar-holidays (append calendar-holidays
holiday-local-holidays))
Works perfectly this way, thank you.
jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes:
They should s
David,
On 3/2/15 2:25 PM, J. David Boyd wrote:
"Monroe, Will" writes:
Hello,
I'm using Emacs 24.4, Org-mode version 8.2.10 and I've run into a
problem with missing OpenDocument schema files. Upon startup, I see
these messages:
,
| Debug (ox-odt
Hi Matt,
Matt Price writes:
> I have a project which will require me to enter about a paragraph in each
> of 5 fields several times a day. I would use org tables, but I need to be
> able to see the table contents in the buffer, and org hides long lines. I
> tried using table.el but it feels incr
I have a project which will require me to enter about a paragraph in each
of 5 fields several times a day. I would use org tables, but I need to be
able to see the table contents in the buffer, and org hides long lines. I
tried using table.el but it feels incredibly clumsy - for instance, I can't
f
Looks cool Aaron. Thanks!
Aaron Ecay writes:
> The first issue is that the parser includes trailing punctuation in
> “bare” @key citations. So the following does not work as expected (the
> :key includes the period): “This was demonstrated most recently by
> @Smith2015.” I’m not sure what the
Nicolas Goaziou writes:
> Richard Lawrence writes:
>
>> What's the next step here? Adding support for multiple references?
>> multi-cites? `&'-keys?
>
> To support multi cites, we must first decide how the parsed will present
> information, i.e., what are the properties in the following case
>
"Monroe, Will" writes:
> Hello,
>
> I'm using Emacs 24.4, Org-mode version 8.2.10 and I've run into a
> problem with missing OpenDocument schema files. Upon startup, I see
> these messages:
>
> ,
> | Debug (ox-odt): Searching for OpenDocument styles files...
> | Debug (ox-odt): Trying /usr/sh
Hello,
Aaron Ecay writes:
> I decided to go ahead and see what I could make of it. The result has
> been pushed to the org mode repo to the branch wip-cite-awe. (I didn’t
> want to push to your branch without asking, but if you prefer I’ll do
> that and delete my own.)
This is not *my* branch.
Aaron Ecay writes:
> Hi Rasmus,
>
> 2015ko martxoak 1an, Rasmus-ek idatzi zuen:
>>
>>> At this point, we probably need to implement a BIBLIOGRAPHY keyword
>>> (files) and BIBLIOGRAPHY_BACKEND (bibtex, zotero, jabref...) and provide
>>> basic tools to handle citations in an Org document.
>>
>> P
Richard Lawrence writes:
> What's the next step here? Adding support for multiple references?
> multi-cites? `&'-keys?
To support multi cites, we must first decide how the parsed will present
information, i.e., what are the properties in the following case
[cite:pre; pre1 @k1 post1; pre2 @k2
Hi Rasmus,
2015ko martxoak 1an, Rasmus-ek idatzi zuen:
>
>> At this point, we probably need to implement a BIBLIOGRAPHY keyword
>> (files) and BIBLIOGRAPHY_BACKEND (bibtex, zotero, jabref...) and provide
>> basic tools to handle citations in an Org document.
>
> Probably a CITATION_STYLE as well
Hi Tom,
2015ko martxoak 2an, "Thomas S. Dye"-ek idatzi zuen:
>
> I'm not able to understand the full implications of subtypes
> vs. plists, so don't have a preferred solution along those lines.
>
> I brought this up in reaction to "This doesn't really work in org."
>
> I'm hoping for an Org mod
Nick Dokos writes:
> torys.ander...@gmail.com (Tory S. Anderson) writes:
>
>> I was actually just playing with this. If you don't mind adding your whole
>> daily schedule to the notify list, you can use
>>
>> (org-agenda-to-appt)
>>
>> Unrelated to agenda, there is (appt-add)
>>
>> As far submit
Nicolas Goaziou writes:
> Richard Lawrence writes:
>
>> That would be wonderful! Will you publish a patch or, better, a branch
>> somewhere, even if it's not ready for master?
>
> I created a new branch: "wip-cite". It introduces support for @key
> [@key] [cite:pre @key post] and [(cite):pre @k
torys.ander...@gmail.com (Tory S. Anderson) writes:
> I was actually just playing with this. If you don't mind adding your whole
> daily schedule to the notify list, you can use
>
> (org-agenda-to-appt)
>
> Unrelated to agenda, there is (appt-add)
>
> As far submitting just a single item from the
I was actually just playing with this. If you don't mind adding your whole
daily schedule to the notify list, you can use
(org-agenda-to-appt)
Unrelated to agenda, there is (appt-add)
As far submitting just a single item from the agenda for a pop-up reminder, I'm
still at a loss.
- Tory
Leo U
Hello folks,
I would like to receive desktop notifications (1* e.g below) for scheduled
items.
E.g if I schedule like this:
* Make Coffee
SCHEDULED: <2015-03-02 Mon 01:30>
Then I would like a desktop notification to pup up at 1:30 telling me to make
coffee.
I saw the org-notify package, b
Alexis writes:
> see that local holiday. To fix this, i use M-: to evaluate:
>
>(setq calendar-holidays (append calendar-holidays
> holiday-local-holidays))
>
> after which the local holiday next Monday appears in my Org agenda.
Works perfectly this way, thank you.
jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes:
> They should show up after you restart emacs.
I supposed it should. But in fact in does not work.
I found that changing the default refiling targets made refiling useful for me.
By default, only first level headings show up.
I have a customized config so that all my org files show up:
(setq myvar/org-dir "~/git/LeoUfimtsev.github.io/org/")
(setq myvar/org-files (file-expand-wildcards
Hello,
James Harkins writes:
> I'm trying to derive an exporter backend from ASCII. I need to add some
> export options, so I have:
>
> #+BEGIN_SRC {emacs-lisp}
> (org-export-define-derived-backend 'scdoc 'ascii
> :translate-alist ... omitted for brevity...
> :options-alist
> '((:categor
Hi Melleus.
Melleus writes:
Does %%(org-calendar-holiday) know about holiday-local-holidays?
I'm not programmer, sorry. I've set up those local holidays but
cannot see them in my agenda.
They should show up after you restart emacs.
Best,
--
Jorge.
Hi,
Org + reftex works for me for citations and equations but not figures.
I assume equation support works because I write equations inside \begin{align}
environments and have actual LaTeX code for \label{eq:foo}. But Figures are in
Org syntax:
#+CAPTION: Foo
#+LABEL: fig:foo
[[./foo.png]]
An
Alexis writes:
When i scroll down to look at the current value of
`calendar-holidays`, however, i see that neither the current
value nor the original value makes any reference to the
`holiday-local-holidays` variable. And indeed, when i examine my
agenda for next Monday, which is a local holi
Hello,
I'm using Emacs 24.4, Org-mode version 8.2.10 and I've run into a
problem with missing OpenDocument schema files. Upon startup, I see
these messages:
,
| Debug (ox-odt): Searching for OpenDocument styles files...
| Debug (ox-odt): Trying /usr
I'm trying to derive an exporter backend from ASCII. I need to add some export
options, so I have:
#+BEGIN_SRC {emacs-lisp}
(org-export-define-derived-backend 'scdoc 'ascii
:translate-alist ... omitted for brevity...
:options-alist
'((:categories "CATEGORIES" nil nil t)
(:related "RELA
Dear All,
i'm using ordinary org-tag-alist:
setq org-tag-alist '(
("Attachment" . ?a)
("Budget" . ?b))
my question is, can I specify more tags for a single shortcut? Like:
setq org-tag-alist '(
;; lowercase are general 'w
Aloha Aaron,
Aaron Ecay writes:
> Hi Tom,
>
> 2015ko martxoak 2an, "Thomas S. Dye"-ek idatzi zuen:
>>
>> Aloha Aaron,
>>
>> Aaron Ecay writes:
>>
>>> By way of illustration, Biblatex (AFAICT) doesn’t provide a possessive
>>> citation command, which was mentioned by someone in this thread (or
Hi Rasmus,
Rasmus writes:
> Andreas Leha writes:
>
>> Hi Rasmus,
>>
>> Thanks for testing this
>>
>> Rasmus writes:
>>> Andreas Leha writes:
>>>
>>>
I just add that the behaviour is not as expected also when the prefixed
command (C-u C-c C-x C-l) is used.
[...]
unfortunatel
Hi Jarmo,
2015ko martxoak 2an, Jarmo Hurri-ek idatzi zuen:
[...]
> 1. How can I identify, in org-babel-execute:processing, if the code is
>executed for export or for some other reason?
I think the test (not (null org-babel-exp-reference-buffer)) should thee
you when you’re being called as p
Andreas Leha writes:
> Hi Rasmus,
>
> Thanks for testing this
>
> Rasmus writes:
>> Andreas Leha writes:
>>
>>
>>> I just add that the behaviour is not as expected also when the prefixed
>>> command (C-u C-c C-x C-l) is used.
>>> [...]
>>> unfortunately when my maker is at point
>>>
>>> ** se
Hi Tom,
2015ko martxoak 2an, "Thomas S. Dye"-ek idatzi zuen:
>
> Aloha Aaron,
>
> Aaron Ecay writes:
>
>> By way of illustration, Biblatex (AFAICT) doesn’t provide a possessive
>> citation command, which was mentioned by someone in this thread (or its
>> predecessor) as a desideratum. I’d exp
Hi Rasmus,
Thanks for testing this
Rasmus writes:
> Andreas Leha writes:
>
>
>> I just add that the behaviour is not as expected also when the prefixed
>> command (C-u C-c C-x C-l) is used.
>> [...]
>> unfortunately when my maker is at point
>>
>> ** section 1.1
>>
>> the command org-preview-
Andreas Leha writes:
> I just add that the behaviour is not as expected also when the prefixed
> command (C-u C-c C-x C-l) is used.
> [...]
> unfortunately when my maker is at point
>
> ** section 1.1
>
> the command org-preview-latex-fragment (C-c C-x C-l) has no effect.
I can't reproduce in
Hi,
I am forwarding a question from stackexchange [1] here, as I am
interested in this myself and I think this a bug.
I just add that the behaviour is not as expected also when the prefixed
command (C-u C-c C-x C-l) is used.
begin_quote
In the following Orgmode file, I can't figure a way to pr
On Sunday, 1 Mar 2015 at 14:24, Thomas S. Dye wrote:
> Rasmus writes:
>
>> Probably a CITATION_STYLE as well, e.g. "numeric", "author-year", etc.
>
> I suggest we keep Patrick Daly's distinction between "citation style"
> and "citation mode". Hence, #+CITATION_MODE instead
> of #+CITATION_STYLE.
t...@tsdye.com (Thomas S. Dye) writes:
> Rasmus writes:
>
>> I have noticed tex4ht manages to do "proper" citations in odt. Perhaps we
>> can study the resulting xml and how it adds a entries. Formatting is
>> tricky... Perhaps only zotero is useful here.
>
> IIUC, tex4ht uses the dvi (device
I installed the latest version of zenburn - but I see the same thing. I then
went and tested with different themes (such as wombat). Same thing. Whatever
theme I load - it upsets my agenda. This is really weird.
Claudius
Jorge A. Alfaro-Murillo writes:
> Claudius Mueller writes:
>
>> if I loa
56 matches
Mail list logo