Re: [O] bug in selective export when selected heading follows excluded heading

2012-06-01 Thread Eric S Fraga
Eric S Fraga e.fr...@ucl.ac.uk writes: Hsiu-Khuern Tang tan...@gmail.com writes: Hi, Here's an input file, a.org: #+OPTIONS: toc:nil #+EXPORT_EXCLUDE_TAGS: exclude #+EXPORT_SELECT_TAGS: include * chap1 ** sec1

Re: [O] Broken LaTeX export

2012-06-01 Thread Eric S Fraga
SW sabrewo...@gmail.com writes: Nick Dokos nicholas.dokos at hp.com writes: Interesting: it seems to be a latex bug of some sort, but I haven't had time to play with it too much yet. I'm trying things like modifying the tex file slightly and seeing if the empty page(s)/overfull page(s)

Re: [O] make doc fails on current head

2012-06-01 Thread Bastien
Hi Michael, I just reverted my commit, thanks. Michael Brand michael.ch.br...@gmail.com writes: but I can confirm that it should really compile to @@#$2 and not to @#$2 or something else. So what does @@#$2 really means? Does the first @ stand for This is a field coordinate and the rest for

Re: [O] make doc fails on current head

2012-06-01 Thread Bastien
Hi Jonathan, Jonathan Leech-Pepin jonathan.leechpe...@gmail.com writes: Under the current git head (4144c55) I get the following error when trying to run =make doc=. Fixed, thanks for reporting this. -- Bastien

Re: [O] bug in .texi?

2012-06-01 Thread Bastien
Hi Samuel, Samuel Wales samolog...@gmail.com writes: ... make -C doc info makeinfo --no-split org.texi -o org org.texi:2450: Unknown command `#$2)'. makeinfo: Removing output file `org' due to errors; use --force to preserve. make[1]: *** [org] Error 1 make: *** [info] Error 2 makeinfo

Re: [O] make doc fails on current head

2012-06-01 Thread Michael Brand
Hi Bastien On Fri, Jun 1, 2012 at 9:48 AM, Bastien b...@gnu.org wrote: So what does @@#$2 really means?  Does the first @ stand for This is a field coordinate yes and the rest for the coordinates range itself? it is not a range, but as @# and $# can be used to get the row or column number

Re: [O] if both schedule and deadline, appear only once in agenda

2012-06-01 Thread Eric S Fraga
SW sabrewo...@gmail.com writes: However, this is not what my question is about. My question relates to advance warning that an item is scheduled in the future. I want to know on Friday that I have scheduled a large project to start on Monday. That is, I would like to know beforehand that I

Re: [O] [PATCH] org-reload doesn't use full emacs load-path?

2012-06-01 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Eric S Fraga writes: Seems to work just fine. Thanks! Thanks for testing. Bastien, could you please install the patch? Done, thanks. -- Bastien

Re: [O] make doc fails on current head

2012-06-01 Thread Nick Dokos
Bastien b...@gnu.org wrote: So what does @@#$2 really means? Does the first @ stand for This is a field coordinate and the rest for the coordinates range itself? @# is the current row number, so @@#$2 is a reference to the current row, second column. Michael has a couple of nontrivial

Re: [O] encoding problem

2012-06-01 Thread Eric S Fraga
Bernt Hansen be...@norang.ca writes: Julien Cubizolles j.cubizol...@free.fr writes: I'm having a very strange problem with character encoding. I write all my text files with emacs, with non-ascii characters (I'm french). I keep a copy of many files (latex/org/...) on separate machines using

Re: [O] Windows (Cygwin) make: Works, but org-release(void)

