Hi,
I have been using org-mode for 6 months to track my working time, but now I
am stepping my usage up a bit since I have found it useful to have all my
to-dos in one tool.
Until now I have had a template file with the things I work on, so that I
can easily create a new file every week. This is
Hi Bastien,
Bastien wrote:
> "Sebastien Vauban" writes:
>
>> (if (locate-library "org-loaddefs")
>> (require 'org-loaddefs)
>^
>
> You don't need this, there is (load "org-loaddefs.el" t t) in org.el.
OK. And `org.el' is loaded[1] because of the major-mode associat
Bastien writes:
>> I just tried building. it was successful although there are lot of
>> warnings.
>
> Good to know it builds fine, even with all those warnings.
That's a definition of "builds fine" that I wasn't previously aware of.
As to the question "does it run", yes — sort of. You'll get a
Hi Achim,
Achim Gratz writes:
> That's a definition of "builds fine" that I wasn't previously aware of.
My definition of "building fine" is that the build process does not
break and that it produces the target files. Warnings are not errors
in the process of building, they are pointers to pote
Hi Yagnesh,
thanks for replying.
Yagnesh Raghava Yakkala writes:
> Since I don't use that version, I am afraid I can not assure.
No problem. Let's wait for a real Emacs 22 user to come up and
complain if he dares! :)
--
Bastien
"Fraga, Eric" writes:
> this has definitely been fixed! Thank you very much.
Thanks for confirming!
--
Bastien
Bastien writes:
> If you or anyone can fix those error, please have a go.
I've pushed 9a71174348 for org-find-invisible-foreground, which at least
lets the test suite run.
BTW, I don't quite understand the logic of that function. It seems that
(face-background 'default nil 'default)
would be
Hi Nicolas
On Tue, Dec 18, 2012 at 10:21 PM, Nicolas Goaziou wrote:
> The problem should now be fixed without using any trick
It is, thank you.
> (and no,
> `org-export-normalize-links' will not survive the old exporter).
Thanks to your change above I like this cleanup.
Michael
"William R. Greene" writes:
> I recently wrote a blog post concerning sorting of org-mode tables.
Nice!
--
Bastien
Hi Chris,
Chris Raschl writes:
> I recently wrote a python script to fetch my calendar from the corporate
> exchange server into an orgmode file to view it in my agenda.
> It uses the exchange webservices (ews).
>
> There are lots of things that could be added, but I thought I'd share it
> as-is
Hi Mohamed,
mohamed writes:
> Usually I write
> ---
> * Section a
>
> ...
>
* Bibliograpy :noheading:
>
> \clearpage
> \bibliographystyle{acm}
> \bibliography{biblio.bib}
>
If you use this function then the Bibliography heading won't be
duplicated:
#+begin_src e
Bastien writes:
>> (if (locate-library "org-loaddefs")
>> (require 'org-loaddefs)
>^
>
> You don't need this, there is (load "org-loaddefs.el" t t) in org.el.
Well, yes he does when he is using Org from Git. It's a wash when he's
using builtin Org from Emacs and po
On 12/19/2012 01:24 PM, Bastien wrote:
Hi Chris,
Chris Raschl writes:
I recently wrote a python script to fetch my calendar from the corporate
exchange server into an orgmode file to view it in my agenda.
It uses the exchange webservices (ews).
There are lots of things that could be added, b
Hi,
If I have a capture template as follows:
("sm" "Start a meeting and clock" entry (file "~/org/notes.org") "* %c %U
** %?" :clock-in t :clock-resume t)
What happens is that the sub-heading where the point is left is where the
LOGBOOK drawer is inserted. like this:
* Meeting Title [date]
**
:
Bastien writes:
> James Harkins writes:
>
>> Anyway, I still don't understand the rationale for the current
>> behavior. Does anyone know why org-mobile-push resolves the agenda
>> files' names to symlink targets?
>
> The problem is that there is no active maintainer on org-mobile.el
> right no
Hi David,
da...@adboyd.com (J. David Boyd) writes:
> How would we do that? Are there instructions somewhere on the proper
> way to create a patch file for this? The proper mode for diff? What
> has to be in a changelog?
>
> There are a few changes I'd like to see in mobile.el myself, and I'm
Bastien writes:
> If you or anyone can fix those error, please have a go.
Here is another one that may need further work. The byte-compiler of
Emacs 22 does not seem to handle defaliased special forms correctly when
expanding macros. This can be circumvented with a defmacro, but then
the decisio
Bastien writes:
>>FAILED test-org-element/headline-comment-keyword
>>FAILED test-org-element/headline-interpreter
>>FAILED test-org/beginning-of-line
>>FAILED test-org/comment-dwim
>>FAILED test-org/end-of-line
>
> None of the above really counts as "core feature" for me.
Achim Gratz writes:
> For the current uses this should be OK. Also, ODT export now compiles
> correctly, but still doesn't work in Emacs 22 since delete-directory
> doesn't have a second argument (recursive delete) in Emacs 22.
See
http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/msg0105
Achim Gratz writes:
> With all fixes in, Emacs 24 can run the tests for an the Org compiled by
> Emacs 22 now with just one error remaining, on master this is:
>
> Test ob-exp/mixed-blocks-with-exports-both condition:
> (wrong-type-argument number-or-marker-p nil)
>FAILED 19/403 ob-exp/m
Jambunathan K writes:
> http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/msg01056.html
>
> We need to move that fix to compatibility and have babel and ODT use it
I guess that would circumvent the crash, but a proper compatibility fix
should actually do the recursion, I'd think. In the cas
Just pulled
Org-mode version 7.9.2 (release_7.9.2-762-gc74c62 @
/home/nick/elisp/org-mode/lisp/)
and running under
GNU Emacs 24.2.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.4) of
2012-09-21
I get compilation warnings:
,
| Compiling /home/nick/src/emacs/org/org-mode/lisp/org.el..
Hello,
Michael Gauland writes:
> * lisp/ob.el: Only use the :wrap argument up to the first space when creating
> the #+END_ directive.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
Am 18.12.2012 15:00, schrieb Bastien:
> Hi Rainer and Nicolas,
>
> Nicolas Goaziou writes:
>
>> I think it would be a welcomed improvement, since there's already
>> support for that in `org-timestamp-up' and `org-timestamp-down'. Do you
>> want to do it?
>
> I just implemented this. It's now i
Hi Nick,
Nick Dokos writes:
> | In org-get-location:
> | org.el:6989:10:Warning: `special-display-function' is an obsolete variable
> (as
> | of 24.3); use `display-buffer-alist' instead.
> | org.el:6988:10:Warning: `special-display-regexps' is an obsolete variable
> (as
> | of 24.3);
Hi Viktor,
Viktor Rosenfeld writes:
> I use the function `date' in a table formula to convert org date stamps to
> integers for further processing. However, after switching Emacs to a German
> locale, this no longer works. Consider the table below:
>
> | Stamp| date |
> |--
I have exactly 386 TODO entries and may as well introduce some
randomness to get to them.
org-random-entry: select and goto a random todo entry. Prefix allows you
to select which todo keyword.
https://gist.github.com/4343164
Nicolas Goaziou writes:
>> By "validating", do you mean that I have received them back signed from
>> the FSF? (I signed and sent them a few weeks ago, still waiting to get
>> them back ...)
>
> Yes. We have to wait for confirmation from the FSF. It shouldn't be too
> long now.
I have received th
28 matches
Mail list logo