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. > * <>Directors

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-expor

[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, hei

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. Shoulson" 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, t

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: http://thekafka

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 i

Re: [O] whole-adze dataset?

2012-06-01 Thread Thomas S. Dye
Greg Minshall 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" reference

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 wrote: > Eric S Fraga 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 unclear!  Undefined situatio

[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.adz

Re: [O] encoding problem

2012-06-01 Thread Nick Dokos
Bernt Hansen wrote: > Nick Dokos 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). > > I'm pretty sure I'm not mucki

Re: [O] encoding problem

2012-06-01 Thread Bernt Hansen
Nick Dokos writes: > Bernt Hansen wrote: > >> Eric S Fraga writes: >> >> > Bernt Hansen writes: >> > >> >> Julien Cubizolles 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

Re: [O] Smart Quotes Exporting

2012-06-01 Thread Nicolas Goaziou
Hello, "Mark E. Shoulson" 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 the defcu

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

2012-06-01 Thread Nicolas Goaziou
Hello, William Crandall 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.) > > 1. [[di

Re: [O] encoding problem

2012-06-01 Thread Nick Dokos
Bernt Hansen wrote: > Eric S Fraga writes: > > > Bernt Hansen writes: > > > >> Julien Cubizolles 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 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 property >> name. >> >>

Re: [O] encoding problem

2012-06-01 Thread Bernt Hansen
Eric S Fraga writes: > Bernt Hansen writes: > >> Julien Cubizolles 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 usi

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

2012-06-01 Thread Nick Dokos
Bastien wrote: > Hi Nick, > > Nick Dokos 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 ti

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 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" "~/org/DIPLAN/DIPLAN.org_archive" > "

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 wrote: > Hi Liang, > > Liang Wang 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

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

2012-06-01 Thread Bastien
Hi Matt, Matt Lundin 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 behavior/outp

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

2012-06-01 Thread Bastien
Hi Nick, Nick Dokos 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 when I'm right *afte

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 wrote: > Nick Dokos writes: > >> Bastien wrote: >> >> >>> So what does @@#$2 really means?  Does the first "@" stand for "This is >>> a field coor

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,

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

2012-06-01 Thread Bastien
Hi Liang, Liang Wang 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 (ev

Re: [O] make doc fails on current head

2012-06-01 Thread Bastien
Nick Dokos writes: > Bastien 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. Got it, thanks

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 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 > ("~/org/DIPLAN/DIPLAN.org"

[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-pap

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

2012-06-01 Thread Bastien
Hi William, William Crandall 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 can be safely remo

Re: [O] encoding problem

2012-06-01 Thread Eric S Fraga
Bernt Hansen writes: > Julien Cubizolles 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 >> unison. Very often after

Re: [O] make doc fails on current head

2012-06-01 Thread Nick Dokos
Bastien 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 examples (

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

2012-06-01 Thread Bastien
Achim Gratz 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] if both schedule and deadline, appear only once in agenda

2012-06-01 Thread Eric S Fraga
SW 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 need to start

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 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 of the

Re: [O] bug in .texi?

2012-06-01 Thread Bastien
Hi Samuel, Samuel Wales 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 (GNU texinfo

Re: [O] make doc fails on current head

2012-06-01 Thread Bastien
Hi Jonathan, Jonathan Leech-Pepin 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] make doc fails on current head

2012-06-01 Thread Bastien
Hi Michael, I just reverted my commit, thanks. Michael Brand 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 the coordinates rang

Re: [O] Broken LaTeX export

2012-06-01 Thread Eric S Fraga
SW writes: > Nick Dokos 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) >> persist. So far, it seems that