Hello,
Jambunathan K writes:
> Nicolas Goaziou writes:
>
>> Jambunathan K writes:
>>
>>> Nicolas Goaziou writes:
>>>
#+begin_src emacs-lisp
(defun my-options-change-fun (tree backend info)
(when (org-export-derived-backend-p backend 'e-beamer)
(plist-put info :with-a
Hello,
Heikki Lehvaslaiho writes:
> If you add a footnote that starts with an URL, latex export fails to
> recognize it as a hypertext. My quick fix has been to add a nonbreaking
> space before the URL. I'd love to see this fixed in the repo.
The next export framework, which will be merged soon
Hi, my Org friends.
The colorg project is about real-time collaborative editing of Org
files. The project progresses a bit on each weekend only, but I
seemingly cannot find free hours elsewhere in the week! Here is the
status after three weeks.
The parts slowly begin to fit together. I can lau
What is the current status of the package? Was it accepted? Was it
superseded?
If it wasn't superseded, I might spend some time re-implementing it.
Evgeni
On Tue, Dec 18, 2012 at 11:05 AM, Bastien wrote:
> Hi Jambunathan,
>
> Jambunathan K writes:
>
> > (font-lock-add-keywords
> > '
Hi Eric,
Eric S Fraga writes:
> Nick Dokos writes:
>
>> I tried the imagemagick setting, set the options variable to black background
>> and red foreground - lo and behold, that's what I get in the preview.
>
> I was correct in my conclusion last night that I needed to go to
> bed... I was mak
Sven Bretfeld writes:
> Hi David and all
>
> I've got it. By try and error I found out that entries like these in an
> org-file cause the problem:
>
> %%(diary-anniversary 6 8 1969) Christian is %d years old
Ah OK. Thanks for looking into this. Those entries apparently produce
events during expor
Hello,
"Stefan-W. Hahn" writes:
> if trying to update a dynamic clocktable with "C-c C-c", point on "#+BEGIN",
> I get the error message:
>
> "user-error: C-c C-c can do nothing useful at this location"
>
> The clocktable looks like:
>
> #+BEGIN: clocktable
> #+END: clocktable
This is incorrect
Hello,
Bastien writes:
>> Maybe it would be useful to exempt initializing org-indent-mode from this.
>> I think (Nicolas?) that this will cost no time as long as the buffer is not
>> visible, but it will help to make the buffer look "right" when the user
>> gets to it.
>
> Mhh.. that's right. I
Hi list,
I just took up again the Gnus newsreader!
Formerly I used it in conjunction with bbdb.
It would be nice if I had the
possibility to (re)use my contacts
from gmail.
What do you advise, what is already
usable and what is the way ahead,
still bbdb or bbdb3 or already
org-contacts?
Thanks
Hi David and all
I've got it. By try and error I found out that entries like these in an
org-file cause the problem:
%%(diary-anniversary 6 8 1969) Christian is %d years old
Best, and thanks for your help,
Sven
"Sven Bretfeld" writes:
> Hi David
>
> David Engster writes:
>
>> Sven Bretfeld
Hi David
David Engster writes:
> Sven Bretfeld writes:
>> - progn: Could not find UID emacs207403667799062360.
>
> I'm currently struck with a nasty cold, so I have trouble thinking.
Sorry to hear that. I wish you get better soon.
> But this means that it tries to find this ID in your Org fil
Sven Bretfeld writes:
> - progn: Could not find UID emacs207403667799062360.
I'm currently struck with a nasty cold, so I have trouble thinking. But
this means that it tries to find this ID in your Org files, and it does
not seem to be there. You can try to go there by calling
M-x org-id-goto
an
Dear Eric,
Thank you for your feedback!
And I'm so glad to hear you like org-tree-slide.el.
I've just updated my code in Github.
The code includes the two hooks. On the other hand,
I deleted =org-mode-slide-mode-hook= because it did not work well.
I had to check the typo more carefully, sorry for
Problem: I cannot get exported a correctly-recalculated table generated by
org-babel.
Hi,
0. Windoze 7 x64, Emacs 24.pre3 r99, Org-mode 7.9.3d (commit 08f5b0ad)
(I cannot show the results with Emacs 24.1release or Emacs 24.2release because
of the Windoze heap bug#13065
http://emacs.10675
Eric S Fraga writes:
> Bastien writes:
>
>> Hi Xue,
>>
>> Xue Fuqiao writes:
>>
>>> In (info "(org) References"), there is an example explaining the range
>>> references:
>>>
>>> @-1$-2..@-1 3 numbers from the column to the left, 2 up to
>>> current row
>>>
>>> What does `2 up to current
Hello,
With the current HEAD(release_7.9.3d-894-gfe805ed), it seems we need
to load "sh" and "org" for babel language to run the test sucessfully.
#+BEGIN_SRC elisp
(org-babel-do-load-languages
'org-babel-load-languages
'((emacs-lisp . t)
(sh . t)
(org . t)))
(setq org-confirm
Testing current Org fails with this backtrace (the culprit seems to be
calling looking-at with an argument of nil):
Test test-org-export/before-parsing-hook backtrace:
(cl-block-wrapper (catch (quote --cl-block-nil--) (let* ((i 6) (fram
(block nil (let* ((i 6) (frame nil) (--cl-var-- nil)) (w
Hello,
if trying to update a dynamic clocktable with "C-c C-c", point on "#+BEGIN",
I get the error message:
"user-error: C-c C-c can do nothing useful at this location"
The clocktable looks like:
#+BEGIN: clocktable
#+END: clocktable
This is the definition describe in the manual. I tracked th
Hi Carsten,
Carsten Dominik writes:
> Maybe it would be useful to exempt initializing org-indent-mode from this.
> I think (Nicolas?) that this will cost no time as long as the buffer is not
> visible, but it will help to make the buffer look "right" when the user
> gets to it.
Mhh.. that's rig
Ouch what a bad bug. Thanks for finding it Leo!
- Carsten
On 27.1.2013, at 09:31, Leo Liu wrote:
> a/org.el
> b/org.el
> @@ -15578,57 +15578,57 @@
> (defvar org-read-date-minibuffer-local-map
> (let ((map (make-sparse-keymap)))
> (set-keymap-parent map minibuffer-local-map)
> -(org-d
Eric S Fraga writes:
> Seems to work fine and it does seem to speed things up significantly
> (although this is a non-quantitative assessment).
Thanks for confirming!
--
Bastien
Hi Leo,
Leo Liu writes:
> a/org.el
> b/org.el
Fixed, thanks.
Please read this page on how to contribute patches:
http://orgmode.org/worg/org-contribute.html
--
Bastien
Hi Bastien,
yes, this will lead to a speedup of the first agenda in an Emacs session. Once
the buffers have been pulled in, this should not make a difference anymore.
Maybe it would be useful to exempt initializing org-indent-mode from this. I
think (Nicolas?) that this will cost no time as l
a/org.el
b/org.el
@@ -15578,57 +15578,57 @@
(defvar org-read-date-minibuffer-local-map
(let ((map (make-sparse-keymap)))
(set-keymap-parent map minibuffer-local-map)
-(org-defkey minibuffer-local-map [(meta shift left)]
+(org-defkey map [(meta shift left)]
(lambda
Hi Leo,
Leo Liu writes:
> In an empty org buffer, type
>
> #+tit
>
> Then M-TAB to complete. You should observe:
>
> org-mode fontification error
>
> Org-mode version 7.9.3d (release_7.9.3d-892-gdfa07a)
Fixed, thanks.
--
Bastien
25 matches
Mail list logo