Hi Loris,
"Loris Bennett" writes:
> Andreas Leha writes:
>
>> "Loris Bennett" writes:
>>
>>> Hi,
>>>
>>> I have a CALL which produces a table, which just gets the keyword
>>> RESULT. I would like to plot the data in the table with R and so would
>>> like to refer to the data in the table.
>>>
Hi Org Devs and Users,
at present, the only reasonable values of org-table-copy-increment are
nil or non-nil. How about enabling to use it as an increment value?
This would be very useful in the following case: I want to make a table
with dates for subsequent classes (and table is better than hea
Hi List,
this is probably not a bug but rather a problem with my configuration
(since nobody else complained about it so far).
When calling the agenda with 'C-a a' I get the following error
,
| Debugger entered--Lisp error: (wrong
Peter Davis writes:
[...]
> Ok, something weird is going on. This worked on my office MacBook, but
> when I try on the home one, also with org 8.2.3c,
> org-export-latex-classes is defined, but org-latex-classes is not.
>
> Any clues?
this sounds like a mixed installation. do you have an old v
Peter Davis writes:
[...]
> worked! (NB: the variable names are all lower case.)
indeed. the mixed case LaTeX happened because I have "latex" as an
abbrev for "LaTeX" and, unfortunately, "-s" terminates the word. I
didn't notice the abbrev kicking in. sorry about any confusion!
--
: Eric S
Thorsten Jolitz writes:
PS
I forgot:
#+BEGIN_SRC emacs-lisp
(message "%s\n\nOrg: %s" (emacs-version) (org-version))
#+END_SRC
#+results:
: GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.6)
: of 2014-01-18 on mnt-storage-buildroots-staging-x86_64-eric
:
: Org: 8.2.5g
--
che
Alan L Tyree writes:
> Thanks Bastien. I like narrowing a lot better but only just discovered
> it. It is a terrific facility.
Also available with the `s' speedy key (just in case.)
--
Bastien
Nicolas,
Nicolas Goaziou writes:
> Rasmus writes:
>
>> Nicolas Goaziou writes:
>>
I finally had the time to fix these old patches. Sorry about the
wait.
>>>
>>> You should update Org first. I modified large parts of ox-koma-letter.el
>>> recently so your patches will probably not ap
Hi Matt,
Matt Lundin writes:
> Hi Bastien,
>
> Commit e5259962f61c398d84d43d33c29a6f021c9b326a introduced a change
> (perhaps unintentional) in the function org-agenda-todo. Line 8870
> added another...
>
> (setq col (current-column))
>
> Is this supposed to be there?
Not at all, I just fixed t
Hi Thorsten,
Thorsten Jolitz writes:
> I wonder why these variables, defined in org.el, are nil? I don't seem
> to set them anywhere, and they should be defined once org.el is loaded,
> shouldn't they?
Not when Org is loaded, but when a buffer is in Org mode.
I can't reproduce this, maybe you
Hello,
Andreas Leha writes:
> I would (obviously?) vote in favour of such a change.
> - It does not hurt too much for the other use cases to include the
> square brackets manually.
> - It provides more flexibility in general.
> - It solves my special use case.
Done in maint. Thank you for rep
Nicolas Goaziou writes:
> Hello,
>
> Andreas Leha writes:
>
>> I would (obviously?) vote in favour of such a change.
>> - It does not hurt too much for the other use cases to include the
>> square brackets manually.
>> - It provides more flexibility in general.
>> - It solves my special use ca
Nicolas,
Nicolas Goaziou writes:
>> OK. I can prepare a patch.
>
> Great. Thank you.
>
>> In LaTeX the floating would be kind of odd, I think. At the very
>> least math floats shouldn't be Figure or Tables (IMO); unfortunately
>> the Internets seem to suggest that you usually create additional
On Sat, Jan 25, 2014 at 12:34:34PM +, Eric S Fraga wrote:
> Peter Davis writes:
>
> [...]
>
> > Ok, something weird is going on. This worked on my office MacBook, but
> > when I try on the home one, also with org 8.2.3c,
> > org-export-latex-classes is defined, but org-latex-classes is not.
Greetings,
I have written a small markdown exporter that improves over the default one
for publication with http://leanpub.com. In particular, it separates code
from its output, and it handles footnotes properly. It's a very limited
one-morning hack, but I thought it might be of interest to othe
Hello,
Emacs 24.3.1 on Arch.
emacs -Q
M-x electric-indent-mode
C-x C-f some/nonexistent/file.org
Now entering
* abc
+ a
+ b
+ c
Each list entry is idented furthermore. I doesn't happen if I use M-Ret to
enter a list item.
Or is this behavior intended?
Thanks!
Florian
Bastien writes:
> Hi Thorsten,
>
> Thorsten Jolitz writes:
>
>> I wonder why these variables, defined in org.el, are nil? I don't seem
>> to set them anywhere, and they should be defined once org.el is loaded,
>> shouldn't they?
>
> Not when Org is loaded, but when a buffer is in Org mode.
>
> I
Thorsten Jolitz writes:
> Bastien writes:
>> I can't reproduce this, maybe you can bissect your config
>> and see what's wrong there?
>
> Ok, thanks, I did that and as I thought the problem was in my init file:
>
> ,--
> | (setq org-to
Hello,
There is a niggling aspect of editing source code blocks. If, while in
the src block buffer (reached by C-c '), if you start up calc and
request "calc-copy-to-buffer" to place a result in the source code being
edited, the copy is actually placed in the original org buffer and
subsequently
I seem to get this:
Debugger entered--Lisp error: (error "Invalid target location")
signal(error ("Invalid target location"))
user-error("Invalid target location")
org-refile-get-location("Goto" nil nil 4)
org-refile(4)
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The dis
When I run refile goto in the same buffer, it goes to the correct
location and then does that. When I run refile goto in a different
buffer, it does not go anywhere and it does that.
IMO the behavior should be the same regardless of what buffer I start
refile goto in.
On 1/25/14, Samuel Wales w
Hello,
Rasmus writes:
> Would you give the attached patches a spin? I think they work nicely;
> only the second patch is non-trivial. Basically, one can ignore
> subject and title differences as now by setting
> org-koma-letter-prefer-subject to t and not use the SUBJECT keyword.
>
> I have se
Hello,
Rasmus writes:
> Attached is a simple patch that works by silently drops the caption in
> a sneaky way. I didn't experience any problems when testing it, but
> you might have more insights as to whether this approach have latent
> issues.
Thank you.
Altering the parse tree seems a bit
23 matches
Mail list logo