[O] Cannot use unknown latex back-end

2015-04-26 Thread Thomas S. Dye
Aloha all, I pulled from master this morning, refreshed Org mode, and got this error message in *Messages*: Loading /Users/dk/.emacs.d/src/org-mode/contrib/lisp/ox-koma-letter.el (source)... org-export-register-backend: Cannot use unknown latex back-end as a parent All the best, Tom -- Thomas

Re: [O] [PATCH, take 2] Processing language support in Babel

2015-04-26 Thread Jarmo Hurri
Nicolas Goaziou m...@nicolasgoaziou.fr writes: 1. A patch implementing Processing programming language support in Babel. The commit message of the patch is the following: Thank you. Applied, with minor stylistic tweaks. I also removed the binding C-c C-v C-k but suggested it in the the

Re: [O] Display Agenda in Reverse Order

2015-04-26 Thread Kenneth Jacker
smt Take a look at smt smtorg-agenda-sorting-strategy Will do! smt It should help you out. Once I figure out how to configure it! ;-) smt Note though that the timestamp sorting does not work on all smt agenda types, it's a known bug. OK. Thanks for your useful and prompt

Re: [O] [bug, org] footnote-action broken with narrowed buffer

2015-04-26 Thread Nicolas Goaziou
Rasmus ras...@gmx.us writes: The problem is that narrow can be time-consuming to recreate. This is why we shouldn't mess with it in the first place. Wouldn't it only find definition in the same file? If you use a popup indirect buffer narrowed to the footnote-definition in question I don't

Re: [O] [RFC] Org linting library

2015-04-26 Thread Nicolas Goaziou
Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Could `org-lint' return a success/fail indication, so that we could write something along in an export hook: (if (org-lint) ... continue with export ... ... stop with message or display the lint buffer ...)

Re: [O] ob-R, problem with try/catch

2015-04-26 Thread Nicolas Goaziou
Hello, Rainer M Krug r.m.k...@gmail.com writes: Possible a candidate for the new linting library for org, to mark it as an invalid argument combination Done. Do you know any other such combinations? Regards, -- Nicolas Goaziou

[O] capture contacts org-vcard

2015-04-26 Thread Gour
Hello, I've managed to import my contacts stored in ownCloud server (synced with my Android phone) with the help of org-vcard. Now I wonder about entering new ones? Documentation for org-contacts mentions usage of org-capture-templates which then utilises e.g. org-contacts-template-name/email

[O] Conditional .gitignore for org-mode files

2015-04-26 Thread David Dynerman
Hi all, Sorry in advance, this might be more of a git question than an org-mode question, but I thought someone on this list might know the answer. Is it possible to conditionally gitignore certain files based on files that are being tracked? What I'd like is something like the following

[O] Tangled Latex code gives error

2015-04-26 Thread Lawrence Bottorff
I'm following the Latex howto of org-mode babel. Here's the snippet from the howto I've got in a separate .org file (see bottom of howto page): #+LATEX_HEADER: \usepackage{tikz} First execute the second code block, to define the convenience macro and to set the required new variables in

[O] Org-lint and #+call lines

2015-04-26 Thread Thomas S. Dye
Aloha all, Org-lint is a big help picking up an old project. Thanks Nicolas. The original patch sent to the ML ran through my old org mode file and found lots of potential problems. So, I decided to track wip-lint. Now, the linting stops with this error:

Re: [O] export fails with byte-code: Before first headline at position ...

2015-04-26 Thread Rasmus
Hi Joon, Joon Ro joon...@outlook.com writes: When I try to export my org files I'm getting this error. For example: byte-code: Before first headline at position 1 in buffer Blog.org2 I could not find any way to fix this - any help will be very appreciated. Could you please send us a minimal

Re: [O] Cannot use unknown latex back-end

2015-04-26 Thread Rasmus
Hi Tom, t...@tsdye.com (Thomas S. Dye) writes: I pulled from master this morning, refreshed Org mode, and got this error message in *Messages*: Loading /Users/dk/.emacs.d/src/org-mode/contrib/lisp/ox-koma-letter.el (source)... org-export-register-backend: Cannot use unknown latex back-end

Re: [O] ob-R, problem with try/catch

2015-04-26 Thread Nicolas Goaziou
Charles C. Berry ccbe...@ucsd.edu writes: Except for langs emacs-lisp, clojure, ruby, picolisp, and python `:results pp' does nothing. mathematica refers to pp but I don't get what it does - it looks like raw would be a more suitable :results format. Of course, somebody could add a pretty

