Re: [O] Remove the build-in orgmode

2014-06-02 Thread Brady Trainor
Shiyuan wrote: Hi, I updated Org-mode from ELPA. If I start emacs normally, M-x org-version does show the new version(8.2.6). But if I start emacs with -Q, emacs will still run the built-in version(7.9.3). This is not convenient for debugging purpose. Is there anyway to remove the

Re: [O] Remove the build-in orgmode

2014-06-02 Thread Rainer M Krug
Brady Trainor algeb...@uw.edu writes: Shiyuan wrote: Hi, I updated Org-mode from ELPA. If I start emacs normally, M-x org-version does show the new version(8.2.6). But if I start emacs with -Q, emacs will still run the built-in version(7.9.3). This is not convenient for debugging

[O] babel and computing a number of months

2014-06-02 Thread Alan Schmitt
Hello, I need to work with dates for some code/scripts I'm writing in a document making heavy usage of source blocks and babel evaluation. The good news is that I have access to many programming languages, so the bad news is I don't know which one to choose. The problem I want to solve is the

Re: [O] Remove the build-in orgmode

2014-06-02 Thread Thorsten Jolitz
Shiyuan gshy2...@gmail.com writes: Hi, I updated Org-mode from ELPA. If I start emacs normally, M-x org-version does show the new version(8.2.6). But if I start emacs with -Q, emacs will still run the built-in version(7.9.3). This is not convenient for debugging purpose. Is there anyway to

Re: [O] babel and computing a number of months

2014-06-02 Thread Alexis
Alan Schmitt writes: I need to work with dates for some code/scripts I'm writing in a document making heavy usage of source blocks and babel evaluation. The good news is that I have access to many programming languages, so the bad news is I don't know which one to choose. The problem I want

[O] Tangling with variables in R

2014-06-02 Thread Rainer M Krug
Hi I just realized (again) that tangling with variables in R contains many particularities. 1) it only works with non-tables, i.e. single values. When defining the following variables: --8---cut here---start-8--- #+NAME: YEARS | | year |

Re: [O] Writing .el files for org in org?

2014-06-02 Thread John Kitchin
What if we created a new directory in the repository called org which contains these kinds of files? It would be analogous to the lisp directory. I don't think we need to have both ob-R.org and ob-R.el in the repository. For example I wrote org-ref.org, and I load it like this in my init file

Re: [O] Managing bibtex database using org-mode?

2014-06-02 Thread Leonard Avery Randall
Hi Vikas, Sorry I did not reply earlier. Your original email prompted me to develop a more functional workflow. I have developed a few functions that make organizing research much easier. I have functions that reorganize, rename, and add links to pdfs, search for and add links to pdfs that

Re: [O] Standard skipping conditions have no effect

2014-06-02 Thread Bastien
Hi Thomas, thanks for this bug report. Can you try the attached patch and report if it works for you? There are still some glitches with the customization types I want to check before applying the patch. Thanks in advance, diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index

Re: [O] DTD prohibited

