Re: [O] Bug: External links buggy with 8.3.1 [8.3.1 (8.3.1-dist @ c:/org-mode/org/)]

2015-09-25 Thread AW
No idea, nobody? Or keeping the tidbits for the weekend?! Am Donnerstag, 24. September 2015, 15:49:08 schrieb AW: > To: emacs-orgmode@gnu.org > Subject: Bug: External links buggy with 8.3.1 [8.3.1 (8.3.1-dist @ c:/org- > mode/org/)] > From:

[O] emacs-lisp babel won't print

2015-09-25 Thread Lawrence Bottorff
If I do this: #+BEGIN_SRC emacs-lisp (setq animals '(gazelle giraffe lion tiger)) #+END_SRC #+RESULTS: | gazelle | giraffe | lion | tiger | and then this #+begin_src emacs-lisp (defun print-elements-of-list (list) "Print each element of LIST on a line of its own." (while list (print

Re: [O] help debugging org-element crashes?

2015-09-25 Thread Suvayu Ali
On Fri, Sep 25, 2015 at 01:34:50PM +0200, Nicolas Goaziou wrote: > Hello, > > Suvayu Ali writes: > > > @Nicolas, others, do you think this should be on an FAQ on worg? > > Not yet, please. I plan to change the internals of the cache at some > point, when I get

Re: [O] The Org Manual

2015-09-25 Thread Jonathan Leech-Pepin
Hello, On 24 September 2015 at 18:01, Rasmus wrote: > nascii boy writes: > > > Org advancement manual in org > > > > https://github.com/nasciiboy/TheOrgManual > > Interesting. Is this a port of the current org manual? Does it produce > good texi code with

Re: [O] help debugging org-element crashes?

2015-09-25 Thread Nicolas Goaziou
Hello, Suvayu Ali writes: > @Nicolas, others, do you think this should be on an FAQ on worg? Not yet, please. I plan to change the internals of the cache at some point, when I get sufficient spare time. Regards, -- Nicolas Goaziou

Re: [O] emacs-lisp babel won't print

2015-09-25 Thread John Kitchin
try: #+BEGIN_SRC emacs-lisp :results output (print-elements-of-list animals) #+END_SRC the default results are value, and your function does not return anything I think. It prints them to output. Lawrence Bottorff writes: > If I do this: > > #+BEGIN_SRC emacs-lisp > (setq animals '(gazelle

Re: [O] [BUG] R src blocks untabify literal constant TABs

