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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
>>
>>
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
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
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"
> "
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
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
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
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
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,
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
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
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"
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
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
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
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 (
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
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
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
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
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
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
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
37 matches
Mail list logo