Re: [O] helm-bibtex questions

2015-06-26 Thread Xebar Saram
hmm strange still dosent work for me. here is the top section of my bib file -*- mode:bibtex; eval: (bibtex-set-dialect 'biblatex); -*- @article{ackerman-1998-discr-clear, author = {Ackerman, {S.A.} and Strabala, {K.I.} and Menzel, {W.P.} and Frey, {R.A.} and Moeller, {C.C.} a

Re: [O] HTML/images zipped?

2015-06-26 Thread Nick Dokos
John Kitchin writes: > hm... maybe it has been a while since I ran that ;) I pushed some > changes that seem to have it working on a small test file. > Yes, it does not fail any longer. Thanks! > This code is somewhat on the border of a filter/custom export. There are > probably links that will

[O] [PATCH] org-add-planning-info: Improve deletion handling

2015-06-26 Thread Kyle Meyer
Hello, I've attached a patch that fixes up a few issues I've noticed with org-add-planning-info. The main one (in terms what I actually see when editing Org files) is that, when org-adapt-indentation is nil, closing a repeating TODO heading adds an extra space before the planning info entry when

Re: [O] HTML/images zipped?

2015-06-26 Thread John Kitchin
hm... maybe it has been a while since I ran that ;) I pushed some changes that seem to have it working on a small test file. This code is somewhat on the border of a filter/custom export. There are probably links that will now work with it, I have not tested it super thoroughly. Notably, it does

Re: [O] HTML/images zipped?

2015-06-26 Thread Nick Dokos
John Kitchin writes: > I did something like this for org-files: > https://github.com/jkitchin/jmax/blob/master/ox-archive.el > I tried this on some arbitrary org file (not containing any references) and I got an error: Debugger entered--Lisp error: (wrong-type-argument stringp nil) file-name

Re: [O] Time-zone in dates

2015-06-26 Thread Nicolas Goaziou
Hello, franc...@avalenn.eu writes: > Timezones are strange beasts to deal with. True. > It is really simpler programmatically to deal with time offsets > instead. The downside is that you cannot manage DST and other similar > peculiarities but the API is much simpler to write. However, time of

Re: [O] more helm-bibtex/org-ref questions

2015-06-26 Thread John Kitchin
You could have multiple file fields I suppose, and adapt [1] to give you a choice of which one to open. Personally, I have one pdf per bibtex entry, named by the key of the entry, in a directory called bibtex-pdfs somewhere defined by org-ref-pdf-directory. There are ~1300 pdfs in there now. I alw

[O] more helm-bibtex/org-ref questions

2015-06-26 Thread Ramon Diaz-Uriarte
Dear All, (I am not sure this is the appropriate place, but this is neither a bug report nor an feature request about helm-bibtex or org-ref, but a question from ignorance and I am learning quite a bit from the other helm-bibtex questions). How do people deal with multiple files that are logical

Re: [O] Time-zone in dates

2015-06-26 Thread francois
Hello, On Fri, Jun 26, 2015 at 09:20:00PM +0200, Nicolas Goaziou wrote: > Time zone information is interesting when users of different areas are > exchanging Org documents. > > I think it would be useful to have: > > - a keyword to specify time zone per document. This time zone would >apply

Re: [O] HTML/images zipped?

2015-06-26 Thread Peter Davis
Thanks, John. That didn't solve it for me. I'll keep digging when I get a chance. Thank you. -pd John Kitchin writes: > I am not sure. I have this in my init file: > > (require 'ox-org) > > maybe that is required for you too? > > Peter Davis writes: > >> John Kitchin writes: >> >>> I did so

Re: [O] Time-zone in dates

2015-06-26 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > In practice, I do not miss having time zone information in org. Time zone information is interesting when users of different areas are exchanging Org documents. I think it would be useful to have: - a keyword to specify time zone per document. This time zone wou

Re: [O] HTML/images zipped?

2015-06-26 Thread John Kitchin
I am not sure. I have this in my init file: (require 'ox-org) maybe that is required for you too? Peter Davis writes: > John Kitchin writes: > >> I did something like this for org-files: >> https://github.com/jkitchin/jmax/blob/master/ox-archive.el >> >> You might use that as a starting point

Re: [O] helm-bibtex questions

2015-06-26 Thread John Kitchin
In org-ref, I have a function that will copy a bibtex entry to the clipboard in the helm menu for the cite link actions: https://github.com/jkitchin/org-ref/blob/master/org-ref.el#L3363 And here a menu item to insert a bibtex entry and attach its pdf to an email: https://github.com/jkitchin/org-

Re: [O] helm-bibtex questions

2015-06-26 Thread Titus von der Malsburg
On 2015-06-26 Fri 10:21, Titus von der Malsburg wrote: > On 2015-06-26 Fri 00:21, Xebar Saram wrote: >> Hi Titus >> >> Another round of helm-bibtex questions if you dont mind (question come >> since i use it 50 times a day now ;-)) > > No problem. I’ve also learned a couple of things though this

Re: [O] HTML/images zipped?

2015-06-26 Thread Peter Davis
John Kitchin writes: > I did something like this for org-files: > https://github.com/jkitchin/jmax/blob/master/ox-archive.el > > You might use that as a starting point for html. I'm not lisp-savvy, but I've been experimenting with this. I get an error: Unknown "nil" backend: Aborting export It

Re: [O] helm-bibtex questions

2015-06-26 Thread Titus von der Malsburg
On 2015-06-26 Fri 00:21, Xebar Saram wrote: > Hi Titus > > Another round of helm-bibtex questions if you dont mind (question come > since i use it 50 times a day now ;-)) No problem. I’ve also learned a couple of things though this exchange. > 1. is there a way (or a keybind) to select all entr

