Re: [O] Preserve tabs in tangled babel output

2015-03-11 Thread Charles C. Berry
On Wed, 11 Mar 2015, John Kitchin wrote: I have org-src-preserve-indentation set to t. Are you saying this does not work on your setup? When I copy/paste Roger's source block into a buffer, issue `(setq-local org-src-preserve-indentation t)' in the buffer, put tabs before the indented lines

Re: [O] Preserve tabs in tangled babel output

2015-03-11 Thread Roger Mason
Thank you Charles Berry and John Kitchin for your replies. John Kitchin jkitc...@andrew.cmu.edu writes: I have org-src-preserve-indentation set to t. Charles C. Berry writes: On Wed, 11 Mar 2015, Roger Mason wrote: Hello, This code: #+BEGIN_SRC makefile :tangle Makefile hello:

Re: [O] Preserve tabs in tangled babel output

2015-03-11 Thread Charles C. Berry
On Wed, 11 Mar 2015, Roger Mason wrote: Hello, This code: #+BEGIN_SRC makefile :tangle Makefile hello: hello.f90 gfortran hello.f90 execute: hello ./a.out clean: rm -f a.out *.o #+END_SRC (stolen from John Kitchin) produces a Makefile with spaces instead of

Re: [O] Preserve tabs in tangled babel output

2015-03-11 Thread John Kitchin
I have org-src-preserve-indentation set to t. Charles C. Berry writes: On Wed, 11 Mar 2015, Roger Mason wrote: Hello, This code: #+BEGIN_SRC makefile :tangle Makefile hello: hello.f90 gfortran hello.f90 execute: hello ./a.out clean: rm -f a.out *.o

Re: [O] CATEGORY Drawer

2015-03-11 Thread Nicolas Goaziou
Hello, Colin Baxter m43...@yandex.com writes: If I try to insert a Category drawer with C-c C-x p and select CATEGORY, I get the error: org-entry-put: The CATEGORY property cannot be set with `org-entry-put' I don't understand why I'm not able to do this. I'm using org-8.3beta. This

Re: [O] lots of CLOCK lines displayed when opening a TODO

2015-03-11 Thread Rainer Stengele
Am 05.03.2015 um 09:02 schrieb Loris Bennett: Rainer Stengele rainer.steng...@online.de writes: Hi! I have lots of weekly reoccuring meetings and do collect the clocked time for each meeting. After a while I have lots of CLOCK lines. Opening the TODO shows all the CLOCK lines shown, but

Re: [O] CATEGORY Drawer

2015-03-11 Thread Colin Baxter
Colin Baxter m43...@yandex.com writes: Do I report it as a bug, or do I leave it you? I'm a newbie. I meant: this is now fixed. You just need to update Org. Regards, Hi, Nicolas, Yes, it's fixed on Org-mode version 8.3beta (release_8.3beta-900-g69e6f4). Thanks! Best wishes, Colin.

Re: [O] CATEGORY Drawer

2015-03-11 Thread Colin Baxter
Hello, Colin Baxter m43...@yandex.com writes: If I try to insert a Category drawer with C-c C-x p and select CATEGORY, I get the error: org-entry-put: The CATEGORY property cannot be set with `org-entry-put' I don't understand why I'm not able to do this. I'm using org-8.3beta. This

[O] about htmlize.el

2015-03-11 Thread XIE Yuheng
Hi friends ^-^, it is me again. can you guys hack htmlize.el for me, to make it an org-html with better support to view exported org-mode file online ? (only viewing, no editing)

