On Mo, Nov 09 2009, Bernt Hansen wrote:
> henry atting writes:
>
>> I use the development version from git.
>> Since some time org-version shows
>>
>> Org-mode version 6.31a
>>
>> Though I pulled constantly...
>
> Mine shows
> Org-mode version 6.32trans (release_6.32b.127.g471c2)
>
> Are you usi
Hi Bernt,
Bernt Hansen wrote:
> Sébastien Vauban writes:
>> Carsten wrote:
>>> Bernt Hansen wrote:
Sébastien Vauban writes:
> I try to generate the following DiTAA graph for LaTeX inclusion.
>
> It's in my Org file `~/dir1/dir2/ecm.org'.
>
> When exporting to LaTeX, t
On Nov 10, 2009, at 7:05 AM, Water Lin wrote:
Here comes three more questions about publishing webpages about org
mode:
1. After publishing webpages with command M-x org-publish-current-
file,
the org file will be closed by Emacs. I always use M-x
org-publish-current-file to check if the ou
On Nov 10, 2009, at 3:28 AM, Water Lin wrote:
I want to publish org file to webpage using my own CSS file. I added a
line like this in my org file:
#+STYLE:
But after I publish the org file using M-x org-publish-current-file,
the
output webpage file doesn't use the ..
At Mon, 9 Nov 2009 22:09:19 +0100,
Carsten Dominik wrote:
>
> Hi Eric,
>
> fixed, thanks.
Excellent! Thanks.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/lis
At Mon, 9 Nov 2009 20:53:27 +0100,
Carsten Dominik wrote:
>
> Hi Eric,
>
> this is hard to fix it, so I will not do it for the time being.
>
> Sorry
>
> - Carsten
>
> On Sep 23, 2009, at 4:48 PM, Eric S Fraga wrote:
> > If I remember correctly, footnotes used to work in figure captions
> > (#+
Hi!
D M German schrieb:
> if you have tried to enable org-protocol under Firefox you might run
> into the issue that firefox does not start emacsclient, no matter what
> the about:config variables say.
>
> After spending some time I discovered that this is an issue of Firefox's
> integration with
James TD Smith writes:
> Hi Bernt,
>
> On 2009-11-09 10:52:55(-0500), Bernt Hansen wrote:
>> As part of my weekly review I look for NEXT tasks with no effort
>> defined. A recent change to org-mode now displays entries with no
>> Effort property as 0:00 in column view -- these used to be blank.
Hi Andrea,
andrea Crotti wrote:
I added this function to my org conf
;; We also want to check that this is actually in base directories
(defun org-add-eventually()
"Adding a file to org-agenda when saved, with"
(interactive)
(if (string= major-mode "org-mode")
(org-agenda-file-to-fr
Stephan Schmitt cs.tu-berlin.de> writes:
>
>
> if you use (setq ...) you circumvent the customization framework
> and the variable is set only for the emacs session.
>
> don't know if this helps, otherwise rephrase your question, please.
>
Well no that's even better!
In this way I can direc
At Wed, 4 Nov 2009 14:01:23 +,
Rick Moynihan wrote:
>
> 2009/11/4 Adam Spiers :
> >
> > I disagree - I think using git with a centralized model provides the
> > best of both worlds: simplicity but also all the nice benefits of
> > decentralization such as offline commit and history access,
> >
At Wed, 4 Nov 2009 17:54:01 -0500,
Raffi R wrote:
>
> Is anyone interested in putting together a Maemo port? I'd be willing
> to take a look at writing some of the backend (but not the UI...).
>
> - Raffi.
I'd be interested although I have to question the need: emacs (at
least v22) is available
andrea Crotti wrote:
I would also like to check that the new org-file created is in a
subdirectory of the org-directories, how could that be easily done?
no warranty:
(string-match
(concat "^" (regexp-quote (expand-file-name org-directory)))
(expand-file-name default-directory))
Greetings,
Perfect, thanks!
- Darlan
At Tue, 10 Nov 2009 08:23:50 +0100,
Carsten Dominik wrote:
>
>
> On Nov 10, 2009, at 2:57 AM, Darlan Cavalcante Moreira wrote:
>
> >
> > This is really nice.
> > Thanks Carsten!
> >
> > I currently use a subtree in my main org file to put dates for
> > appointments,
andrea Crotti writes:
> Eric Schulte gmail.com> writes:
>
>>
>> The two separate mechanisms are confusion, but for now are necessary to
>> allow org-mode users to evaluate some simple block types (like dot) on
>> export without having to load up all of org-babel.
>>
>> I hope the above isn't to
The org file included below triggers a bug in org-sparse-tree: Typing
C-c / / and searching for "foobar" unfolds the second occurrence of
"foobar", but not the first.
Manually unfolding the A and C nodes shows that the first "foobar" is
highlighted, though. Removing the line tagged :ARCHIVE: make
Hi All,
Martin Pohlack wrote:
> Alan E. Davis wrote:
>> In some cases, a single headword entry can relate to a large number of
>> topics. I have tried dealing with longer tag lists: automatic
>> adjustment of tags column (on this list a little utility was posted:
>> org-adjust-tags-column-reset-t
Manoj Srivastava wrote:
On Wed, Sep 30 2009, Water Lin wrote:
I want to mantain a local static html blog system on my local
computer. I think org is good enough to organise the stuff.
Is there any special function for me to use org as blog system?
I need a reference to start..
W
This was fixed in commit
15eb6db (Fix bug with sparse trees and ARCHIVE tag, 2009-11-03)
after the 6.32b release.
-Bernt
Michael Hohmuth writes:
> The org file included below triggers a bug in org-sparse-tree: Typing
> C-c / / and searching for "foobar" unfolds the second occurrence of
> "foo
Sebastian Rose writes:
> andrea Crotti writes:
>> Eric Schulte gmail.com> writes:
>>
>>>
>>> The two separate mechanisms are confusion, but for now are necessary to
>>> allow org-mode users to evaluate some simple block types (like dot) on
>>> export without having to load up all of org-babel.
Eric Schulte gmail.com> writes:
> Note that the solution I'm about to propose relies on the use of
> org-babel and #+begin_src dot blocks rather than #+begin_dot blocks.
>
> When in these situations I will often set the block so that neither the
> code or the resulting image is exported, and so
Hello,
I primarily use org-mode for filling in content for my website(though
I plan on using it for much more). I would like the tag to not
be created in the html export.
Is there a way to do this?
I tried writing (in my css)
title {
height:0;
overflow:invisible;
}
but that doesn't work.
Any
Saptarshi Guha writes:
> Hello,
> I primarily use org-mode for filling in content for my website(though
> I plan on using it for much more). I would like the tag to not
> be created in the html export.
> Is there a way to do this?
>
> I tried writing (in my css)
> title {
> height:0;
> overflo
Hello,
I did try this, but it still appears in the html export (taking the
first line from text before the first h1)
Regards
Saptarshi
> Try adding
> #+TITLE:
>
> -Bernt
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to th
On Nov 10, 2009, at 7:44 PM, Saptarshi Guha wrote:
Hello,
I did try this, but it still appears in the html export (taking the
first line from text before the first h1)
Hi,
Do you have a recent version of Org-mode
I cannot reproduce this problem.
- Carsten
Regards
Saptarshi
Try ad
+++ Saptarshi Guha [10/11/09 13:44 -0500]:
> Hello,
> I did try this, but it still appears in the html export (taking the
> first line from text before the first h1)
>
> Regards
> Saptarshi
>
>
> > Try adding
> > #+TITLE:
> >
> > -Bernt
> >
Saptarshi,
Did you try using export options?
#+OPTI
Hello,
I probably confused everybody. The
#+TITLE:
affects the tag.
My apologies, what I wanted to remove was the tag.
Which i managed via
h1.title{
color:white;
text-indent : -px;
height:0;
padding:0px;
margin:0;
}
css.
Thank you and sorry for the confusion.
Regards
S
Hello,
I know shift and arrow keys are used by org-mode. But is there a way
to remap them to selecting the line(as in Aquamacs text mode)
(e.g shift+down highlights the current line, shift+up highlights the
previous line etc).
I guess this has been asked before, but I could not find the thread .
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.
-
Hello list,
It would be great if we could "lock a region" of text in an org-mode buffer,
meaning it gets read-only, and inside it you can't modify anything besides
applying org commands such as expanding/retracting/sparse tree etc. I'm
suggesting this because I have a section on the top of my gtd
andrea Crotti writes:
> Eric Schulte gmail.com> writes:
>
>> Note that the solution I'm about to propose relies on the use of
>> org-babel and #+begin_src dot blocks rather than #+begin_dot blocks.
>>
>> When in these situations I will often set the block so that neither the
>> code or the resu
Thanks again and a comment: What I wanted was just to hide the rest of the
file to help of focusing on the item at hand (project in this case). The C-x
n s does the job in this case (with C x n w to get back to the full view).
Marcelo.
On Mon, Nov 9, 2009 at 10:36 PM, Marcelo de Moraes Serpa <
ce
Bernt Hansen wrote:
>
> From the agenda (C-c a a c i a RET RET)
>
> I get the following error
>
> Debugger entered--Lisp error: (void-function diary-date-display-form)
> (diary-date-display-form)
...
>
> Emacs : GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11)
> of 2008-11-09 on
Nick Dokos writes:
> Bernt Hansen wrote:
>
>>
>> From the agenda (C-c a a c i a RET RET)
>>
>> I get the following error
>>
>> Debugger entered--Lisp error: (void-function diary-date-display-form)
>> (diary-date-display-form)
> ...
>>
>> Emacs : GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ V
Calling org-agenda from emacsclient doesn't always seem to generate a
fresh agenda the way it does when called from a key binding or M-x.
Anyone know why?
ajk
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
E
Saptarshi Guha writes:
> Hello,
> I know shift and arrow keys are used by org-mode. But is there a way
> to remap them to selecting the line(as in Aquamacs text mode)
> (e.g shift+down highlights the current line, shift+up highlights the
> previous line etc).
>
> I guess this has been asked befo
Sébastien Vauban
writes:
> Hi Bernt,
>
> Bernt Hansen wrote:
>> Sébastien Vauban writes:
>>> I have, since long, the following chunk in my `.emacs', for setting the
>>> `default-directory':
>>>
>>> --8<---cut here---start->8---
>>> ;; change the default direc
Hi,
I have the following problem: If I start emacs (22.2.1) or xemacs
(21.4.21) normally I cannot export to latex (or pdf, which goes
through latex). The process starts, but then hangs. In XEmacs the last
thing I see is "untabify done" and then a small window with a process
bar saying "fontifying
"Andrew J. Korty" writes:
> Calling org-agenda from emacsclient doesn't always seem to generate a fresh
> agenda the way it does when called from a key binding or M-x. Anyone know
> why?
I think the agenda is rebuild, if you quit it and restart it again. In
many cases, this makes absolutely se
True, however i came across two options that (i think) does the job ,
but does not work for me
(setq org-replace-disputed-keys t)
(setq org-CUA-compatible t)
Are these the correct options to set (loaded from .emacs file)
Regards
Saptarshi
On Tue, Nov 10, 2009 at 4:10 PM, J. David Boyd wrote:
>
Hi Andreas,
"Andreas Goesele" writes:
> Hi,
>
> I have the following problem: If I start emacs (22.2.1) or xemacs
> (21.4.21) normally I cannot export to latex (or pdf, which goes
> through latex). The process starts, but then hangs. In XEmacs the last
> thing I see is "untabify done" and then
da...@adboyd.com (J. David Boyd) writes:
> Saptarshi Guha writes:
>
>> Hello,
>> I know shift and arrow keys are used by org-mode. But is there a way
>> to remap them to selecting the line(as in Aquamacs text mode)
>> (e.g shift+down highlights the current line, shift+up highlights the
>> previou
Thank you Sebastian. The best way to emacs happiness is to use its keys.
These shortcuts are extremely useful - I'll adopt them.
Regards
Saptarshi
> How about get used to Emacs keys for this purpose:
>
> C-SPACE UP
>
>
> C-SPACE set's a mark and moving point extends the region.
> The big adva
One shortcut really nice when selecting some text is C-x C-x. It will
change the cursor from one side of the selection to the other one.
- Darlan
At Tue, 10 Nov 2009 17:11:36 -0500,
Saptarshi Guha wrote:
>
> Thank you Sebastian. The best way to emacs happiness is to use its keys.
> These short
Hi,
I found out why I ran into this earlier. It's _not_ org-reload, it's
org-version that changes the default directory. Patch attached.
I don't know where my bug report is... so I cannot respond to that
post.
Best wishes,
Sebastian
diff --git a/lisp/org.el b/lisp/org.el
index 42e229e..
SebastianRose writes:
> Hi,
>
>
> I found out why I ran into this earlier. It's _not_ org-reload, it's
> org-version that changes the default directory. Patch attached.
>
>
> I don't know where my bug report is... so I cannot respond to that
> post.
As I cannot find the bug report on the gmane,
Hello org-users,
Today I was bitten by a weird behavior when executing some python
blocks with org-babel that really confused me, but after some trying
and error I was able to isolate the problem.
When a block has an import statement such as
,
| from some_module import *
`
it works with
Sebastian Rose writes:
> `org-reload' changes the buffers `default-directory' to the directory
> Org's *.el files are located. I've sent a bug report to that concern.
>
> If I do `M-x org-reload' and then `C-c C-e p', the LaTeX/PDF export
> failes and all the LaTeX fallout ends up in
> ~/emacs
Hello,
This is what my project.org looks like:
* STARTED My Project :NEXT:
:LOGBOOK:...
** TODO Task 1 [0/2]
*** TODO Sub-Task 1
*** TODO Sub-Task 2
This is what I'd like to do:
I'd like to be able to clock in from Task 1, Sub-Task 1, or Sub-Task 2,
but make or
Hi Sebastian!
Sebastian Rose gmx.de> writes:
> > I have the following problem: If I start emacs (22.2.1) or xemacs
> > (21.4.21) normally I cannot export to latex (or pdf, which goes
> > through latex). The process starts, but then hangs. In XEmacs the last
> > thing I see is "untabify done" and
2009/10/2 Miguel Fernando Cabrera :
> Hi,
>
> You might be interested in Jekkyl, a Ruby program that is a blog-aware,
> static web sites generator. It basically generates HTML out of tex,haml,
> textile files.
>
> check it out: http://github.com/mojombo/jekyll/
> Example sites: http://wiki.github
Rick Moynihan writes:
> I'm looking for an org-mode based static blogging solution that's more
> robust than blorg […]
Writing an online journal from Org mode is on my list of things to do,
but I haven't got around to investigating ‘blorg’. What about it is
insufficiently robust?
--
\
Andreas Gösele writes:
> Hi Sebastian!
>
> Sebastian Rose gmx.de> writes:
>> > I have the following problem: If I start emacs (22.2.1) or xemacs
>> > (21.4.21) normally I cannot export to latex (or pdf, which goes
>> > through latex). The process starts, but then hangs. In XEmacs the last
>> > th
Markus Heller writes:
> Hello,
>
> This is what my project.org looks like:
>
> * STARTED My Project :NEXT:
> :LOGBOOK:...
>
> ** TODO Task 1 [0/2]
> *** TODO Sub-Task 1
> *** TODO Sub-Task 2
>
> This is what I'd like to do:
>
> I'd like to be able to clock in from Tas
Hi Andreas,
seems this has to do with the internal encoding of Emacs.
I need some advice at this point from the emacs-devel list.
I'll be back if I find out something.
Andreas Burtzlaff writes:
> Hello Sebastian,
>
> I'm not sure you noticed the org-protocol bug in this thread on the
> org
Saptarshi Guha gmail.com> writes:
>
> Hello,
> I know shift and arrow keys are used by org-mode. But is there a way
> to remap them to selecting the line(as in Aquamacs text mode)
> (e.g shift+down highlights the current line, shift+up highlights the
> previous line etc).
>
I rebound the keys
Hi Bernt,
On 2009-11-10 07:09:28(-0500), Bernt Hansen wrote:
> James TD Smith writes:
> > On 2009-11-09 10:52:55(-0500), Bernt Hansen wrote:
> >> As part of my weekly review I look for NEXT tasks with no effort
> >> defined. A recent change to org-mode now displays entries with no
> >> Effort pr
Water Lin writes:
> I want to publish org file to webpage using my own CSS file. I added a
> line like this in my org file:
>
> #+STYLE: href="../css/stylesheet.css" />
>
> But after I publish the org file using M-x org-publish-current-file, the
> output webpage file doesn't
Hi Bernt, James,
if this works, can you please get a patch to me a.s.a.p? I need to
release,
Emacs 23.2 goes into feature freeze.
- Carsten
On Nov 11, 2009, at 6:22 AM, James TD Smith wrote:
Hi Bernt,
On 2009-11-10 07:09:28(-0500), Bernt Hansen wrote:
James TD Smith writes:
On 2009-11
On Tue, Nov 10 2009, Ian Barton wrote:
> Manoj Srivastava wrote:
>> On Wed, Sep 30 2009, Water Lin wrote:
>>
>>> I want to mantain a local static html blog system on my local
>>> computer. I think org is good enough to organise the stuff.
>>>
>>> Is there any special function for me to use org as
60 matches
Mail list logo