Re: [O] problem with ox-pandoc export

2015-06-26 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > Is there any reason why the options would disappear during export? Maybe "ox-pandoc" doesn't handle this meta-data. Perhaps you're doing a "body-only" export. Or you have `org-export-with-title' and al. set to nil... Regards, -- Nicolas Goaziou

Re: [O] Turn off html entities in md export

2015-06-26 Thread Rasmus
Rustom Mody writes: > How to say (to ox-md) "Leave tables as they are" ? See org-element-interpret-data and e.g. org-org-identity. Rasmus -- And when I’m finished thinking, I have to die a lot

Re: [O] Time-zone in dates

2015-06-26 Thread Eric S Fraga
On Friday, 26 Jun 2015 at 10:38, J. David Boyd wrote: [...] > I can see that being a real pain. The simple way would 'just' be to convert > everything to UTC in the background for comparison. Having spent a year essentially commuting between Australia and the UK a couple of years ago, I can tel

Re: [O] Turn off html entities in md export

2015-06-26 Thread Nicolas Goaziou
Rustom Mody writes: > As https://bitbucket.org/tutorials/markdowndemo/overview#markdown-header-tab > shows > bitbucket md tables are very similar to org tables (and html is > disallowed) > > How to say (to ox-md) "Leave tables as they are" ? Write a derived export backend, e.g., ox-md-bb.el th

Re: [O] Turn off html entities in md export

2015-06-26 Thread Rustom Mody
On Fri, Jun 26, 2015 at 1:24 PM, Nicolas Goaziou wrote: > Hello, > > Rustom Mody writes: > > > Bitbucket does not allow html entities in markdown > > See https://bitbucket.org/rustom/vit-projects/wiki/emacs > > and search for &# > > > > So how to turn off html entities in md export? > > It depen

[O] old ob-clojure in orgmode.org/elpa/?

2015-06-26 Thread Julien Chastang
Hello Is there a reason why ob-clojure.el is out-of-date in orgmode.org/elpa/? It does not have any reference to cider, and is therefore more than a year old, I believe. It is also out-of-sync with orgmode.org/cgit.cgi/org-mode.git. Am I missing something concerning how current orgmode.org/elpa/ s

[O] [PATCH] org-mobile: Tiny fix in creating index.org file

2015-06-26 Thread Sergey Gordienko
* lisp/org-mobile.el (org-mobile-create-index-file): Eliminate cloning of `#+READONLY' property in the `index.org' file. A sublists of `org-todo-keywords' don't need to contain the `|'. TINYCHANGE --- lisp/org-mobile.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/

Re: [O] HTML/images zipped?

2015-06-26 Thread Peter Davis
Thanks, John. I will take a closer look at both of these. Cheers, -pd On 6/26/15 10:24 AM, John Kitchin wrote: I did something like this for org-files: https://github.com/jkitchin/jmax/blob/master/ox-archive.el You might use that as a starting point for html. Also, my blogofile code (https://

Re: [O] Time-zone in dates

2015-06-26 Thread J. David Boyd
Eric S Fraga writes: > On Friday, 26 Jun 2015 at 16:40, Oleg Sivokon wrote: >> Hello, list. >> >> I was looking for a way to add time-zone to the date recrod, something >> like: <2015-07-05 Sun 20:00 GMT+0>. I was told that it's very likely >> that the functionality isn't there, so I wonder if i

Re: [O] Time-zone in dates

2015-06-26 Thread Left Right
On Fri, Jun 26, 2015 at 5:12 PM, Eric S Fraga wrote: > Somebody to program the > functionality in but this is a major challenge as time stamps are a > fundamental building block of org and it would likely need to be upwards > compatible... > -- > : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org r

Re: [O] HTML/images zipped?