[O] Bug: org-babel-parse-src-block-match reporting Wrong type argument: stringp, nil when exporting a org-mode file with a lots of code blocks [8.3beta (release_8.3beta-895-g375c83 @ /usr/share/emac

2015-03-11 Thread Xie Yuheng
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.

Re: [O] Bleeding edge in elpa

2015-03-11 Thread Nick Dokos
tftor...@tftorrey.com (T.F. Torrey) writes: Aaron Ecay aarone...@gmail.com writes: ... Exposing new users to the vagaries of the master branch may rather lead to atheism. This sounds like the foot-shooting argument again. Could one not just as easily harm one's foot with the master

Re: [O] CATEGORY Drawer

2015-03-11 Thread Nicolas Goaziou
Colin Baxter m43...@yandex.com writes: Do I report it as a bug, or do I leave it you? I'm a newbie. I meant: this is now fixed. You just need to update Org. Regards,

Re: [O] Extraneous output from Python code blocks using :session option

2015-03-11 Thread Kyle Meyer
Richard Stanton stan...@haas.berkeley.edu wrote: I'm trying to use the :session option so I can import modules, etc., just once at the beginning of my document, like with am IPython notebook. Unfortunately, the output from these code blocks contains some extraneous characters. For example:

Re: [O] Bleeding edge in elpa

2015-03-11 Thread T.F. Torrey
Hello Aaron, Aaron Ecay aarone...@gmail.com writes: Hi Terry, 2015ko martxoak 10an, T.F. Torrey-ek idatzi zuen: Of the things in your list, I think only the NEWS and Changelog are absent from the master branch in git. Lots of us happily use Org master from git without them every day. Do

Re: [O] Citation syntax: a revised proposal

2015-03-11 Thread Richard Lawrence
Hi Aaron and all, I cleaned up my efforts a bit and posted them here: https://github.com/wyleyr/org-citeproc (This program is just a modified version of John MacFarlane's citeproc program: https://github.com/jgm/citeproc/ which reads JSON in a slightly different format, and produces JSON

[O] Resolving Test Failures

2015-03-11 Thread Jacob Gerlach
Hi List, I'm trying to write a patch and getting test failures from `make test'. The backtrace on the command line is hard for me to parse. If I try running ert interactively by: M-x load-file org-test.el M-x load-file test-ox.el M-x ert RET applicable/test It reports that the test passes. Do

Re: [O] Citation syntax: a revised proposal

2015-03-11 Thread Thomas S. Dye
Aloha Aaron, Aaron Ecay aarone...@gmail.com writes: I have made citeproc-java give output like: Smith2014 Doe1999 Smith et al.2005 I parse that into lists of (author, year) pairs by splitting on the . Then I expose a template to elisp: “%p%a (%y%s)” (for prefix, author,

Re: [O] [PATCH} Re: Bug: problem when exporting a org-mode file with a lots of code blocks

2015-03-11 Thread Nicolas Goaziou
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Charles C. Berry ccbe...@ucsd.edu writes: The patch causes an informative error message to be reported for src blocks like this (no language): #+begin_src (+ 1 2) #_end_src Thanks. However could you move the check for language earlier

Re: [O] Table caption in Latex export with :float nil

2015-03-11 Thread Rasmus
Is :float deprecated? No but caption takes priority. I'm working on this case, but my dev. computer is not well at the moment. —Rasmus -- Bang bang

Re: [O] Table caption in Latex export with :float nil

2015-03-11 Thread Vikas Rawal
Is :float deprecated? No but caption takes priority. I'm working on this case, but my dev. computer is not well at the moment. We need to consider the scenario that if we need a captioned table without a floating environment, what is the right way of obtaining it. That is needed if

Re: [O] [PATCH] Internal Links with Spaces

2015-03-11 Thread Nicolas Goaziou
Hello, Jacob Gerlach jacobgerl...@gmail.com writes: I had been waffling on whether to switch to the git version of org. This was motivation to make the switch, so I decided to give a shot at patching this. Attached patch introduces `org-latex-prefer-section-references'. If non-nil, links

[O] CATEGORY Drawer

2015-03-11 Thread Colin Baxter
Hello, If I try to insert a Category drawer with C-c C-x p and select CATEGORY, I get the error: org-entry-put: The CATEGORY property cannot be set with `org-entry-put' I don't understand why I'm not able to do this. I'm using org-8.3beta. Thanks, Colin.

[O] Only showing part of a list

2015-03-11 Thread Cecil Westerhof
The following is part of an org-file: * Actions [0/30] - [ ] First action - [ ] Second action - [ ] Third action - [ ] Fourth action - [ ] Fifth Action . . . - [ ] Thirtieth action But I am only interested in the first five actions,

[O] New Citation Syntax, ODT JabRef: Now supports Multicites, Prefix/Suffixes and Textual/Parenthetical styles

2015-03-11 Thread Vaidheeswaran C
JabRef exporter now supports: a) Multicites b) Prefixes and Suffixes c) Textual and Parenthetical styles. d) Numeric and Footnote type styles. I am attaching sample files. Repo Browse URL is

