Re: [O] Feature Request: Allow Tangling Named INCLUDEs

2014-01-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/27/14, 15:37 , Eric Schulte wrote: Rainer M Krug rai...@krugs.de writes: On 01/27/14, 01:44 , Nick Daly wrote: Hi Bastien, Nick Daly wrote: Hi folks, I have a situation where I have many named code snippets currently available in

Re: [O] How to use ox-bibtex

2014-01-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/27/14, 15:36 , Eric Schulte wrote: o.castillo.felis...@gmail.com o.castillo.felis...@gmail.com writes: Hello Eric. I finally try the examples you attached above, and I'm getting a problem. The file is not imported, because of an error

Re: [O] Org habit graph not showing

2014-01-28 Thread Bastien
Chris Henderson henders...@gmail.com writes: I install via alt-x package-list. My .emacs has orgmode.org and gnu listed as package source. I just deleted and installed orgmode again and still having the issue. Did you install the ELPA package from a fresh Emacs session? What is the output of

Re: [O] [RFC] Make QUOTE an export keyword instead of an element type

2014-01-28 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: I'm for pushing the change to master Done Thanks! and documenting this feature in maint as being obsolete. I added a few notes in ORG-NEWS. Feel free to complete them. I will review ORG-NEWS before the next release, thanks. --

Re: [O] bug: Please save the buffer to a file before refiling when the buffer is already saved

2014-01-28 Thread Bastien
Hi Samuel, Samuel Wales samolog...@gmail.com writes: Are you talking about 2 olpaths pointing to different files? Yes. In this case, I suggest this: hitting RET will not throw an error, but offer further expansion like this: Emacs (myfile.org) Emacs (anotherfile.org) Is what shows the

Re: [O] [ANN] Markdown exporter for leanpub.com

2014-01-28 Thread Bastien
Hi Juan, Juan Reyero joa...@gmail.com writes: https://github.com/juanre/ox-leanpub Neat. Thanks for letting us know. If you find a place where you'd like to document this on Worg, please send me your public key and I'll give you commit access to Worg. (I am writing a book with lots of code

Re: [O] org-mode + icicles, avoid key binding redefinitions?

2014-01-28 Thread Bastien
Hi Thomas, thanks for starting this list. t...@tsdye.com (Thomas S. Dye) writes: C-c ! Creating timestamps C-c . Creating timestamps C-c # Checkboxes C-c ' Editing and debugging formulas, literal examples, include files, editing source code, cooperation C-c , Priorities C-c ; Comment

[O] [bug] Code snippets are not getting numbered