2015-09-25 Thread Charles C. Berry
On Thu, 24 Sep 2015, Nicolas Goaziou wrote: Hello, "Charles C. Berry" writes: On Tue, 22 Sep 2015, Charles C. Berry wrote: Just to tie this up, this is an issue with `org-src-preserve-indentation', see (info "(org) Editing source code") for the best

[O] Italicized code/verbatim blocks

2015-09-25 Thread Kaushal Modi
Hi all, I got intrigued by this question on emacs.SE: http://emacs.stackexchange.com/q/16915/115 The example that the OP uses reveals a bug (I believe). If you type the below in an org-mode buffer: call the /static/ method =something(/$with/, /$param/)= ​you see that the $with and $param are

Re: [O] emacs-lisp babel won't print

2015-09-25 Thread Charles Millar
maybe add :results output to the last block On 09/25/2015 12:04 PM, Lawrence Bottorff wrote: #+BEGIN_SRC emacs-lisp (setq animals '(gazelle giraffe lion tiger)) #+END_SRC #+RESULTS: | gazelle | giraffe | lion | tiger | and then this #+begin_src emacs-lisp (defun print-elements-of-list (list)

Re: [O] The Org Manual

2015-09-25 Thread nascii boy
org Hello dear community, the manual is a port of texi manually exported to html, passed org Pandoc and formated by hand. texi okay to make books. but PDFs and web pages are a nuisance as quick method of consultation (compared to org). is my ideal to have only with org books that can be read

Re: [O] Bug: External links buggy with 8.3.1 [8.3.1 (8.3.1-dist @ c:/org-mode/org/)]

2015-09-25 Thread Nicolas Goaziou
Hello, AW writes: > No idea, nobody? Or keeping the tidbits for the weekend?! Fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Bug: org-capture-refile doc inconsistency, refile bug [8.3.1 (8.3.1-129-ga7c8d2-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20150921/)]

2015-09-25 Thread Nicolas Goaziou
Hello, Jan Seeger writes: > I've reworked the patch to restore the original order of > org-capture-finalize and org-capture-refile, but working around the > interaction with :kill-buffer that required reversing the order in the > first place. > > org-capture-finalize

Re: [O] Capture questions

2015-09-25 Thread Xebar Saram
anyone? thx so much in advance Z On Sun, Sep 20, 2015 at 2:38 PM, Xebar Saram wrote: > Hi all! > > I finally had time to properly setup capture for orgmode and i have a few > questions > > 1) can one define default and/or completion values for capture properties > in the

[O] cant get todos with #A priorities to show up first with dispatcher

2015-09-25 Thread Xebar Saram
Hi all i use the orgmode's dispatcher to show my todos per file. for some reason i cant get the #A priorities to show up first. here is what i have in my config: ("f" "food" todo "COOK" ( (org-agenda-files '("~/org/files/agenda/food.org"))

Re: [O] Exporter aborts upon encountering even one unresolvable link

2015-09-25 Thread Rainer M Krug
"D. C. Toedt" writes: > I just updated to 8.3.1 from 8.3beta (from git). That appears to have been > a terrible mistake on my part.> > From this thread > I > see that the exporter now throws an error and

Re: [O] Exporter aborts upon encountering even one unresolvable link

2015-09-25 Thread Rainer M Krug
"D. C. Toedt" writes: > P.S.: Thank heavens for Time Machine. True - but mainly for other things. > > > > > On Thu, Sep 24, 2015 at 9:50 PM, D. C. Toedt wrote: > >> I just updated to 8.3.1 from 8.3beta (from git). That appears to have >> been a terrible

Re: [O] help debugging org-element crashes?

2015-09-25 Thread Rainer M Krug
Peter Salazar writes: > Hey everyone, > > I'm finding my Emacs crashing a lot; other times I get errors like these > which I assume are related to the crashes: > http://pastebin.com/Tncs79r0 > http://pastebin.com/jfdEYwVk > > I mean total Emacs crashes, where I have to

[O] [Babel R] Error evaluating table

2015-09-25 Thread Loris Bennett
Hi, With the following #+NAME: numbers | 1 | | 2 | | 3 | #+NAME: mean #+HEADER: :var data=numbers #+BEGIN_SRC R mean(data) #+END_SRC I get the error: Error: unexpected input in: " #("\"1\" \" Execution halted when I

Re: [O] help debugging org-element crashes?

2015-09-25 Thread Suvayu Ali
On Thu, Sep 24, 2015 at 04:30:13PM -0400, Peter Salazar wrote: > Hey everyone, > > I'm finding my Emacs crashing a lot; other times I get errors like these > which I assume are related to the crashes: > http://pastebin.com/Tncs79r0 > http://pastebin.com/jfdEYwVk > > I mean total Emacs crashes,

Re: [O] [PATCH v3] fix SETUPFILE pathname expansion with subdirectories

2015-09-25 Thread Nicolas Goaziou
Hello, Richard Hansen writes: > The intended meanings of #+INCLUDE and #+SETUPFILE have never been clear > to me, so I have a couple of questions: INCLUDE is only expanded during export. SETUPFILE are parsed when refreshing document properties (e.g., when using C-c C-c on a

Re: [O] Quoting "_" for html and LaTeX output

2015-09-25 Thread Peter Davis
Thanks, Nicolas and Nick. The option solves it perfectly. Cheers, -pd On 9/24/15 3:29 PM, Peter Davis wrote: A lot of the information I track in org-mode includes filepaths and names and other strings containing underscore ("_") characters. I'd like to be able to quote these for HTML and

Re: [O] [PATCH 2/2] fix SETUPFILE pathname expansion from within an INCLUDE

2015-09-25 Thread Nicolas Goaziou
Hello, Richard Hansen writes: > * lisp/ox.el (defun org-export-expand-include-keyword): cd instead of > passing DIR to expand-file-name so that if the INCLUDE file has a > SETUPFILE line with a relative pathname the full pathname to the > SETUPFILE will be expanded properly.

Re: [O] Bug: org-capture-refile doc inconsistency, refile bug [8.3.1 (8.3.1-129-ga7c8d2-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20150921/)]

2015-09-25 Thread Jan Seeger
Hello! Thanks for your reply. However, the current behavior definitely results in bugs when refiling from the capture buffer (newlines don't get deleted properly, for example). I'll look into how to correctly set the position for org-capture-finalize after the refile then, and try to make a

Re: [O] [Babel R] Error evaluating table

2015-09-25 Thread Nicolas Goaziou
Hello, "Loris Bennett" writes: > With the following > > > #+NAME: numbers > | 1 | > | 2 | 3 | > > #+NAME: mean > #+HEADER: :var data=numbers > #+BEGIN_SRC R > mean(data) > #+END_SRC > > > I get the error: > > >

Re: [O] Bug: org-capture-refile doc inconsistency, refile bug [8.3.1 (8.3.1-129-ga7c8d2-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20150921/)]

2015-09-25 Thread Nicolas Goaziou
Hello, Jan Seeger writes: > Thanks for your reply. However, the current behavior definitely > results in bugs when refiling from the capture buffer (newlines don't > get deleted properly, for example). I agree. I'm just pointing out we shouldn't step back and

Re: [O] Bug: org-capture-refile doc inconsistency, refile bug [8.3.1 (8.3.1-129-ga7c8d2-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20150921/)]

2015-09-25 Thread Jan Seeger
Hello! I've reworked the patch to restore the original order of org-capture-finalize and org-capture-refile, but working around the interaction with :kill-buffer that required reversing the order in the first place. org-capture-finalize requires the capture buffer to be set up correctly, and

Re: [O] Outut file name by backend

2015-09-25 Thread Rasmus
Fabrice Popineau writes: > Hi, > > Could it be made possible that the output file name when exporting be > chosen by backend ? > Something like : > > :EXPORT_FILE_NAME: (by-backend (latex "PDFL2A/pdf/pdl2a.tex) (html > "PDFL2A/projets.html")) > > Am I missing another