Re: [O] [PATCH} Re: Bug: problem when exporting a org-mode file with a lots of code blocks

2015-03-11 Thread Charles C. Berry
On Wed, 11 Mar 2015, Nicolas Goaziou wrote: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Charles C. Berry ccbe...@ucsd.edu writes: The patch causes an informative error message to be reported for src blocks like this (no language): #+begin_src (+ 1 2) #_end_src Thanks. However could

Re: [O] [RFC] [PATCH] Warn about unexpanded macros on export

2015-03-11 Thread Jacob Gerlach
On Sun, Sep 28, 2014 at 3:03 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Aaron Ecay aarone...@gmail.com writes: The links issue (re-)raised by Jacob in http://mid.gmane.org/caa6uvufm-1nwd06a5o3hwsveqmgqljncfk_ptohsehcvdjt...@mail.gmail.com is a bit harder to deal with, since each backend

Re: [O] New Citation Syntax, ODT JabRef: Now supports Multicites, Prefix/Suffixes and Textual/Parenthetical styles

2015-03-11 Thread Richard Lawrence
Hi Vaidheeswaran, Vaidheeswaran C vaidheeswaran.chinnar...@gmail.com writes: JabRef exporter now supports: a) Multicites b) Prefixes and Suffixes c) Textual and Parenthetical styles. d) Numeric and Footnote type styles. Thanks very much for your work on this! It's great to see the

[O] Preserve tabs in tangled babel output

2015-03-11 Thread Roger Mason
Hello, This code: #+BEGIN_SRC makefile :tangle Makefile hello: hello.f90 gfortran hello.f90 execute: hello ./a.out clean: rm -f a.out *.o #+END_SRC (stolen from John Kitchin) produces a Makefile with spaces instead of tabs. I created the content in

Re: [O] [PATCH] Internal Links with Spaces

2015-03-11 Thread Jacob Gerlach
On Wed, Mar 11, 2015 at 10:17 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: This is where I don't follow you. You can insert links without description, using `org-insert-link'. What makes you think you cannot? I thought that I had tested `(org-insert-link nil nil )' and found that a

Re: [O] [PATCH} Re: Bug: problem when exporting a org-mode file with a lots of code blocks

2015-03-11 Thread Nicolas Goaziou
Hello, Charles C. Berry ccbe...@ucsd.edu writes: The patch causes an informative error message to be reported for src blocks like this (no language): #+begin_src (+ 1 2) #_end_src Thanks. However could you move the check for language earlier (i.e., right after (src-block ...))?

Re: [O] Table caption in Latex export with :float nil

2015-03-11 Thread Rasmus
Vikas Rawal vikasli...@agrarianresearch.org writes: Is :float deprecated? No but caption takes priority. I'm working on this case, but my dev. computer is not well at the moment. We need to consider the scenario that if we need a captioned table without a floating environment, what

Re: [O] [PATCH] Internal Links with Spaces

2015-03-11 Thread Jacob Gerlach
Hi, On Wed, Mar 11, 2015 at 9:41 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: I'm not sure to understand the problem you're trying to solve. Would you mind giving a simple example and motivation? (Did I break the thread by adding [PATCH] to the subject? Apologies if so, original thread was

Re: [O] [PATCH] Internal Links with Spaces

2015-03-11 Thread Nicolas Goaziou
Jacob Gerlach jacobgerl...@gmail.com writes: (Did I break the thread by adding [PATCH] to the subject? Apologies if so, original thread was [1]) I read the thread before asking the question. In more detail (repeating/summarizing the prior messages on original thread): Internal Links stored

Re: [O] Only showing part of a list

2015-03-11 Thread Cecil Westerhof
2015-03-11 14:23 GMT+01:00 John Kitchin jkitc...@andrew.cmu.edu: Even if it were possible, what would you expect to happen when actions 1-5 were checked off? Should the list show the next 5? How would you expand the list to see all of it? When would it be visible or not? ​I did not expect a

Re: [O] lots of CLOCK lines displayed when opening a TODO

2015-03-11 Thread Xavier Maillard
Hello Leo, Leo Ufimtsev lufim...@redhat.com writes: I log everything into the logbook. Clocktimes, state changes, dated notes when I put an item on hold. I found it too tedious to move things around. Would you mind producing a typical TODO to see how it looks like ? This is a topic where I