Jonathan Schaeffer wrote:
> (I made a reply all, is that alright ?)
Yes, that's the right thing to do.
> with emacs -Q, I can not reproduce the bug. But refile does not work
> at all, (Complains : wrong type argument arrayp,nil).
> I do :
> 1. emacs -Q
> 2. C-x C-f refiletest.org
> 3. Fill the b
Ben writes:
> 2) Multi-line agenda listings
> --
>
> If that isn't possible or recommended, it would be nice if I could
> have a bit more information at a glance in the agenda view. Sometimes
> I can't tell in my agenda what a TODO item is because it's out of
Le 22/10/2012 18:15, Glenn Morris a écrit :
Jonathan Schaeffer wrote:
To reproduce :
Create a .org file, create 2 level-1 entries. Create one level-2 entry
and hit C-c C-w to refile it into the other level-1 entry.
Like this :
* Entry One
* Entry Two
** Refile Me
The level-2 entry is copied
Le 23/10/2012 09:50, Glenn Morris a écrit :
Jonathan Schaeffer wrote:
If, instead of visiting a file, I open just a new buffer with "C-x b
test.org", the behaviour is different :
On refile (C-c C-w) nothing happens but the error message shows:
wrong type argument: arrayp, nil
This doesn't mak
Nicolas Goaziou gmail.com> writes:
> > The new exporter fires off LaTeX with an absolute path for the file to
> > export. If you happen to use a native Emacs, but the LaTeX from Cygwin
> > that will fail because it expects a POSIX path. Would it be possible to
> > change things so that a relativ
Hello Orgmode list,
I do a lot of project planning in Orgmode. All my projects are
of the "ordered" sort, where later steps are blocked until
previous steps have been completed. In my agenda, blocked tasks
are dimmed because I like to see the next steps of a project.
But now, having a few project
Hi Jonathan,
Jonathan Schaeffer writes:
> I'll submit a post on Archlinux forum to see if someone can reproduce
> this.
You can also try reporting your problem to the emacs-orgmode mailing
list: https://lists.gnu.org/mailman/listinfo/emacs-orgmode
There are some ArchLinux Org-mode users there.
Bastien wrote:
> You can also try reporting your problem to the emacs-orgmode mailing
> list: https://lists.gnu.org/mailman/listinfo/emacs-orgmode
It's already there, since I reassigned this bug.
http://lists.gnu.org/archive/html/emacs-orgmode/2012-10/msg00563.html
Jonathan Schaeffer wrote:
> Sorry, I missed a step : I manualy load the org-mode mode (Alt-x
> org-mode) before doing anything in the buffer.
> This might be an orgmode bug, from what I read on the internet.
I can reproduce that in Emacs 24.2 and current trunk.
Debugger entered--Lisp error: (wr
Jonathan Schaeffer wrote:
> To reproduce :
>
> Create a .org file, create 2 level-1 entries. Create one level-2 entry
> and hit C-c C-w to refile it into the other level-1 entry.
>
> Like this :
>
> * Entry One
> * Entry Two
> ** Refile Me
>
> The level-2 entry is copied in the correct location bu
Nicolas Goaziou writes:
>> [q] Quit
>
> Indeed. This mistake should be fixed now.
It is, thank you.
>> Maddeningly, you cannot even scroll in that window.
>
> That's because the ui is just a loop over `read-char-exclusive', as it
> already was in the previous exporter.
>
> I don't feel like build
Hello,
Achim Gratz writes:
> Would something based on pcomplete (IIRC) work, like AuCTeX seems to
> use?
I don't know what AuCTeX uses. On the other hand, I don't think it's
worth bothering much with that interface.
Regards,
--
Nicolas Goaziou
Hi,
Sorry if this has been reported -- a brief search didn't turn up anything.
Start with this 3-line org file:
--
#+begin_example
#+end_example
--
Do these steps:
- go to the 2nd line
- type C-c '
Hi Hsiu,
Hsiu-Khuern Tang writes:
> What I get is this:
> --
> #+begin_example test#+end_example
> --
>
> Anyone else able to reproduce this?
I can't, I get:
#+begin_example
test
#+end_example
wi
Hsiu-Khuern Tang wrote:
> Hi,
>
> Sorry if this has been reported -- a brief search didn't turn up anything.
>
> Start with this 3-line org file:
>
> --
> #+begin_example
>
> #+end_example
> --
>
Nick Dokos writes:
> Hsiu-Khuern Tang wrote:
>
>> Hi,
>>
>> Sorry if this has been reported -- a brief search didn't turn up anything.
>>
>> Start with this 3-line org file:
>>
>> --
>> #+begin_example
>>
>> #+end_example
>> ---
* On Tue 04:31PM, 23 Oct 2012, Nick Dokos (nicholas.do...@hp.com) wrote:
> Hsiu-Khuern Tang wrote:
>
> > Hi,
> >
> > Sorry if this has been reported -- a brief search didn't turn up anything.
> >
> > Start with this 3-line org file:
> >
> > --
>
Hi,
Bastien writes:
> Hi Jonathan,
>
> Jonathan Schaeffer writes:
>
>> I'll submit a post on Archlinux forum to see if someone can reproduce
>> this.
>
> You can also try reporting your problem to the emacs-orgmode mailing
> list: https://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
> There
I've just updated to emacs-snapshot 24.2.50.1 (of 2012-10-18) on Debian,
and have run in to a faces problem. In short references to modeline
should be to mode-line. Making 4 changes in org-faces.el is enough.
Brendan
--
Brendan Halpin, Department of Sociology, University of Limerick, Irelan
Inserting a yas snippet consisting of a code block is a very common occurence
in my work flow. Now I have the right yas settings to make it all happen I
think.
#+begin_src emacs-lisp
(setq yas/also-auto-indent-first-line t)
(setq yas/indent-line t)
#+end_src
But on insertion, it isnt inden
20 matches
Mail list logo