On Oct 26, 2009, at 2:24 PM, Dan Davison wrote:
Torsten Wagner writes:
<...>
< ... >
The inline code blocks will not be processed inside source blocks. I'm
not sure how to achieve what you want with the current machinery, but
have you read the recent posts by Thomas Dye describing how he
Hi Carsten,
Carsten Dominik wrote:
> On Oct 26, 2009, at 4:46 PM, Sébastien Vauban wrote:
>
>> Hello,
>>
>> Here an ECM (Example Complete and Minimal) showing two bugs occurring when
>> converting to LaTeX.
>>
>>
>> --8<---cut here---start->8---
>> * Bugs
>>
>>
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.
-
Keith Lancaster writes:
> I updated to 6.32 this morning and am now unable to clock in on
> tasks. At first, there was an issue with an org file having a dangling
> clock-
> in. When I attempted to log in to a task, it alerted me to the
> dangling task. No matter how I answered (cancel, etc), Em
This little set up uses org-learn in conjunction with babel in emacs to
automatically store all translations looked up from within emacs when
preceded with the prefix key. I'm not much of an elisp programmer but
here is the stuff for anyone interested:-
1) The key bindings:-
Invoke a translation
A small follow up which includes the auto schedule of the new org item:-
,
| (defvar rgr/learn-first-lesson 1) ; when to schedule first reminder
|
| (defun rgr/context-babel( &optional usedef )
| (interactive)
| (let* ((default (region-or-word-at-point)))
| (setq default (read-string
Ups,
sorry that happens if you are working normally with emacs and compose a
message in a online editor (gmail). My fingers hit some emacs shortcuts
without my brain was telling them ;) ... and fired up the unfinished mail.
Anyhow I hope it is somehow clear what I like to do
Thus, just the greet
FAQ on how to include all org files in a directory is incorrect (view 85).
Correct code is:
(setq org-agenda-files (file-expand-wildcards "~/org-files/*.org"))
best bm
Professor W. Bentley MacLeod
Columbia University in the City of New York, NY 10027
http://www.col
Phil Rooke wrote:
> Keith Lancaster writes:
>
> > I updated to 6.32 this morning and am now unable to clock in on
> > tasks. ...
>
> I too upgraded this morning and am also having problems clocking in
> (using "I" on a task in the daily agenda). My symptoms are different,
> Emacs doesn't cras
That did it! The patch fixes the problem - it now handles all the
dangling clocks and then clocks in correctly. Thanks!
Keith
On Oct 27, 2009, at 9:36 AM, Nick Dokos wrote:
Phil Rooke wrote:
Keith Lancaster writes:
I updated to 6.32 this morning and am now unable to clock in on
tasks.
Hey W.,
"W.Bentley MacLeod" writes:
> FAQ on how to include all org files in a directory is incorrect (view 85).
> Correct code is:
> (setq org-agenda-files (file-expand-wildcards "~/org-files/*.org"))
You are right.
This isn't valid: (setq org-agenda-files "~/my/special/path/org/")
M-x org-a
>
>
> Perhaps this will do what you want? When I run org-babel-tangle on the
> following org file, and then LaTeX the output, the resulting pdf file
> says: A bit of LATEX code, with the result: 6
>
> * Test org
> #+begin_src python
> x = 6
> f = open('python_results.tex', 'w')
> f.write(str
W.Bentley MacLeod wrote:
> FAQ on how to include all org files in a directory is incorrect (view 85).
> Correct code is:
> (setq org-agenda-files (file-expand-wildcards "~/org-files/*.org"))
>
If you are talking about this entry:
How can include all org files in a directory in my agenda?
"W.Bentley MacLeod" writes:
> FAQ on how to include all org files in a directory is incorrect (view 85).
> Correct code is:
> (setq org-agenda-files (file-expand-wildcards "~/org-files/*.org"))
Thanks. Yes, that is one way to add all files in directory. But the
method suggested by the FAQ is als
Nick Dokos writes:
> This does look like a bug: org-resolve-clock calls org-files-list which
> does not know about the "agenda files list in a file" convention. It
> should probably call the function org-agenda-files instead of
> org-files-list. org-files-list is only used in this one place and
Keith Lancaster wrote:
> That did it! The patch fixes the problem - it now handles all the
> dangling clocks and then clocks in correctly. Thanks!
>
> Keith
>
> On Oct 27, 2009, at 9:36 AM, Nick Dokos wrote:
>
> > Phil Rooke wrote:
> >
> >> Keith Lancaster writes:
> >>
> >>> I updated to 6.3
On Oct 27, 2009, at 3:56 PM, Nick Dokos wrote:
W.Bentley MacLeod wrote:
FAQ on how to include all org files in a directory is incorrect
(view 85).
Correct code is:
(setq org-agenda-files (file-expand-wildcards "~/org-files/*.org"))
If you are talking about this entry:
How can includ
Hi everyone,
I believe this is not the right fix.
John uses (and wrote) org-files-list to get both the agenda files and
any currently open files which happen to be org files but might not be
in the org-agenda-files list.
The bug is in Johns code, where the function org-agenda-files
should be us
I like where org-learn is going. Good job. I am experiencing some issues
however (which could easily be me).
If I schedule an item for today, and then do an org-smart-reschedule, it seems
that it will always get scheduled for 4 days from now, regardless of either the
org-learn-fraction, or my
Nick Dokos writes:
> Even better, using org-submit-bug-report would have shown us that the
> "agenda file list in a file" convention was being used - as you can
> imagine, that's not the setting I use, so when I tried clocking in
> yesterday, things worked without a problem for me.
Back in the d
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.
-
Carsten Dominik wrote:
> >
> >(setq org-agenda-files "~/my/special/path/org/")
>
> Does that really work? I believe it should be
>
>(setq org-agenda-files '("~/my/special/path/org/"))
>
> i.e. each member of this list can be a file or a
> directory. If it is a directory, the org file
Hi Peter,
there is auto-revert-mode in Emacs 23. I don't know about earlier
versions. I have (global-auto-revert-mode t) in my .emacs, which
makes Emacs revert all buffers without unsaved data when idle. This
should reduce the amount of questions to cases where you would loose
data when reverting
Nick Dokos writes:
> Carsten Dominik wrote:
>
>> >
>> >(setq org-agenda-files "~/my/special/path/org/")
>>
>> Does that really work? I believe it should be
>>
>>(setq org-agenda-files '("~/my/special/path/org/"))
>>
>> i.e. each member of this list can be a file or a
>> directory. I
Dear fellow org-ers,
it's time to pay back to the community.
I'm coming back to a feature request by Torsten Wagner, who needed an
org link to a specific version of a file for his lab book (see
http://permalink.gmane.org/gmane.emacs.orgmode/15774). Recently I needed
the same thing to organize a c
On Oct 27, 2009, at 5:17 PM, Phil Rooke wrote:
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-mod
Hi Reimar,
This sounds like it will be excellent, thanks very much!
I haven't started using it yet, but I noticed this which I think is a
typo:
(defun org-git-blob-sha (gidir object)
Dan
___
Emacs-orgmode mailing list
Remember: use `Reply All' to se
Hello,
When someone asks you: "Hey, do you remember what you have done last day
x?", it would be useful to query org to return in the archive for the items
that have been closed that day. Is there a way to do that?
Thanks!
Marcelo.
___
Emacs-orgmode ma
perfect. b.
Professor W. Bentley MacLeod
Columbia University in the City of New York, NY 10027
http://www.columbia.edu/~wbm2103/
On Tue, 27 Oct 2009, Benjamin Andresen wrote:
Hey W.,
"W.Bentley MacLeod" writes:
FAQ on how to includ
Yes, that is the error I got.
I like your solution.
Professor W. Bentley MacLeod
Columbia University in the City of New York, NY 10027
http://www.columbia.edu/~wbm2103/
On Tue, 27 Oct 2009, Benjamin Andresen wrote:
Hey W.,
"W.Bentley M
Oops. Meant to copy list.
On Oct 27, 2009, at 10:27 AM, Keith Lancaster wrote:
Would have if I could have! (I used to run a QA dept, so I knew how
bad my "Its blowing up" message was :-).
The symptom on my machine was the Mac equivalent of a GPF - Emacs
disappeared and the "I'm sending thi
Hey Marcelo,
Marcelo de Moraes Serpa writes:
> Hello,
>
> When someone asks you: "Hey, do you remember what you have done last day
> x?", it would be useful to query org to return in the archive for the items
> that have been closed that day. Is there a way to do that?
Sure. Let me tell you how
The feature of including inactive timestamps is interesting.
For some reason, it is bound to org-agenda-manipulate-query-subtract,
in a recent org.
On 2009-10-27, Benjamin Andresen wrote:
> Hey Marcelo,
>
> Marcelo de Moraes Serpa writes:
>
>> Hello,
>>
>> When someone asks you: "Hey, do you re
That's the correct function IIRC. [ and ] map to -add and -subtract
respectively. It works fine here to display inactive timestamps on the
agenda.
-Bernt
Samuel Wales writes:
> The feature of including inactive timestamps is interesting.
>
> For some reason, it is bound to org-agenda-manipula
On 2009-10-27, Bernt Hansen wrote:
> That's the correct function IIRC. [ and ] map to -add and -subtract
> respectively. It works fine here to display inactive timestamps on the
> agenda.
The docstring in release_6.32.4.ge47b refers to the function described
by its name.
--
Q: How many CDC "s
Torsten Wagner writes:
> Perhaps this will do what you want? When I run org-babel-tangle on the
> following org file, and then
> LaTeX the output, the resulting pdf file says: A bit of LATEX code, with
> the result: 6
> I just wonder if there is a more comfortable method rather then
>
On Oct 27, 2009, at 12:55 PM, Eric Schulte wrote:
Torsten Wagner writes:
Perhaps this will do what you want? When I run org-babel-tangle
on the following org file, and then
LaTeX the output, the resulting pdf file says: A bit of LATEX
code, with the result: 6
I just wonder if th
37 matches
Mail list logo