On Jan 25, 2009, at 4:50 PM, Nicolas Goaziou wrote:
Hello,
I'm running into some kind of problem with my "export as latex and
process as pdf" setup. I would like to have all my headings numbered
but a few ones. Sadly, I don't know about any mean to specify
individually what header should be ex
On Jan 26, 2009, at 12:32 AM, Nicholas S-A wrote:
Hi,
* Carsten Dominik [2009-01-25 22:17:16
+0100]:
It is unlikely that this can be make faster in a significant way.
Why is it a problem Even if it takes 10 seconds?
Ah, I see, you do this in every new shell?? This sounds
unnece
Hi Manish,
Thank you for your reply.
I tried what you said:
(add-to-list 'load-path "C:/path/to/org-mode/lisp")
(require 'org-install)
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
(global-set-key "\C-ca" 'org-agenda)
But I had to create a .emacs file (.emacs filename and no extension
Hi Manish,
I tried putting in the configuration from John Wigley on the link you gave:
http://www.newartisans.com/blog/2007/08/using-org-mode-as-a-day-planner.html
and then use M-x load-file...
Unfortunately, I got the following messages:
Loading c:/emacs/.emacs...
eval-buffer: Cannot open loa
Hi David,
Thank you for your reply.
I downloaded emacs from: http://ftp.gnu.org/gnu/emacs/windows/ and the
file I got is emacs-22.3-bin-i386.zip
When I did as you said C-x C-f and enter, I get this file list:
c:/emacs/bin:
total used in directory 14253 available 6281388
drwxrwxrwx 1 Bail
Hi Nicolas,
how about using a control file like this(untested):
agenda_control_files=~/.emacs.d/agenda_on_login
todays_agenda_file="${agenda_control_files}/$(date -I)
if [ -f "$todays_agenda_file" ]; then
echo "Agenda was shown on a previous login today."
# You could also `cat' the con
> For LaTeX export, you can simply write \par to create
> a new paragraph inside a footnote.
Super.
Scot
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/
I'm a new org user, but I've read the LaTeX export stuff pretty carefully,
and In don't think there is any native org-mode syntax that would allows
control over the numbering of an individual line. However, if you know what
level these unnumbered headings will be exported at, you may be able to jus
On Jan 25, 2009, at 11:50 PM, Christopher Suckling wrote:
On 25 Jan 2009, at 16:06, Carsten Dominik wrote:
I just uploaded org 6.19a into Emacs CVS, so that it can still
be part of the Emacs 23.1 pretest and release.
Please test the latest release and let me know as soon as possible
if ther
On Mon, Jan 26, 2009 at 05:36:55AM +0100, Carsten Dominik wrote:
>
> On Jan 26, 2009, at 12:32 AM, Nicholas S-A wrote:
>
>> Hi,
>>
>> * Carsten Dominik [2009-01-25 22:17:16
>> +0100]:
>>
>>> It is unlikely that this can be make faster in a significant way.
>>> Why is it a problem Even if it
Nicolas Goaziou writes:
> I'm running into some kind of problem with my "export as latex and
> process as pdf" setup. I would like to have all my headings numbered
> but a few ones. Sadly, I don't know about any mean to specify
> individually what header should be exported as starred or not.
>
>
Carsten,
Thanks. The quoting was the problem. I changed the line from what
I had below to:
c:\emacs-22.3\bin\emacs.exe -batch -l ~/_emacs_org -eval \
"(org-batch-agenda \"S\")"
and it now works like I expect.
Perhaps there should be somewhere to deal with some of these platform
specifi
On Jan 23, 2009, at 8:30 AM, Carsten Dominik wrote:
On Jan 23, 2009, at 2:37 AM, Eric Schulte wrote:
Dan Davison writes:
On Mon, Dec 22, 2008 at 12:00:14PM -0500, Eric Schulte wrote:
Hi Dan,
<...>
2) Also interesting is the idea of referencing a table from a
block of R
code elsew
On 25.01 18:32, Nicholas S-A wrote:
> So, the way I currently use remind is run it as "remind ~/.remind" in my
> .bash_profile. It reminds me of deadlines and events at any login shell,
> so that I don't forget about them (and also so they are fast to access).
> This works well, as it is quick to l
Dear org-mode users and developers,
[Using 6.17 here.]
SCHEDULED nicely hides TODOs from agenda views until on/after the
SCHEDULED date.
I'd like to hide TODOs whose SCHEDULED date is in the future from the
global todo list (C-c a t) .
'Org Agenda Todo Ignore Scheduled' option hides all sc
Hi,
* Taru Karttunen [2009-01-26 10:31:50 +0200]:
How about having a cron job that creates a ~/.org-remind-me file from
agenda every 15 minutes? And just cat that in the .bash_profile?
I ended up doing this, as it works quickly and is a minimum of work.
Cron is such a great tool...
Thanks T
On 26 Jan 2009, at 07:24, Carsten Dominik wrote:
On Jan 25, 2009, at 11:50 PM, Christopher Suckling wrote:
On 25 Jan 2009, at 16:06, Carsten Dominik wrote:
I just uploaded org 6.19a into Emacs CVS, so that it can still
be part of the Emacs 23.1 pretest and release.
Please test the latest
Carsten Dominik writes:
> There is no support for mixed numbered/unnumbered sections. And I don't
> really think want to put that in. Seems to me that this would be
> the point where you want to switch over to LaTeX itself.
Indeed, org-mode doesn't aim at being a LaTeX front-end. I was just
th
I've been wanting a simple method for managing dependent tasks for
some time now, and only now did it occur to me that I could just
implement a much simpler method using your current blocking mechanism.
The attached file, confusingly named org-depends.el, implements the
following scheme:
Nick Bell writes:
> [Using 6.17 here.]
>
> SCHEDULED nicely hides TODOs from agenda views until on/after the
> SCHEDULED date.
>
> I'd like to hide TODOs whose SCHEDULED date is in the future from the
> global todo list (C-c a t) .
>
> 'Org Agenda Todo Ignore Scheduled' option hides all scheduled
Bernt Hansen wrote:
No, the reason for using any of
org-agenda-todo-ignore-scheduled
org-agenda-todo-ignore-deadlines
org-agenda-todo-ignore-with-date
is to get those tasks off the global todo list. They show up in your
agenda at the appropriate time and you don't need them in the glo
On Mon, Jan 26, 2009 at 05:16:17PM -0400, John Wiegley wrote:
> I've been wanting a simple method for managing dependent tasks for some
> time now, and only now did it occur to me that I could just implement a
> much simpler method using your current blocking mechanism.
>
> The attached file, con
Oliver Charles writes:
> On Mon, Jan 26, 2009 at 05:16:17PM -0400, John Wiegley wrote:
>> I've been wanting a simple method for managing dependent tasks for some
>> time now, and only now did it occur to me that I could just implement a
>> much simpler method using your current blocking mechani
> Date: Mon, 26 Jan 2009 16:45:03 +
> From: Nick Bell
> Subject: [Orgmode] Using SCHEDULED to indicate task start date
> To: Emacs org-mode list
> Message-ID: <497de88f.4040...@nickbell.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Dear org-mode users and developers
On Jan 26, 2009, at 5:16 PM, John Wiegley wrote:
The attached file, confusingly named org-depends.el, implements the
following scheme:
I found a bug which would cause a Lisp error when trying to change the
state of top-level TODO items. The attached version (now 1.0) fixes
this.
John
On Jan 27, 2009, at 2:18 AM, Jesse Alama wrote:
Oliver Charles writes:
On Mon, Jan 26, 2009 at 05:16:17PM -0400, John Wiegley wrote:
I've been wanting a simple method for managing dependent tasks for
some
time now, and only now did it occur to me that I could just
implement a
much simpl
Do you think it makes sense to integrate this code into org-depend.el?
- Carsten
On Jan 26, 2009, at 10:16 PM, John Wiegley wrote:
I've been wanting a simple method for managing dependent tasks for
some time now, and only now did it occur to me that I could just
implement a much simpler met
On Jan 26, 2009, at 8:20 PM, Christopher Suckling wrote:
On 26 Jan 2009, at 07:24, Carsten Dominik wrote:
On Jan 25, 2009, at 11:50 PM, Christopher Suckling wrote:
On 25 Jan 2009, at 16:06, Carsten Dominik wrote:
I just uploaded org 6.19a into Emacs CVS, so that it can still
be part of
I guess this would be a good FAQ entry. Would you like to write one?
- Carsten
On Jan 26, 2009, at 7:39 PM, Mark Elston wrote:
Carsten,
Thanks. The quoting was the problem. I changed the line from what
I had below to:
c:\emacs-22.3\bin\emacs.exe -batch -l ~/_emacs_org -eval \
"(org-ba
On Jan 27, 2009, at 2:47 AM, Carsten Dominik wrote:
Do you think it makes sense to integrate this code into org-depend.el?
Actually, I don't, since it's a completely different approach. org-
depend.el as it stands now is based on a programmatic methodology,
which more complex blocking sche
Hi John,
I realize now that you do not make use of the code in
org-depend.el at all, which is what I thought at first.
Two options:
- I can add the file, but then under a different name - org-depend
and org-depends are not different in the first 8 characters.
- I can move the code to org-agen
31 matches
Mail list logo