2014-01-28 Thread Jambunathan K
Nicolas Code snippets are not getting numbered... Also take a look at `org-export-resolve-coderef'. The below example is from (info (org) Literal examples) --8---cut here---start-8--- #+BEGIN_SRC emacs-lisp -n -r (save-excursion (ref:sc)

Re: [O] How to use ox-bibtex

2014-01-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/28/14, 10:04 , Christian Moe wrote: Rainer M Krug writes: Thanks for this thread - very interesting. Just one correction (or is it a bug?): Even the export to text - ASCII aborts the bibtex2htlm installation. But also: I don't get

[O] Patch for script to import feeds from Remember the Milk

2014-01-28 Thread Lineone
Hi, I have used this script http://lists.gnu.org/archive/html/emacs-orgmode/2012-03/msg00197.html to import my RTM Atom feeds into org. The execution fails (no feed is downloaded) whenever the Due: field in at least one entry contains a time in addition to the date. The following patch seems

Re: [O] problem of path in using ox-bibtex

2014-01-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/06/14, 11:29 , Fabrice Popineau wrote: Does this : http://blog.jansoehlke.com/?Recipesnr=62 help to run bibtex2html in different directories ? basically: either export TMPDIR=. or change open_any in texmf.cnf. Or create a script which is

Re: [O] How to use ox-bibtex

2014-01-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/27/14, 14:52 , o.castillo.felis...@gmail.com wrote: Hello Eric. I finally try the examples you attached above, and I'm getting a problem. The file is not imported, because of an error Wrong type argument arrayp, nil. I get this error

Re: [O] How to use ox-bibtex

2014-01-28 Thread o.castillo.felis...@gmail.com
Hello again, I'm still having the problem... please correct me if I'm wrong: 1) In a terminal: $ cd path/to/org-mode $ make vanilla an emacs window (without the personal configuration but with the org-mode conf. opens) 2) I run the command you suggest using =M-: (add-to-list 'load-path

Re: [O] How to use ox-bibtex

2014-01-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/28/14, 09:32 , Rainer M Krug wrote: On 01/27/14, 15:36 , Eric Schulte wrote: o.castillo.felis...@gmail.com o.castillo.felis...@gmail.com writes: Hello Eric. I finally try the examples you attached above, and I'm getting a problem.

[O] Spurious literal interpretation in :LOGBOOK: sections

2014-01-28 Thread François Pinard
Hi, Org fellows. I noticed a few times this little rendering problem in Org, so it might be worth reporting. First note that I set org-hide-emphasis-markers to t, which I find to be an extremely valuable option. :-) In a :LOGBOOK: entry containing many CLOCK: lines, a literal in the description

[O] Clojure Code Block Results not Tabularized

2014-01-28 Thread Soapy Smith
Hello to the list, my first message here. This is in regards to code blocks in the Clojure language. The problem is that the results inserted into the org document should be tabularized. This is not happening using the latest version of org. Here is the simplest possible example: #+begin_src

[O] [babel] dynamic linking in user directory not working for C++ language

2014-01-28 Thread Benoit Bayol
Hello everyone :) I have a problem that I cannot fix when compiling a C++ source block. My code block use several libraries and especially one named libarmadillo.dylib which is installed in a non-default place. My code compiles well in the buffer shell of emacs with : g++

Re: [O] How to use ox-bibtex

2014-01-28 Thread o.castillo.felis...@gmail.com
My problem continues... however, It seems has to be with the exportation, because if I open de file before evaluating =(requier 'ox-bibtex)= the links are not recognised. I tried using the latest git code $ git fetch origin $ make all $ make install Then I repeated the =vanilla= calling of

Re: [O] [ANN] Markdown exporter for leanpub.com

2014-01-28 Thread Juan Reyero
Hi Bastien, On Tue, Jan 28, 2014 at 10:02 AM, Bastien b...@gnu.org wrote: If you make progress about this, I guess a lot of people would enjoy it. Thanks in advance! Cool. I've taken it a bit further, and it now supports my whole book[1], including latex formulas, cross links, code and

Re: [O] [babel] dynamic linking in user directory not working for C++ language

2014-01-28 Thread Thierry Banel
Le 28/01/2014 15:00, Benoit Bayol a écrit : Hello everyone :) I have a problem that I cannot fix when compiling a C++ source block. My code block use several libraries and especially one named libarmadillo.dylib which is installed in a non-default place. My code compiles well in the buffer

Re: [O] Org habit graph not showing

2014-01-28 Thread Chris Henderson
On Tue, Jan 28, 2014 at 6:30 PM, Chris Henderson henders...@gmail.comwrote: On Tue, Jan 28, 2014 at 5:42 PM, Bastien b...@gnu.org wrote: Chris Henderson henders...@gmail.com writes: If I put (require 'org-habit) in my .emacs file, when I do C-c c to add task and press C-c C-c to finish

Re: [O] bug: Please save the buffer to a file before refiling when the buffer is already saved

2014-01-28 Thread Samuel Wales
On 1/28/14, Bastien b...@gnu.org wrote: Are you talking about 2 olpaths pointing to different files? Yes. I hope this is the reason for the bugs, because it sounds fixable. In this case, I suggest this: hitting RET will not throw an error, but offer further expansion like this: Emacs

[O] [ANN] google-contacts.el can now export to org-contacts.

2014-01-28 Thread Rüdiger Sonderfeld
Hello, Julien Danjou's google-contacts.el is a GNU Emacs package to display contacts from Google Contacts within Emacs. I have recently added support to export contacts to org-contacts format (See contrib/lisp/org-contacts.el). Calling `M-x google-contacts-to-org-contacts' will export all

