On Dec 5, 2009, at 1:04 AM, Daniel Martins wrote:
Thank you very much
I did everything you suggested and everything worked nicely
But even using load-libray
org-latex
and
org-beamer
I received
Loading /home/daniel/emacs-lisp/org-mode/lisp/org-beamer.el
(source)...done
Loading /home/d
2009/12/1 Nicolas Girard :
> Hi,
> title says it all.
>
Hi,
attached is a second patch which suppresses some other extra newlines
in the LaTeX export. Let me know if you need any explanation.
--
Nicolas
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index 4c4d540..75ee548 100644
--- a/lisp/org
All,
I'm not on this mailing list, but thought this would be the right place to
pass along a bug in org-babek
that had me baffled for a long time.
I was initializing org-babel with the following from my init.el file
===
(require 'org-babel-init)
(require 'o
Desmond Rivet wrote:
> Is it possible to have multiple Org Agenda buffers open say, if you want
> different search results side by side?
For the use case of simply viewing two search results side by side,
renaming an agenda buffer seems to work:
- open the agenda view: C-c a a
- M-x rename-buffe
Carsten hit the target. I have customized org-export-latex-classes before!
The first option did not work (I do not know why) but the second option did!
The teste worked perfectly!!
Thanks again carsten and Nicholas
Daniel
2009/12/5 Carsten Dominik :
>
> On Dec 5, 2009, at 1:04 AM, Daniel M
I made a wrapped version of org-remember-kill which saves the remember content
to the kill ring and then calls the original org-remember-kill. It works as I
expect in most cases but not always.
First, the relevant elisp code is:
(define-key global-map "\C-cr" 'org-remember)
(defun org-remember
Hi Richard,
Thanks for your reply (and also the MobileOrg of course)!
No. I'm using the 6.33. I tried the git version, but there are some
compiling errors:
In toplevel form:
lisp/org-ascii.el:29:1:Error: Symbol's function definition is void:
org-float-ti
me
make: *** [lisp/org-ascii.elc] Error
Hi Xin,
Do you have a line similar to this in index.org (generated by org-mobile-push):
#+ALLPRIORITIES: A B C
If not, you can try adding a priorities line to your Org file like this:
#+PRIORITIES: A B C
Then re-push and see if #+ALLPRIORITIES is set for you.
Hope this helps,
Richard
On Sat,
My notes are scattered across various org files. So I use grep (usually M-x
lgrep and M-x rgrep) to search my notes. When I click one of the grep results
(in the *grep* buffer), it leads to where the match is, but often the
corresponding line is hidden because it is inside a folded heading in an
Currently there is a minor problem with the org-id-locations-file. If
one loads org-mode but does not follow a link to an ID in the course of
the emacs session, org-id-locations-load is not run. As a result, the
value of nil is saved to the org-id-locations-file upon quitting emacs,
which defeats t
Final summary on emacs with orgmode on the G1:
I added a few hints to http://www.emacswiki.org/emacs/EmacsOnAndroid
Friedel schrieb:
> Emacs runs nicely, but uses a lot of memory with org mode, and it's
> hard to use the agenda and probably difficult to make it run much
> faster.
The way I insta
On Dec 5, 2009, at 10:22 AM, Good Bad wrote:
My notes are scattered across various org files. So I use grep
(usually M-x lgrep and M-x rgrep) to search my notes. When I click
one of the grep results (in the *grep* buffer), it leads to where
the match is, but often the corresponding line is
Hi Francesco,
You raise good points below, and I am not sure how best to respond to
them. My initial reaction is that you should not be checking
automatically generated files (e.g. the results of ditaa exports) into a
version control repository, however I understand that there are times
when such
Thanks for replying. I tried that before as well... Restarted emacs and
C-c C-c on the line. I think I figured out what's going on... it may be
a bug!
If I have this simple file:
#+SEQ_TODO: TODO WAITING | PUBLISHED REJECTED
* PUBLISHED test
DEADLINE: <2009-12-05 Sat>
it works! (It doesn't sho
Hi Richard,
Yes. In my index.org file (generated by org-mobile-push), it has:
#+ALLPRIORITIES: A B C
I noticed the priority in my original org file is lost once pushed to by the
org-mobile-push:
TODO [#A] Learn MobileOrg => TODO Learn MobileOrg
Hm
Xin
On Sat, Dec 5, 2009 at 9:57 AM, Ric
Hi Eric,
On Dec 4, 2009, at 7:34 PM, Eric S Fraga wrote:
At Thu, 3 Dec 2009 17:10:44 +0100,
Carsten Dominik wrote:
after carefully listening to all your comments and thinking
things through more thoroughly, here is now my second attempt
to define beamer support in Org-mode.
Carsten,
Thanks
Hi Richard,
I just updated my orgmode to 6.33f, and this time the priority reserved in
the pushed file, but in the ipod touch, it seemed not recognized, i.e. it
shows:
[#A] Learn MobileOrg.
In the "Priority" row, it still says "None".
Xin
On Sat, Dec 5, 2009 at 11:59 AM, Xin Shi wrote:
> H
"Eric Schulte" writes:
> Hi Sébastien,
>
> Sébastien Vauban writes:
>
> [...]
>>
>> Here the "problems" (details, though) I've observed:
>>
[...]
>> - *after* =C-c '= forth and back, all the blank lines in my source block (in
>> my example, the one between "SET NOCOUNT ON" and "SELECT TOP 10")
Doug Hellmann writes:
> On Dec 5, 2009, at 10:22 AM, Good Bad wrote:
>
>> My notes are scattered across various org files. So I use grep
>> (usually M-x lgrep and M-x rgrep) to search my notes. When I click
>> one of the grep results (in the *grep* buffer), it leads to where
>> the match is, but
Uriel Avalos writes:
> Thanks for replying. I tried that before as well... Restarted emacs and
> C-c C-c on the line. I think I figured out what's going on... it may be
> a bug!
>
> If I have this simple file:
>
> #+SEQ_TODO: TODO WAITING | PUBLISHED REJECTED
> * PUBLISHED test
> DEADLINE: <200
Good Bad writes:
> My notes are scattered across various org files. So I use grep
> (usually M-x lgrep and M-x rgrep) to search my notes. When I click one
> of the grep results (in the *grep* buffer), it leads to where the
> match is, but often the corresponding line is hidden because it is
> ins
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
22 matches
Mail list logo