I am facing with a strange problem. Let's consider the following
simple org file:
--8<--- beginning of my org file
- example
- A
- B
--8<--- end of my org file
when I press enter on the first level (example), the list is correctly folded. I
may press "enter" to unfold the first level. I ge
Hello Pete,
On Wed, Dec 12, 2007 at 07:17:57PM +, Pete Phillips wrote:
> Harald> # get the tar file
> Harald> # [must be a generic name, not a versioned one like org-5.16b.tar.gz]
> Harald> #wget http://staff.science.uva.nl/~dominik/Tools/org/org.tar.gz
> Harald> wget http://orgmode.org/
Perhaps the problem with getting the name of the org tarball (which
changes with each version) can be solved by replacing:
wget http://staff.science.uva.nl/~dominik/Tools/org/org.tar.gz
with this:
command=""
result=`lftp -c open -e ls http://orgmode.org|grep tar.gz|grep -v freemind`
Dan Griswold <[EMAIL PROTECTED]> writes:
Oops. I didn't finish my edits. This line:
command=""
can be deleted.
Dan
--
--
Dan Griswold
Rochester, NY
--
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send re
I can now reproduce a bug which annoys me since several months.
Defining a todo with remember I try to save it with C-u C-c C-c under the
template-predefined headline.
The filled template is saved under the predefined headline only (!) if the org
tree shows the headline!
If I fold the contents
On Wed, Dec 12, 2007 at 09:43:18AM -0800, Daniel M German wrote:
> Adam Spiers twisted the bytes to say:
> >> Now that the N810 has a physical keyboard more people will be inclined
> >> to run emacs on it. I personally run it only for remember and when
> >> connecting remotely into it.
>
> Ad
Guys
> "Dan" == Dan Griswold <[EMAIL PROTECTED]> writes:
Dan> Perhaps the problem with getting the name of the org tarball
Dan> (which changes with each version) can be solved by replacing:
Dan>wget http://staff.science.uva.nl/~dominik/Tools/org/org.tar.gz
Dan> with thi
Rainer Stengele schrieb:
> I can now reproduce a bug which annoys me since several months.
>
> Defining a todo with remember I try to save it with C-u C-c C-c under the
> template-predefined headline.
>
> The filled template is saved under the predefined headline only (!) if the
> org tree show
I have been using the set up provided by John Wiegley on a Mac and have
tried to to use it with Emacs32 wbut with some problems as the
custom-set-variables command seemed to badly interact with the Emacs32w
custom-set-variables.
I have been trying to rewrite the code to avoid the custom-set-variab
On Thu, Dec 13, 2007 at 05:24:46PM +, Pete Phillips wrote:
>
> Guys
>
> > "Dan" == Dan Griswold <[EMAIL PROTECTED]> writes:
>
> Dan> Perhaps the problem with getting the name of the org tarball
> Dan> (which changes with each version) can be solved by replacing:
>
> Dan>
Pete Phillips <[EMAIL PROTECTED]> writes:
> Guys
...
> I'm confused about your concerns here.
>
> Carsten appears to link the latest version of the org tar file to
>
> http://orgmode.org/org.tar.gz
>
> therefore you don't need to do anything clever - you just run the
> script and it pulls
On Thu, Dec 13, 2007 at 02:23:11PM -0500, Dan Griswold wrote:
> Pete Phillips <[EMAIL PROTECTED]> writes:
>
> > Guys
>
> ...
>
> > I'm confused about your concerns here.
> >
> > Carsten appears to link the latest version of the org tar file to
> >
> > http://orgmode.org/org.tar.gz
> >
> > th
On Dec 13, 2007, at 4:58 PM, Rainer Stengele wrote:
I can now reproduce a bug which annoys me since several months.
Defining a todo with remember I try to save it with C-u C-c C-c
under the template-predefined headline.
The filled template is saved under the predefined headline only (!)
On Dec 13, 2007, at 11:49 AM, francois wrote:
I am facing with a strange problem. Let's consider the following
simple org file:
--8<--- beginning of my org file
- example
- A
- B
--8<--- end of my org file
when I press enter on the first level (example), the list is
correctly folded. I
On Dec 11, 2007, at 1:15 PM, Adam Spiers wrote:
On Tue, Dec 11, 2007 at 12:33:09PM +0100, Bastien wrote:
Adam Spiers <[EMAIL PROTECTED]> writes:
I'm certainly not suggesting making it the default - only to make it
possible to enable this behaviour for selected remember templates.
But since I
On Dec 8, 2007, at 10:11 PM, Chris Leyon wrote:
I ran into this behavior while sorting table lines but it may happen
elsewhere too. In a nutshell, I'd like to alphabetical-sort (C-c ^ a)
| alpha |
| [[file:beta][beta]] |
| gamma |
into the order shown, but currently the "beta" line sorts les
On Dec 13, 2007, at 6:24 PM, Pete Phillips wrote:
Guys
"Dan" == Dan Griswold <[EMAIL PROTECTED]> writes:
Dan> Perhaps the problem with getting the name of the org tarball
Dan> (which changes with each version) can be solved by replacing:
Dan>wget http://staff.science.uva.nl/~
Harald Weis <[EMAIL PROTECTED]> writes:
> My Firefox does not see a static name, but only the versioned name!
>
> Harald
Now that is very odd. I have no problem downloading the file using the
static address, using either firefox or wget.
Does anyone here no why Harald's installation might be beh
Carsten Dominik <[EMAIL PROTECTED]> writes:
> On Dec 13, 2007, at 6:24 PM, Pete Phillips wrote:
>> Carsten appears to link the latest version of the org tar file to
>>
>> http://orgmode.org/org.tar.gz
>
>
> That used to be a link, it is now a hard copy because I did not
> know how to make a l
Hi Graham
On Dec 13, 2007 1:11 PM, Graham Smith <[EMAIL PROTECTED]> wrote:
> I have been using the set up provided by John Wiegley on a Mac and have
> tried to to use it with Emacs32 wbut with some problems as the
> custom-set-variables command seemed to badly interact with the Emacs32w
> custom-s
While reading through org-mode's info file, I noticed a handful of
passages which would profit from stylistic changes; I also came across
some errors. I'm curious to see what the list thinks; some of these
proposed changes are perhaps based on misunderstandings. I've attached
a diff to this messa
On Dec 13, 2007 2:11 PM, Graham Smith <[EMAIL PROTECTED]> wrote:
> I have been trying to rewrite the code to avoid the custom-set-variables in
> .emacs but have finally come unstuck with this bit:
> [...]
> "Invalid read syntax: Invalid string property list" error when launching
> Emacs and narrowe
22 matches
Mail list logo