2012-06-01 Thread Bastien
Hi William, William Crandall bc3141...@gmail.com writes: ;; Functionality of Org-mode's org-install.el is supplanted by ;; Package Manager's org-autoloads.el. Since Package Manager ;; autoloads Org-mode, the following line (require 'org-install) in ;; your .emacs is no longer required and

[O] Crash in GNU Emacs 24.0.97.1 (i386-mingw-nt5.1.2600) of 2012-05-17 on MARVIN when jumpin to end of long lines of org-mode file

2012-06-01 Thread Rainer Stengele
Hi all, I have emacs crashing since several versions. Being in org-mode I have a long line like this (following 3 lines concatenated) #+BEGIN: clocktable :maxlevel 0 :fileskip0 t :scope (~/org/DIPLAN/DIPLAN.org ~/org/DIPLAN/DIPLAN.org_archive ~/org/DIPLAN/Seuffer.org ~/org/DIPLAN/ebm-papst.org

Re: [O] Crash in GNU Emacs 24.0.97.1 (i386-mingw-nt5.1.2600) of 2012-05-17 on MARVIN when jumpin to end of long lines of org-mode file

2012-06-01 Thread Bastien
Hi Rainer, Rainer Stengele rainer.steng...@online.de writes: I have emacs crashing since several versions. I can't test with your version of Emacs. Being in org-mode I have a long line like this (following 3 lines concatenated) #+BEGIN: clocktable :maxlevel 0 :fileskip0 t :scope

Re: [O] make doc fails on current head

2012-06-01 Thread Bastien
Nick Dokos nicholas.do...@hp.com writes: Bastien b...@gnu.org wrote: So what does @@#$2 really means? Does the first @ stand for This is a field coordinate and the rest for the coordinates range itself? @# is the current row number, so @@#$2 is a reference to the current row, second

Re: [O] a line in BEGIN_SRC/END_SRC block disappeared when publishing

2012-06-01 Thread Bastien
Hi Liang, Liang Wang netcas...@gmail.com writes: #+BEGIN_SRC emacs-lisp (eval-after-load 'yasnippet '(yas/define-snippets 'org-mode '((elisp #+BEGIN_SRC emacs-lisp $0 ,#+END_SRC #+BEGIN_SRC emacs-lisp ... #+END_SRC #+END_SRC Why not this #+BEGIN_SRC emacs-lisp

Re: [O] Setting user-defined properties while ido-mode is active

2012-06-01 Thread Jason Dunsmore
On Thu, May 31 2012, Thorsten Jolitz wrote: However, I have to deactivate ido-mode everytime I want to set a user-defined property with C-c C-x p, since ido-mode shows me all the predefined property names and does not let me enter my own property name. Did anybody else experience this, or

Re: [O] make doc fails on current head

2012-06-01 Thread Jonathan Leech-Pepin
I can confirm it's fixed And thanks for the answer, hadn't realized you could use @# and $# for references. On Fri, Jun 1, 2012 at 8:56 AM, Bastien b...@gnu.org wrote: Nick Dokos nicholas.do...@hp.com writes: Bastien b...@gnu.org wrote: So what does @@#$2 really means?  Does the first @

Re: [O] Annoying behavior of RET after a timestamp

2012-06-01 Thread Bastien
Hi Nick, Nick Dokos nicholas.do...@hp.com writes: There was a recent commit 8c91f690a561113eee0d16cdb6e8afc6bcae2089 to follow a time stamp as a link. I have no problem with that but the code uses the org-at-timestamp-p function, which (perversely IMO) thinks that I am in a timestamp even

Re: [O] Annoying behavior of RET after a timestamp

2012-06-01 Thread Bastien
Hi Matt, Matt Lundin m...@imapmail.org writes: But if a little traditional usability is lost for the sake of consistency, then we should change org-at-timestamp-p. (And Nicolas has done heroic work in bringing consistency to the definition of various org elements!) FWIW, I didn't change the

Re: [O] a line in BEGIN_SRC/END_SRC block disappeared when publishing

2012-06-01 Thread Liang Wang
Hi Bastien, On Fri, Jun 1, 2012 at 9:01 PM, Bastien b...@gnu.org wrote: Hi Liang, Liang Wang netcas...@gmail.com writes: #+BEGIN_SRC emacs-lisp   (eval-after-load 'yasnippet     '(yas/define-snippets      'org-mode      '((elisp #+BEGIN_SRC emacs-lisp     $0   ,#+END_SRC #+BEGIN_SRC

Re: [O] Crash in GNU Emacs 24.0.97.1 (i386-mingw-nt5.1.2600) of 2012-05-17 on MARVIN when jumpin to end of long lines of org-mode file

2012-06-01 Thread Nick Dokos
Rainer Stengele rainer.steng...@online.de wrote: Hi all, I have emacs crashing since several versions. Being in org-mode I have a long line like this (following 3 lines concatenated) #+BEGIN: clocktable :maxlevel 0 :fileskip0 t :scope (~/org/DIPLAN/DIPLAN.org

Re: [O] Annoying behavior of RET after a timestamp

2012-06-01 Thread Nick Dokos
Bastien b...@gnu.org wrote: Hi Nick, Nick Dokos nicholas.do...@hp.com writes: There was a recent commit 8c91f690a561113eee0d16cdb6e8afc6bcae2089 to follow a time stamp as a link. I have no problem with that but the code uses the org-at-timestamp-p function, which (perversely IMO)

Re: [O] encoding problem

2012-06-01 Thread Bernt Hansen
Eric S Fraga e.fr...@ucl.ac.uk writes: Bernt Hansen be...@norang.ca writes: Julien Cubizolles j.cubizol...@free.fr writes: I'm having a very strange problem with character encoding. I write all my text files with emacs, with non-ascii characters (I'm french). I keep a copy of many files

Re: [O] Setting user-defined properties while ido-mode is active

2012-06-01 Thread Thorsten Jolitz
Jason Dunsmore jasondunsm...@gmail.com writes: On Thu, May 31 2012, Thorsten Jolitz wrote: However, I have to deactivate ido-mode everytime I want to set a user-defined property with C-c C-x p, since ido-mode shows me all the predefined property names and does not let me enter my own

Re: [O] encoding problem

