Re: [O] Remove the build-in orgmode

2014-06-02 Thread Rainer M Krug
Brady Trainor 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 purpose.

[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 foll

Re: [O] Remove the build-in orgmode

2014-06-02 Thread Thorsten Jolitz
Shiyuan 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 remove the > b

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 wa

[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 | |---+---

[O] DTD prohibited

2014-06-02 Thread AW
Hi, I'm drafting documents with orgmode. Once in a while I have to export them to html and send them as an attachment to an email, telling the recipient to open the file with word. Now, Word no longer can open the html-documents produced by orgmode. The error message is (translated from German

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 ha

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 84b75a9..283

Re: [O] DTD prohibited

2014-06-02 Thread Bastien
Hi Alexander, AW 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 prohibited exactly. HTH,

Re: [O] Tests do not work

2014-06-02 Thread Bastien
Hi, Cecil Westerhof 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 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 news is I don'

Re: [O] Tests do not work

2014-06-02 Thread Cecil Westerhof
2014-06-02 13:36 GMT+02:00 Bastien : > Hi, > > Cecil Westerhof 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 m

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

2014-06-02 Thread Leonard Avery Randall
Thanks! All best, Leonard Bastien 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 May 4, 2014 at 3:37 AM Hi Bastien, Just t

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] Managing bibtex database using org-mode?

2014-06-02 Thread John Kitchin
those look pretty useful. I have been working on some utilities to download bibtex entries from a doi in emacs, and also the pdf if you have permission, and the module knows how to do it. The code can be seen here: https://github.com/jkitchin/jmax/blob/master/user/doi-utils.el It is still a work i

Re: [O] An org password manager

2014-06-02 Thread Bastien
Hi Jorge, jorge.a.alf...@gmail.com (Jorge A. Alfaro-Murillo) writes: > This is my first time submitting a patch, so I do not know if > this is the way I am supposed to do it. This is now in contrib/lisp/ - thanks! -- Bastien

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

2014-06-02 Thread Bastien
Hi Andrea, Andrea Rossetti writes: > Bastien 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 of property X if the old val

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

2014-06-02 Thread Rainer M Krug
John Kitchin 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 very good idea fo

Re: [O] An org password manager

2014-06-02 Thread Jorge A. Alfaro-Murillo
Bastien 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 writes: > This works for me -- thanks! Applied, thanks, I'll keep an eye on the other problems I found. -- Bastien

Re: [O] Tests do not work

2014-06-02 Thread Achim Gratz
Bastien writes: > I'd rather add the tests to the Org archives. Done. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables for the Terratec KOMPLEXER: http://Synth.Stromeko.net/Downloads.html#KomplexerWaves

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

2014-06-02 Thread Achim Gratz
Bastien writes: > Achim Gratz 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. Regards

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

2014-06-02 Thread loochao maillist
Dear list, I'm trying to include my own css when using org-html-export-as-html. I tried to have # Local Variables: # org-export-html-style-extra: "" # End: and #+HTML_INCLUDE_STYLE: my-css-path But none of above work, is there any suggestion? Thanks, Chao

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: 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" - http://orgmode.org/manual/CSS-support.html Best regards,

Re: [O] Tests do not work

2014-06-02 Thread Bastien
Achim Gratz 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 '((:with-

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 wrote: > On 28 May 2014 06:31, Alan Tyree wrote: > >> Hi Steven, >> You want to learn more about LaTeX, bu

[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 buff

Re: [O] DTD prohibited

2014-06-02 Thread James Harkins
Bastien gnu.org> writes: > > Hi Alexander, > > AW 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 >

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 http://kitchingroup.che