Re: [O] Error when using org-ctrl-c-ctrl-c to add tags

2015-04-26 Thread Ken Mankoff
Hi, I'm still experiencing this bug, although with a slightly different error message. When C-c C-c on a headline, I see: org-set-tags: Wrong type argument: listp, org-tags-completion-function Compared to the original report of: apply: Wrong type argument: listp, org-tags-completion-function

Re: [O] [bug, org] footnote-action broken with narrowed buffer

2015-04-26 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Good idea. I didn't thought about using org-src.el, but, albeit not perfect, it goes a long way towards avoiding these problems. I toyed a bit with that. Now C-' on a (non inline) footnote reference should edit it in a dedicated buffer. I tried

Re: [O] export fails with byte-code: Before first headline at position ...

2015-04-26 Thread Joon Ro
Apparently it was caused by the following custom function for org-export-before-parsing-hook that I had to remove the subtree with beameronly tag: (defun as/delete-ignored-heading (backend) (unless (equal backend 'beamer) ; remove subtree with beameronly tag (org-map-entries

Re: [O] Cannot use unknown latex back-end

2015-04-26 Thread Thomas S. Dye
Rasmus ras...@gmx.us writes: Hi Tom, t...@tsdye.com (Thomas S. Dye) writes: I pulled from master this morning, refreshed Org mode, and got this error message in *Messages*: Loading /Users/dk/.emacs.d/src/org-mode/contrib/lisp/ox-koma-letter.el (source)... org-export-register-backend:

[O] export fails with byte-code: Before first headline at position ...

2015-04-26 Thread Joon Ro
Hi, When I try to export my org files I'm getting this error. For example: byte-code: Before first headline at position 1 in buffer Blog.org2 I could not find any way to fix this - any help will be very appreciated. Thank you,Joon

Re: [O] ob-R, problem with try/catch

2015-04-26 Thread Charles C. Berry
On Sun, 26 Apr 2015, Nicolas Goaziou wrote: Hello, Rainer M Krug r.m.k...@gmail.com writes: Possible a candidate for the new linting library for org, to mark it as an invalid argument combination Done. Do you know any other such combinations? Except for langs emacs-lisp, clojure, ruby,

Re: [O] Marking/highlighting text temporarily

2015-04-26 Thread John Kitchin
Very nice start! - make comment links a different color/face (e.g. https://github.com/jkitchin/org-ref/blob/master/org-ref.el#L360) otherwise, I think item 4 is the most important one on the todo list. We are writing lots of papers this year, so this will be a really helpful tool! Eric

Re: [O] Tangled Latex code gives error

2015-04-26 Thread Lawrence Bottorff
. . . okay, I realize that a viable Latex document has many preliminary commands. Here's a working version of my tangled code \documentclass{article} \usepackage{tikz} \usetikzlibrary{trees} \begin{document} \begin{tikzpicture} \node [circle, draw, fill=red!20] at (0,0) {1} child { node

Re: [O] TAB cycling doesn't work from end of line

2015-04-26 Thread Samuel Wales
i think maybe somebody patched this? one more similar thing. if the headline is folded, and point is somewhere not in the headline, m-right etc. don't work. this is common when you yank folded, i think.

[O] custom agenda view not possible?

2015-04-26 Thread Traycer Bullet
I'm transitioning from a web-based to-do list, and one thing I rely on is viewing recently CREATED or CLOSED tasks, e.g. within the last 2 days. My hope is to recreate this with a custom agenda view, but I haven't been able to find the correct commands/filters. Keeping in mind I'm new to

Re: [O] org-latex question

2015-04-26 Thread Vikas Rawal
True. This is because org-latex-headline is written this way: , | (if (and numberedp opt-title | ;; ^^^ ^ why this? Maybe there's a good reason... | (not (equal opt-title full-text)) | (string-match \\`\\(.*?[^*]\\){ section-fmt)) |