2012-06-01 Thread Nick Dokos
Bernt Hansen be...@norang.ca wrote: Eric S Fraga e.fr...@ucl.ac.uk writes: Bernt Hansen be...@norang.ca writes: Julien Cubizolles j.cubizol...@free.fr writes: I'm having a very strange problem with character encoding. I write all my text files with emacs, with non-ascii characters

Re: [O] Testing: org-export-e-html

2012-06-01 Thread Nicolas Goaziou
Hello, William Crandall bc3141...@gmail.com writes: 1. [[directors]] 2. [[#directors]] 3. [[directors][Directors]] 4. [[#directors][Directors]] As I see it (do let me know what I'm getting wrong!), the old version gets all links right. (But old makes one error(?) see next section.)

Re: [O] Smart Quotes Exporting

2012-06-01 Thread Nicolas Goaziou
Hello, Mark E. Shoulson m...@kli.org writes: Oh, certainly; they're all a disaster. I think I said that in the writeup at the top. This is just proof of concept, nothing is in the right place, nothing is properly documented. They have to be defcustoms, there needs to be a good :type in

Re: [O] encoding problem

2012-06-01 Thread Bernt Hansen
Nick Dokos nicholas.do...@hp.com writes: Bernt Hansen be...@norang.ca wrote: Eric S Fraga e.fr...@ucl.ac.uk writes: Bernt Hansen be...@norang.ca writes: Julien Cubizolles j.cubizol...@free.fr writes: I'm having a very strange problem with character encoding. I write all my text

Re: [O] encoding problem

2012-06-01 Thread Nick Dokos
Bernt Hansen be...@norang.ca wrote: Nick Dokos nicholas.do...@hp.com writes: Isn't the setting of LANG used during initialization to set these things? I have LANG set to en_US.UTF-8 and new buffers are in utf-8-unix (except for mail composition buffers: they are in undecided-unix).

[O] whole-adze dataset?

2012-06-01 Thread Greg Minshall
hi. sorry for the noise. i'm trying to figure out where the whole-adze dataset comes from. in R Source Code Blocks in Org Mode http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html the example Graphics Produced by ggplot2 references whole-adze (should that be whole.adze?),

Re: [O] bug in selective export when selected heading follows excluded heading

2012-06-01 Thread Hsiu-Khuern Tang
Hi Eric, On Thu, May 31, 2012 at 11:10 PM, Eric S Fraga e.fr...@ucl.ac.uk wrote: Eric S Fraga e.fr...@ucl.ac.uk writes: Confirmed with up to date org. Thanks for confirming the bug. ... There is still a bug but whether sec2 should be output at all or not, given that chap1 has no tag, is

Re: [O] whole-adze dataset?

2012-06-01 Thread Thomas S. Dye
Greg Minshall minsh...@umich.edu writes: hi. sorry for the noise. i'm trying to figure out where the whole-adze dataset comes from. in R Source Code Blocks in Org Mode http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html the example Graphics Produced by ggplot2

Re: [O] Ido org-refile results in misfiling

2012-06-01 Thread Darlan Cavalcante Moreira
One thing that may help is using C-space to lock previous matches with ido completion. For instance, you start ido completion (does not matter in which context: buffers, files, functions, etc) and start typing This will give you a bunch of matches. Then use C-space to lock these matches and it

Re: [O] Ido org-refile results in misfiling

2012-06-01 Thread Samuel Wales
Hi Darian, I use the technique you describe all the time for other purposes, and I agree it is wonderful. However, that solves almost exactly the *opposite* problem. :) In this case, it would lock in a default selection that is already locked in. Samuel -- The Kafka Pandemic:

Re: [O] Smart Quotes Exporting

2012-06-01 Thread Mark E. Shoulson
On 06/01/2012 01:11 PM, Nicolas Goaziou wrote: Hello, Mark E. Shoulsonm...@kli.org writes: Oh, certainly; they're all a disaster. I think I said that in the writeup at the top. This is just proof of concept, nothing is in the right place, nothing is properly documented. They have to be

[O] org-babel R :results output changes with block level :session setting

2012-06-01 Thread Greg Tucker-Kellogg
I'm trying to use org-mode to reproduce the HTML slide show made with knitr demonstrated at http://goo.gl/bOJJo . The following single code block works #+BEGIN_SRC R :results output html library(googleVis) G - gvisGeoChart(Exports, Country, Profit, options = list(width = 250, height

Re: [O] Testing: org-export-e-html

2012-06-01 Thread William Crandall
Hello Jambunathan and Nicolas, Thanks for your recent updates! Links are proving to be quite a challenge. Here is my new test file, and new and old HTML output, comparing the two engines:    old: C-c C-e h  (org-export, in org-exp.el)    new: M-x org-export-dispatch h  (in org-export.el)

Re: [O] Testing: org-export-e-html

2012-06-01 Thread Jambunathan K
Crandall There is some confusion on your end :-). - Org (input): Link and description, to anchor in headline: [[#directors][Directors]] Link and description, to anchor in paragraph: [[#bc][BC]] Remove the #es. * directorsDirectors