2015-06-26 Thread John Kitchin
That is a cool idea. Here is some code for data uris that worked on with org-mode earlier this summer. You could definitely hack a filter that embedded the image uri directly into the exported html. http://kitchingroup.cheme.cmu.edu/blog/2015/05/09/Another-approach-to-embedding-org-source-in-html/

Re: [O] helm-bibtex questions

2015-06-26 Thread John Kitchin
http://tex.stackexchange.com/questions/78455/does-emacs-support-editing-bibliography-files-for-biblatex I think you need this in your bibtex file: -*- mode:bibtex; eval: (bibtex-set-dialect 'biblatex); -*- Xebar Saram writes: > thanks so much again John > > i did add this line > (bibtex-set-di

Re: [O] HTML/images zipped?

2015-06-26 Thread John Kitchin
I did something like this for org-files: https://github.com/jkitchin/jmax/blob/master/ox-archive.el You might use that as a starting point for html. Also, my blogofile code (https://github.com/jkitchin/jmax/blob/master/user/blogofile.el) does something like this to publish org to blogofile. Ra

Re: [O] Time-zone in dates

2015-06-26 Thread Eric S Fraga
On Friday, 26 Jun 2015 at 16:40, Oleg Sivokon wrote: > Hello, list. > > I was looking for a way to add time-zone to the date recrod, something > like: <2015-07-05 Sun 20:00 GMT+0>. I was told that it's very likely > that the functionality isn't there, so I wonder if it's really so, and > if indeed

Re: [O] HTML/images zipped?

2015-06-26 Thread Peter Davis
phillip.l...@newcastle.ac.uk (Phillip Lord) writes: > data-uri's is probably what you want. There is no standard format for > zipping multiple HTML files together, while including images (or video's > or audio) directly into the HTML works reasonably well. > > I found a snippet to get ox-html to d

Re: [O] HTML/images zipped?

2015-06-26 Thread Peter Davis
Rasmus writes: > Peter Davis writes: > >> Is there any way to export HTML with all references images, >> etc. packaged in a ZIP file? > > My guess is that at the moment your best bet is hacking some together with > ox-publish. See org-publish-project-alist. Thanks, Rasmus. I'll take a look whe

Re: [O] HTML/images zipped?

2015-06-26 Thread Phillip Lord
data-uri's is probably what you want. There is no standard format for zipping multiple HTML files together, while including images (or video's or audio) directly into the HTML works reasonably well. I found a snippet to get ox-html to do this -- it would be a good feature to add properly though!

Re: [O] Turn off html entities in md export