Re: [O] [bug] Code snippets are not getting numbered

2014-01-28 Thread John Kitchin
Sorry if this has been sent more than once. I was trying to reply from gnus, and it isn't clear that happened. The code block in that example is also missing a closing parenthesis. this post reminded me of this cool feature of source blocks, so I tried it out. The code block itself does not seem

Re: [O] [bug] Code snippets are not getting numbered

2014-01-28 Thread Nicolas Goaziou
Hello, Jambunathan K kjambunat...@gmail.com writes: Code snippets are not getting numbered... Also take a look at `org-export-resolve-coderef'. The below example is from (info (org) Literal examples) #+BEGIN_SRC emacs-lisp -n -r (save-excursion (ref:sc) (goto-char

Re: [O] do not display certain TAGs in agenda

2014-01-28 Thread David Belohrad
fantastic Bastien. thanks, it works .d. Bastien b...@gnu.org writes: Hi David, David Belohrad da...@belohrad.ch writes: Now, tags MARS, 2013 and REFILABLE are 'common' tags I use when filtering for them, but generally I don't want to see them in the agenda. I'd like to see only tags

Re: [O] [bug] Code snippets are not getting numbered

2014-01-28 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Jambunathan K kjambunat...@gmail.com writes: Code snippets are not getting numbered... Also take a look at `org-export-resolve-coderef'. The below example is from (info (org) Literal examples) #+BEGIN_SRC emacs-lisp -n -r

[O] bugs in property searches?

2014-01-28 Thread John Kitchin
Hi Everyone, I am experimenting with using an org-file as a database of sorts. The idea is to have some heading like this that represent courses, with various classifications (tags) and properties. Then, I would generate reports on these headings. I have run across to behaviors that seem like

Re: [O] How to use ox-bibtex

2014-01-28 Thread Eric Schulte
There is not enough information to address your bug. Please read [1] and re-send. It sounds to me like your installation may be bad, in which case it may also be worthwhile to read [2]. Best, Footnotes: [1] http://orgmode.org/org.html#Feedback [2]

Re: [O] bugs in property searches?

2014-01-28 Thread Nick Dokos
John Kitchin jkitc...@andrew.cmu.edu writes: 1. the point moves in org-map-entries, and I thought it would not since the documentation says the function is wrapped in save-excursion. This lead to the results going in the wrong place. I can duplicate this, but I'm not sure whether it's a bug

[O] org-update-statistics-cookies does not update stats

2014-01-28 Thread Yasushi SHOJI
Bastien, It seems to me that the commit 80fc5ad breaks `org-update-statistics-cookies' on my setup. Here is an ECM: * foo [1/2] ** DONE bar ** TODO baz Calling `org-update-statistics-cookies' on `foo' changes `[1/2]' to `[0/2]'. This doesn't affect the maint branch as

Re: [O] Org habit graph not showing

2014-01-28 Thread Chris Henderson
On Wed, Jan 29, 2014 at 6:07 AM, Bastien b...@gnu.org wrote: Chris Henderson henders...@gmail.com writes: Is this the underlying issue causing the problem? How can I get rid of this issue? Should I completely delete /Users/chris/.emacs.d/elpa/ and install orgmode again? Yes, please do

Re: [O] Clojure Code Block Results not Tabularized

2014-01-28 Thread Christian Moe
Soapy Smith writes: The problem is that the results inserted into the org document should be tabularized. This is not happening using the latest version of org. Here is the simplest possible example: #+begin_src clojure :results value raw [1 2 3 4] #+end_src #+RESULTS: [1 2 3 4] Hi,