2014-06-02 Thread Bastien
Hi Alexander, AW alexander.will...@t-online.de writes: Now, Word no longer can open the html-documents produced by orgmode. The error message is (translated from German): DTD prohibited. You may want to customize `org-html-doctype' but you probably need to digg further to know what DTD is

Re: [O] Tests do not work

2014-06-02 Thread Bastien
Hi, Cecil Westerhof cldwester...@gmail.com writes: ​Exactly: when there are no tests, there should be no ‘make test’. I'd rather add the tests to the Org archives. Achim, if you have time to do this, great. Otherwise I will have a look myself later on this week. Thanks, -- Bastien

Re: [O] babel and computing a number of months

2014-06-02 Thread Alan Schmitt
On 2014-06-02 10:13, Alexis flexibe...@gmail.com writes: Alan Schmitt writes: I need to work with dates for some code/scripts I'm writing in a document making heavy usage of source blocks and babel evaluation. The good news is that I have access to many programming languages, so the bad

Re: [O] Tests do not work

2014-06-02 Thread Cecil Westerhof
2014-06-02 13:36 GMT+02:00 Bastien b...@gnu.org: Hi, Cecil Westerhof cldwester...@gmail.com writes: ​Exactly: when there are no tests, there should be no ‘make test’. I'd rather add the tests to the Org archives. ​That would be of-course a better solution. :-D -- Cecil Westerhof

Re: [O] Moving footnotes

2014-06-02 Thread Leonard Avery Randall
Hi Bastien and Nicolas, Thanks for the work. I do think the footnote transformation function looks useful, though for now I think I will stick with defining the footnotes at the end of each section and re-sorting the footnotes before refile. I still think it would be useful to have org-refile

Re: [O] (org-insert-headline '(4)) should insert new headline before point

2014-06-02 Thread Leonard Avery Randall
Thanks! All best, Leonard Bastien mailto:b...@gnu.org May 21, 2014 at 2:43 AM Hi Leonard, I followed your directions and added another fix. Things should be okay now, let me know if not. Thanks, Leonard Randall mailto:leonard.a.rand...@gmail.com May 4, 2014 at 3:37 AM Hi Bastien, Just to

Re: [O] Standard skipping conditions have no effect

2014-06-02 Thread Thomas Morgan
Hi, Bastien, This works for me -- thanks! Best, Thomas

Re: [O] problems while editing in org-columns mode

2014-06-02 Thread Bastien
Hi Andrea, Andrea Rossetti andrea.rosse...@gmail.com writes: Bastien b...@gnu.org writes: Let me know if it works for you, - 3) FAIL: when using org-set-property or org-set-property-and-value interactively, tab autocompletion for the Property: prompt can't find the name

Re: [O] Writing .el files for org in org?

2014-06-02 Thread Rainer M Krug
John Kitchin jkitc...@andrew.cmu.edu writes: What if we created a new directory in the repository called org which contains these kinds of files? It would be analogous to the lisp directory. I don't think we need to have both ob-R.org and ob-R.el in the repository. I think that would be a

Re: [O] An org password manager

2014-06-02 Thread Jorge A. Alfaro-Murillo
Bastien b...@gnu.org writes: This is now in contrib/lisp/ - thanks! Great! Thanks a lot.

Re: [O] Standard skipping conditions have no effect

2014-06-02 Thread Bastien
Hi Thomas, Thomas Morgan t...@ziiuu.com writes: This works for me -- thanks! Applied, thanks, I'll keep an eye on the other problems I found. -- Bastien

Re: [O] Patch for testing `org-open-at-point'

2014-06-02 Thread Achim Gratz
Bastien writes: Achim Gratz strom...@nexgo.de writes: Shouldn't the test check that the desired target is actually reached? That would be too complicated. Checking that `org-open-at-point' does not throw an error is enough IMO. I don't think so. Implemented a check for that in 8e72c8fcfa.

Re: [O] How to include an extra css when export html

2014-06-02 Thread John Hendy
Assuming Org = 8.0, I use this: #+html_head: link rel=stylesheet type=text/css href=path-to-css / Stackoverflow from googling orgmode 8.0 css - http://stackoverflow.com/questions/16453427/cant-get-emacs-org-mode-to-use-my-css-file And Org-mode manual from googling orgmode css html -

Re: [O] Tests do not work

2014-06-02 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Bastien writes: I'd rather add the tests to the Org archives. Done. Thanks! -- Bastien

[O] how to use :options-alist in org-export-define-derived-backend ?

2014-06-02 Thread Nicolas Richard
Hello, I'm trying to play with the exporter but I'd like my back-end to have no toc by default. I tried (org-export-define-derived-backend 'mytest 'html :translate-alist ;; don't use the template, concentrate on the toc. (list (cons 'template (lambda (a _) a))) :options-alist

Re: [O] LaTex export questions

2014-06-02 Thread Alan Tyree
Thanks for the kind words, Martin. I hope you stay inspired since making a few homemade paperbacks sounds like something I'd like to try. Cheers, Alan On 31 May 2014 17:25, Martin Schöön martin.sch...@gmail.com wrote: On 28 May 2014 06:31, Alan Tyree typh...@aanet.com.au wrote: Hi Steven,

[O] copying files in the links while exporting to html

2014-06-02 Thread zhenjiang zech xu
Hi orgmoders, Is there any existing function to copy files in the external links to a specified location when exporting .org file to html? I know org-publish has functionality to copy files with certain suffices on defined project, but my need is to export single file or single subtree in the

Re: [O] DTD prohibited

2014-06-02 Thread James Harkins
Bastien bzg at gnu.org writes: Hi Alexander, AW alexander.willand at t-online.de writes: Now, Word no longer can open the html-documents produced by orgmode. The error message is (translated from German): DTD prohibited. You may want to customize `org-html-doctype' but you

Re: [O] copying files in the links while exporting to html

2014-06-02 Thread John Kitchin
there is no builtin way to do this that I know of. I do this in publishing blogposts from org-mode. i use a filter on links that does this. The copying code is here: https://github.com/jkitchin/jmax/blob/master/user/blogofile.el#L115 the results of that code can be seen at