Re: [O] Here is a patch I want to add to org.el……

2015-03-02 Thread Andreas Leha
Hi Nicolas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Nicolas, Nicolas Goaziou m...@nicolasgoaziou.fr writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: I am talking about `org-toggle-latex-fragment'. And even if that is fast, it is very annoying behaviour.

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr 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 ⋯))).

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Nicolas Goaziou
Rasmus ras...@gmx.us 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

Re: [O] org-calendar-holiday and local holidays

2015-03-02 Thread Alexis
On 2015-03-03T08:58:20+1100, Jorge A. Alfaro-Murillo jorge.alfaro-muri...@yale.edu 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

Re: [O] org-latex-fragments on sections

2015-03-02 Thread Andreas Leha
Hi Rasmus, Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Rasmus, Rasmus ras...@gmx.us writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Rasmus, Thanks for testing this Rasmus ras...@gmx.us writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes:

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Nicolas Goaziou
Rasmus ras...@gmx.us 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

Re: [O] org-calendar-holiday and local holidays

2015-03-02 Thread Jorge A. Alfaro-Murillo
Melleus writes: Alexis flexibe...@gmail.com 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)

[O] What to use for tables with lengthy text in cells?

2015-03-02 Thread Matt Price
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

Re: [O] What to use for tables with lengthy text in cells?

2015-03-02 Thread Charles C. Berry
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

Re: [O] Missing OpenDocument schema files and ODT file corruption

2015-03-02 Thread Monroe, Will
David, On 3/2/15 2:25 PM, J. David Boyd wrote: "Monroe, Will" wtmonroe...@gmail.com 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:

Re: [O] org-calendar-holiday and local holidays

2015-03-02 Thread Alexis
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. And

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr 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

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Nicolas Goaziou
Rasmus ras...@gmx.us 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

Re: [O] What to use for tables with lengthy text in cells?

2015-03-02 Thread Rasmus
Hi Matt, Matt Price mopto...@gmail.com 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

Re: [O] Exporter: Derived backend options-alist

2015-03-02 Thread James Harkins
On March 3, 2015 12:51:31 AM Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Then I created an org file that begins: #+BEGIN_SRC org ,#+title:: PulseCount ,#+summary:: Pulse counter. ,#+related:: Classes/Stepper ,#+categories:: UGensTriggers It should be #+title: PulseCount

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr 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

[O] Archive search non-functional

2015-03-02 Thread Jay Iyer
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

Re: [O] Here is a patch I want to add to org.el……

2015-03-02 Thread Nicolas Goaziou
Andreas Leha andreas.l...@med.uni-goettingen.de 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

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Richard Lawrence
Hi Nicolas, Nicolas Goaziou m...@nicolasgoaziou.fr 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

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Richard Lawrence
Aaron Ecay aarone...@gmail.com 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

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Richard Lawrence
Nicolas Goaziou m...@nicolasgoaziou.fr 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

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Avram Lyon
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 requires

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Rasmus
t...@tsdye.com (Thomas S. Dye) writes: Rasmus ras...@gmx.us 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

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Richard Lawrence richard.lawre...@berkeley.edu 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

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Rasmus
Looks cool Aaron. Thanks! Aaron Ecay aarone...@gmail.com 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

Re: [O] org-babel-execute: being exported

2015-03-02 Thread Aaron Ecay
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

Re: [O] org-latex-fragments on sections

2015-03-02 Thread Andreas Leha
Hi Rasmus, Rasmus ras...@gmx.us writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Rasmus, Thanks for testing this Rasmus ras...@gmx.us writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: I just add that the behaviour is not as expected also when the

[O] org-tag-alist - more tags in one keystroke

2015-03-02 Thread David Belohrad
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

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Thomas S. Dye
Aloha Aaron, Aaron Ecay aarone...@gmail.com writes: Hi Tom, 2015ko martxoak 2an, Thomas S. Dye-ek idatzi zuen: Aloha Aaron, Aaron Ecay aarone...@gmail.com writes: By way of illustration, Biblatex (AFAICT) doesn’t provide a possessive citation command, which was mentioned by someone

[O] Exporter: Derived backend options-alist

2015-03-02 Thread James Harkins
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

[O] org-latex-fragments on sections

2015-03-02 Thread Andreas Leha
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

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Eric S Fraga
On Sunday, 1 Mar 2015 at 14:24, Thomas S. Dye wrote: Rasmus ras...@gmx.us 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.

Re: [O] org-latex-fragments on sections

2015-03-02 Thread Andreas Leha
Hi Rasmus, Thanks for testing this Rasmus ras...@gmx.us writes: Andreas Leha andreas.l...@med.uni-goettingen.de 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

Re: [O] org-latex-fragments on sections

2015-03-02 Thread Rasmus
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Rasmus, Thanks for testing this Rasmus ras...@gmx.us writes: Andreas Leha andreas.l...@med.uni-goettingen.de 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.

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Aaron Ecay
Hi Tom, 2015ko martxoak 2an, Thomas S. Dye-ek idatzi zuen: Aloha Aaron, Aaron Ecay aarone...@gmail.com 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.

Re: [O] Org agenda time table formatting reverses when loading zenburn theme

2015-03-02 Thread Claudius Mueller
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 load a

Re: [O] org-calendar-holiday and local holidays

2015-03-02 Thread Jorge A. Alfaro-Murillo
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

[O] reftex support for figures

2015-03-02 Thread Ken Mankoff
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]]

[O] Missing OpenDocument schema files and ODT file corruption

2015-03-02 Thread Monroe, Will
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

Re: [O] org-calendar-holiday and local holidays

2015-03-02 Thread Jorge A. Alfaro-Murillo
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.

Re: [O] Exporter: Derived backend options-alist

2015-03-02 Thread Nicolas Goaziou
Hello, James Harkins jamshar...@qq.com 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

Re: [O] refiling with helm

2015-03-02 Thread Leo Ufimtsev
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

Re: [O] Notifications-notify for org-mode scheduled items?

2015-03-02 Thread Nick Dokos
Nick Dokos ndo...@gmail.com 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

Re: [O] org-calendar-holiday and local holidays

2015-03-02 Thread Melleus
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.

[O] Notifications-notify for org-mode scheduled items?

2015-03-02 Thread Leo Ufimtsev
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,

Re: [O] Notifications-notify for org-mode scheduled items?

2015-03-02 Thread Nick Dokos
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 agenda

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Richard Lawrence
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Richard Lawrence richard.lawre...@berkeley.edu 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

Re: [O] org-calendar-holiday and local holidays

2015-03-02 Thread Melleus
Alexis flexibe...@gmail.com 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.

Re: [O] Notifications-notify for org-mode scheduled items?

2015-03-02 Thread Tory S. Anderson
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

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Aaron Ecay
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, e.g.

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Aaron Ecay
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 mode citation

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Nicolas Goaziou
Richard Lawrence richard.lawre...@berkeley.edu 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

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Nicolas Goaziou
Hello, Aaron Ecay aarone...@gmail.com 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

Re: [O] Missing OpenDocument schema files and ODT file corruption

2015-03-02 Thread J. David Boyd
Monroe, Will wtmonroe...@gmail.com 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):

Re: [O] Citation syntax: a revised proposal

2015-03-02 Thread Rasmus
Aaron Ecay aarone...@gmail.com 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.