2015-06-26 Thread Rustom Mody
On Fri, Jun 26, 2015 at 2:13 PM, Nicolas Goaziou wrote: > Rustom Mody writes: > > > Simple basic thing > > ... becomes … > > -- becomes – > > etc > > In this particular case, see `org-export-with-special-strings'. > > Thanks Nicolas Thats a help

[O] Time-zone in dates

2015-06-26 Thread Oleg Sivokon
Hello, list. I was looking for a way to add time-zone to the date recrod, something like: <2015-07-05 Sun 20:00 GMT+0>. I was told that it's very likely that the functionality isn't there, so I wonder if it's really so, and if indeed so, then what would it take to add it? I've asked the same que

Re: [O] Org-Mode and iCloud Reminders

2015-06-26 Thread Ken Mankoff
On 2015-06-26 at 00:38, Yuri Niyazov wrote: > what do you use for rem->org? https://lists.gnu.org/archive/html/emacs-orgmode/2015-05/msg00556.html

Re: [O] HTML/images zipped?

2015-06-26 Thread Rasmus
Peter Davis writes: > Is there any way to export HTML with all references images, > etc. packaged in a ZIP file? My guess is that at the moment your best bet is hacking some together with ox-publish. See org-publish-project-alist. Hope it helps, Rasmus PS: On the list, we have talked about a

[O] HTML/images zipped?

2015-06-26 Thread Peter Davis
Is there any way to export HTML with all references images, etc. packaged in a ZIP file? Thank you. -pd

[O] problem with ox-pandoc export

2015-06-26 Thread Alan Schmitt
Hello, I’m having some issues with the ox-pandoc export and I would like to have some help from people who understand derived backends to debug it. Here is the github issue about it: https://github.com/kawabata/ox-pandoc/issues/3 The problem is that file metadata (author, date, title) is not pre

Re: [O] can't assign to hline relative reference:

2015-06-26 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26-06-15 14:22, Nicolas Goaziou wrote: > Hello, > > "Marijn Schouten (hkBst)" writes: > >> Through irc I found someone who tested this with the latest >> development version as of now and it instead produces the error: can't >> assign to hline re

Re: [O] Bug: org-mode breaks flyspell [8.2.10 (release_8.2.10 @ /usr/share/emacs/24.4/lisp/org/)]

2015-06-26 Thread Reuben Thomas
On 26 June 2015 at 13:05, Nicolas Goaziou wrote: > Hello, > > Reuben Thomas writes: > > > Tested using “emacs -Q”, so you can ignore the details of my setup: > > > > Start up Emacs, M-x flyspell-mode dat > > > > The mis-spelled (I’m using English, not Latin as my default language) > > “dat” is u

Re: [O] Export to Latex without \author{}

2015-06-26 Thread Rasmus
Lei Zhe writes: > I am trying to export a beamer from org-mode with my own \author > command defined. > But when I export, org-mode always generates another \author after my > \author, which destroys the author list. > I tried: > 1. #+author: > 2. #+bind: latex-export-with-author "" > 3. move #+a

Re: [O] can't assign to hline relative reference:

2015-06-26 Thread Nicolas Goaziou
Hello, "Marijn Schouten (hkBst)" writes: > Through irc I found someone who tested this with the latest > development version as of now and it instead produces the error: can't > assign to hline relative reference. That also does not seem like the > right behavior to me. > > Could someone shed so

[O] can't assign to hline relative reference:

2015-06-26 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear list, Consider the following small org table: | | grade | weight | weighed grade | |---+---++---| | | 5 | 10 |50 | |---+---++---| | total | ||

[O] Export to Latex without \author{}

2015-06-26 Thread Lei Zhe
Dear orgers, I am trying to export a beamer from org-mode with my own \author command defined. But when I export, org-mode always generates another \author after my \author, which destroys the author list. I tried: 1. #+author: 2. #+bind: latex-export-with-author "" 3. move #+author before my auth

Re: [O] Bug: org-mode breaks flyspell [8.2.10 (release_8.2.10 @ /usr/share/emacs/24.4/lisp/org/)]

2015-06-26 Thread Nicolas Goaziou
Hello, Reuben Thomas writes: > Tested using “emacs -Q”, so you can ignore the details of my setup: > > Start up Emacs, M-x flyspell-mode dat > > The mis-spelled (I’m using English, not Latin as my default language) > “dat” is underwiggled. > > Type Backspace a SPACE > > The word is now “data”, a

[O] Bug: org-mode breaks flyspell [8.2.10 (release_8.2.10 @ /usr/share/emacs/24.4/lisp/org/)]

2015-06-26 Thread Reuben Thomas
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[O] ox-odt roundtrip editing?

2015-06-26 Thread joakim
I'm writing a manuscript for a publisher. The process looks like: - I write a chapter in org mode, export it to odt - I apply the styles the publisher wants to use with a libreoffice macro. This isn't particularily efficient, but I failed at modifying ox-odt to use custom templates. - I get

Re: [O] Turn off html entities in md export

2015-06-26 Thread Nicolas Goaziou
Rustom Mody writes: > Simple basic thing > ... becomes … > -- becomes – > etc In this particular case, see `org-export-with-special-strings'. > For systems (bitbucket is just a common example) that simply does not work > because of security or whatever reasons > See > https://bitbucket.org/site

Re: [O] Turn off html entities in md export

2015-06-26 Thread Rustom Mody
On Fri, Jun 26, 2015 at 1:24 PM, Nicolas Goaziou wrote: > Hello, > > Rustom Mody writes: > > > Bitbucket does not allow html entities in markdown > > See https://bitbucket.org/rustom/vit-projects/wiki/emacs > > and search for &# > > > > So how to turn off html entities in md export? > > It depen

Re: [O] Turn off html entities in md export

2015-06-26 Thread Nicolas Goaziou
Hello, Rustom Mody writes: > Bitbucket does not allow html entities in markdown > See https://bitbucket.org/rustom/vit-projects/wiki/emacs > and search for &# > > So how to turn off html entities in md export? It depends on where these entities are coming from. Anyway, vanilla Markdown suppor

Re: [O] helm-bibtex questions

2015-06-26 Thread Xebar Saram
Hi Titus Another round of helm-bibtex questions if you dont mind (question come since i use it 50 times a day now ;-)) 1. is there a way (or a keybind) to select all entries filtered? now to select all my publications for example i have to use C-space repeatedly. 2. what is the syntax for greate

Re: [O] Org-Mode and iCloud Reminders

2015-06-26 Thread Rainer M Krug
Ken Mankoff writes: > I have hopes for rem https://github.com/kykim/rem but right now it is > easier to have rem->org than org->rem. Why not use apples tools: see e.g. [http://apple.stackexchange.com/a/113022/52198] for an example on how to use Applescript to add reminders - you can use it from

Re: [O] helm-bibtex questions

2015-06-26 Thread Xebar Saram
thanks so much again John i did add this line (bibtex-set-dialect 'biblatex) in my init but that dosent seem to do much as i still get the "journal mandatory field missing" error. anything else i can try? best Z On Thu, Jun 25, 2015 at 2:09 PM, John Kitchin wrote: > I believe that is an emac