Dear all,
I'm trying to define a variable, to let org-mode know different path to use
when I'm under different system (Windows or Mac), but got trouble to get it
work. Here is the Code:
(defconst lch-win32-p (eq system-type 'windows-nt) "Are we on Windows?")
(defconst lch-mac-p (eq system-ty
On Wed, Nov 17, 2010 at 5:47 AM, Christian Moe wrote:
> Hi,
>
> Samuel Wales wrote:
>
>> So I guess I'd like to know if:
>>
>> 1) anybody has a /hook in the exporter/ to unfill paragraphs, or
>>
>
> This is what I've come up with for posting comments on WordPress blogs,
> without tags and lineb
Eric S Fraga writes:
> tycho garen writes:
>
>>> One of the things I'd like to be able to do is capture a new TODO from a
>>> command line. e.g.
>>
>> I use the following code that I got from Jack Moffit
>> (http://www.metajack.im), that does more or less what you're looking
>> for, I think. Ad
"Eric Schulte" writes:
> Jambunathan K writes:
>
>> "Eric Schulte" writes:
>>
>>> Hi,
>>>
>>> I've just pushed up a small commit (including minimal documentation)
>>> which teaches code blocks how to read and write Org-mode lists. The
>>> following example should demonstrate the new behavior.
> Let's say one wants to number the lists using prime numbers. So one
> could have two lists.
>
> # list1 (may be generated programmatically)
>
> 1. 2
> 2. 3
> 3. 5
> 4. 7
> 5. 11
> 6. 13
>
>
> # list2 (user-typed)
> 1. Carsten
> 2. Bastien
> 3. Eric Schulte
> 4. Dan Davison
> 5. Eric S Faga
> 6.
Jambunathan K writes:
> Jambunathan K writes:
>
>> "Eric Schulte" writes:
>>
>>> Hi,
>>>
>>> I've just pushed up a small commit (including minimal documentation)
>>> which teaches code blocks how to read and write Org-mode lists. The
>>> following example should demonstrate the new behavior.
>
Jambunathan K writes:
> "Eric Schulte" writes:
>
>> Hi,
>>
>> I've just pushed up a small commit (including minimal documentation)
>> which teaches code blocks how to read and write Org-mode lists. The
>> following example should demonstrate the new behavior.
>>
>>
>> #+results: a-list
>> - org
Jambunathan K writes:
> "Eric Schulte" writes:
>
>> Hi,
>>
>> I've just pushed up a small commit (including minimal documentation)
>> which teaches code blocks how to read and write Org-mode lists. The
>> following example should demonstrate the new behavior.
>>
>>
>> #+results: a-list
>> - org
"Eric Schulte" writes:
> Hi,
>
> I've just pushed up a small commit (including minimal documentation)
> which teaches code blocks how to read and write Org-mode lists. The
> following example should demonstrate the new behavior.
>
>
> #+results: a-list
> - org-mode
> - and
> - babel
>
>
> #+sour
Hello,
Carsten Dominik writes:
> Dear all,
>
> after 7 years of responsibility for Org-mode, it is time for
> me to let go and step down as the maintainer of Org-mode.
[snip (52 lines)]
I, as a simple org-mode user, just want to thank you, for all of the
work you've done. It makes mine easier
Thanks for doing most of the debugging on this.
After much banging of my head, I stumbled onto this very nice page of
common problems with compiled Macros in Emacs Lisp [1], it looks like
this sort of thing has happened before. :)
I realized I was guilty of one of the macro sins specified above,
Hi,
I've just pushed up a small commit (including minimal documentation)
which teaches code blocks how to read and write Org-mode lists. The
following example should demonstrate the new behavior.
#+results: a-list
- org-mode
- and
- babel
#+source: a-list
#+begin_src emacs-lisp :var lst=a-lis
No problem and thanks for your swift work!
John
On Wed, Nov 17, 2010 at 4:47 PM, Thomas S. Dye wrote:
> Aloha John,
>
> Thanks for helping with this. It is fixed now, though the change on Worg
> might not appear for some minutes.
>
> All the best,
> Tom
>
> On Nov 17, 2010, at 12:07 PM, John H
On Wed, Nov 17, 2010 at 05:25:05PM -0500, Nick Dokos wrote:
> #+BIND: uriel-change-doctype t
>
> but a good (if not scalable) solution to the problem.
>
> I have a question however: why is it that hooks can't be set using
> this mechanism?
>From my limited understanding, the #+BIND directive is fo
Aloha John,
Thanks for helping with this. It is fixed now, though the change on
Worg might not appear for some minutes.
All the best,
Tom
On Nov 17, 2010, at 12:07 PM, John Hendy wrote:
That did it. Thanks. I'll have to play around with it now. I
actually am not sure what I'll use this f
Yo can set variables on a per-file basis.
Check EXPORT OPTIONS on the manual. You can set variables there (but
not add hooks), so maybe something like this works:
#+begin_src emacs-lisp
;; in your .emacs file:
(add-hook 'org-export-html-final-hook
(lambda ()
(if ( (boundp '
Hi John,
Perhaps this is missing:
(require 'org-latex)
Let me know if that fixes your problem and I'll add it to the
instructions.
All the best,
Tom
On Nov 17, 2010, at 11:07 AM, John Hendy wrote:
Thanks, Tom.
I'm getting an error, though. I tried both settings from Section 1.2
(htt
Aloha all,
This might be a naive query, but I'm wondering if there is some
standard way to put the emacs configuration back to a previous state
outside of the customization interface?
I'm finding that I frequently work with Org-mode files that need
different configurations. I typically h
Thanks, Tom.
I'm getting an error, though. I tried both settings from Section 1.2 (
http://orgmode.org/worg/org-contrib/babel/examples/article-class.php#sec-1_2)
and get this error when I start emacs:
,-
| Symbol's value as variable is void: org-export-latex-classes
`-
I just did a fresh
At Wed, 17 Nov 2010 13:39:31 -0600,
Schlesinger, Paul wrote:
>
> In Vista but not XP some/many links set with \C-c L give "No link
> found" with \C-c o.
As I happen to work at Windows 7 at work: Can you give an example of a
link that can be open?
Best,
-- David
--
OpenPGP... 0x99ADB83B5A4478E6
At Sat, 13 Nov 2010 07:18:42 +0100,
Vincent Belaïche wrote:
>
> Herein attached follows my patch. Please feel free for brickbats...
>
Thanks for sending the patch, but it won't provide a clean solution to
the problem: The function modified by your patch works under the
assumption, that for examp
At Sat, 13 Nov 2010 07:18:42 +0100,
Vincent Belaïche wrote:
>
> Herein attached follows my patch. Please feel free for brickbats...
>
Thanks for sending the patch, but it won't provide a clean solution to
the problem: The function modified by your patch works under the
assumption, that for examp
Thanks for the reply. After some monkeying around, I found I could do this:
(add-hook 'org-export-html-final-hook
(lambda ()
(let ((kill-whole-line t))
(goto-char (point-min))
(next-line)
(kill-line 2)
(insert "http://www.w3.org/
In Vista but not XP some/many links set with \C-c L give "No link found" with
\C-c o.
Paul Schlesinger
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs
Carsten Dominik writes:
> I have not added you patch as it is, because in some ways the syntax
> it adds is questionable, and, as others have pointed out, sorting can
> be done in different ways, too.
>
> However, instead, I have introduced a variable that can be set to a
> user-defined function
tycho garen writes:
>> One of the things I'd like to be able to do is capture a new TODO from a
>> command line. e.g.
>
> I use the following code that I got from Jack Moffit
> (http://www.metajack.im), that does more or less what you're looking
> for, I think. Add the following block to your or
Hi,
The DOCTYPE declaration is hardcoded inside org-html.el
You may change it by defining a hook and modifying the generated HTML.
Have a look at the following message, where they get rid of the
declaration:
http://lists.gnu.org/archive/html/emacs-orgmode/2010-06/msg00063.html
you may add some
> One of the things I'd like to be able to do is capture a new TODO from a
> command line. e.g.
I use the following code that I got from Jack Moffit
(http://www.metajack.im), that does more or less what you're looking
for, I think. Add the following block to your org configs.
;;
Quick question. I'm playing with a new template and the new line
characters are being inserted as string-literals (?) instead of being
read as new lines.
In other words, my template is
,
| * %U\n *%^{Note Title}* %?\n %i %a
`
When called, I get the following after typing "Test" at the pro
How do I change the doctype declaration?
Is there an export option or variable I can set? I tried searching for the
variable. Perhaps I'm using a version of orgmode that's too old?
The only thing I could find was org-export-html-xml-declaration but that's not
the same thing.
__
Just adding my voice to the chorus -- Carsten, org has made emacs work for
me, finally, and also made my faster, more organized, and better-integrated
with the web. I've been so inspired watching you respond with lightning
speed t othe multitude of feature requests and bug reports o nthe web, I've
Hi,
Consider the following minimal example:
Text[fn:1]
* Footnotes
[fn:1] Note with a [[file:abecedaire.jpg][link]].
Here with orgmode 7.02, doing C-c C-o on the link moves the cursor on
[fn:1] and says in the minibuffer: "Position saved mark to ring, go back
with C-c &", instead of opening the
John Hendy writes:
> On Wed, Nov 17, 2010 at 3:09 AM, Eric S Fraga wrote:
>
> John Hendy writes:
>
> [...]
>
> > There was also a reference in the original post below to
> > longlines-mode...
>
> I apologise for jumping into the middle of a conversation but your
Bastien writes:
> First of all: *thanks* Carsten for Org!
>
> Moreover thanks for your patience while building this software and this
> community over the years. There is a true spirit of mutual respect and
> mutual learning in this list -- we wouldn't have grown so fast and so
> far without you
On Wed, Nov 17, 2010 at 3:09 AM, Eric S Fraga wrote:
> John Hendy writes:
>
> [...]
>
> > There was also a reference in the original post below to
> > longlines-mode...
>
> I apologise for jumping into the middle of a conversation but your
> reference to longlines-mode brings to mind visual-line
Nick Dokos writes:
> Richard Riley wrote:
>
>>
>> Has something dramatic changed with how org loads files?
>>
>> My org-directory setting is ~/org-files.
>>
>> When I start up my agenda this morning after a git pull I get
>>
>> insert-file-contents-literally: not a regular file:
>> /home/sha
Carsten
>> this looks good, However, I would like you to make a change to the
>> patch more more clarity.
>>
>> Could you please write
>>
>> (or preferred target)
>>
>> instead of
>>
>> remove
>>
>> as the ID to be inserted? Even though these are the same, the first
>> version is a lot clea
On 15 Nov 2010 at 7:59, Carsten Dominik wrote:
> Dear George,
>
> unfortunately I am not able to reproduce this issue.
>
> Sorry about this.
Thanks for trying! Maybe I (or someone) will find a less-fiddly way to
reproduce these problems in the future. Meanwhile, I've been setting
priorities
Carsten
>> this looks good, However, I would like you to make a change to the
>> patch more more clarity.
>>
>> Could you please write
>>
>> (or preferred target)
>>
>> instead of
>>
>> remove
>>
>> as the ID to be inserted? Even though these are the same, the first
>> version is a lot clea
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 11/17/2010 03:42 PM, Sébastien Vauban wrote:
> #+begin_src emacs-lisp
Thanks - exactly that.
Rainer
- --
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation
Biology, UCT), Dipl. Phys. (Germany)
Centre of Excellence for Invasion B
Hi Rainer,
Rainer M Krug wrote:
> I know that it was discussed here, but I can't find it anymore - sorry:
>
> I am looking for the option, that, when C-c ' in a source block, the
> source edit buffer does not open in a new frame, but uses the one from
> which C-c ' was called.
You mean windows?
Richard Riley wrote:
>
> Has something dramatic changed with how org loads files?
>
> My org-directory setting is ~/org-files.
>
> When I start up my agenda this morning after a git pull I get
>
> insert-file-contents-literally: not a regular file:
> /home/shamrock/org-files
>
>
I just pul
Dear all,
First of all: *thanks* Carsten for Org!
Moreover thanks for your patience while building this software and this
community over the years. There is a true spirit of mutual respect and
mutual learning in this list -- we wouldn't have grown so fast and so
far without your constant dedicat
Łukasz Stelmach writes:
Hi Łukasz,
>>> If you think --despite of those issues-- it's worth adding the
>>> creation of gnus links while in message mode I could provide a
>>> patch.
>>
>> I'm curious how you are able to determine where a message will be
>> filed after sending it off. I mean, you
>>> I am trying to follow the Org-mode from the git head using el-get. how
>>> ever its not working as intended. even after el-get-update and
>>> el-get-init , i see org-version is set to 7.1 (I am using emacs from
>>> git repo few days ago built) instead of 7.3 release_7.3xxx dirty.
>>>
>>> I thi
Dear Jambunathan,
Thanks for the reply.,
Jambunathan K writes:
> Unless you specifically want to use el-get there are various options
> available.
>
> See 'Keeping Current' section of http://orgmode.org/worg/org-faq.php for
> various options.
>
> Since you say you are a noob I suggest that y
Hi Jambunathan,
did you already react on this message? I cannot seem to find your
reply.
Thanks!
- Carsten
On Nov 12, 2010, at 4:50 PM, Carsten Dominik wrote:
Hi Jambunata,
this looks good, However, I would like you to make a change to the
patch more more clarity.
Could you please
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
I know that it was discussed here, but I can't find it anymore - sorry:
I am looking for the option, that, when C-c ' in a source block, the
source edit buffer does not open in a new frame, but uses the one from
which C-c ' was called.
Thanks,
R
On 11/17/2010 3:16 AM, Carsten Dominik wrote:
Hi I.S.
I have not added you patch as it is, because in some ways the syntax
it adds is
questionable, and, as others have pointed out, sorting can be done in
different ways, too.
However, instead, I have introduced a variable that can be set to a
If you plan to submit more patches, you need to sign the FSF papers,
please.
Cheers.
- Carsten
On Nov 17, 2010, at 2:06 PM, Seweryn Kokot wrote:
Carsten Dominik gmail.com> writes:
this is good, I have applied the patch. The only change I made was
to
return the number of sent tables
Carsten Dominik gmail.com> writes:
>
> this is good, I have applied the patch. The only change I made was to
> return the number of sent tables instead of t.
>
> Thanks for the patch, and thanks for going through iterations to
> get this right.
>
Hi Carsten,
My pleasure :-) This was my firs
Hi Seweryn
this is good, I have applied the patch. The only change I made was to
return the number of sent tables instead of t.
Thanks for the patch, and thanks for going through iterations to
get this right.
- Carsten
On Nov 17, 2010, at 1:41 PM, Seweryn Kokot wrote:
Carsten Dominik gmail
Hi Eric,
> "Eric Schulte" wrote:
>> Yes, I've noticed the shell session evaluation problems as well. I think
>> one possible solution is for us to move from the current schema of echoing
>> a babel-specific marker to indicate that evaluation has completed (which
>> isn't working very well and is f
Carsten Dominik gmail.com> writes:
>
> Should the be run only if the sending was successful? Or also for
> tables
> where have no ORGTBD SEND statement? We could make orgtbl-send-table
> return a value indicating if sending has taken place.
>
> We might want to call the hook orgtbl-after-s
Hi,
Can I use #+BIND to add an exporter hook for the current document?
For instance, I have a function to postprocess HTML exports for blog
posts.
I could turn it on for all HTML exports with
: (org-add-hook 'org-export-html-final-hook 'my-org-postprocess-blog-post)
But that's not what I wa
Hi,
Samuel Wales wrote:
So I guess I'd like to know if:
1) anybody has a /hook in the exporter/ to unfill paragraphs, or
This is what I've come up with for posting comments on WordPress
blogs, without tags and linebreaks. It can probably be written
more elegantly, but it does what I nee
Unless you specifically want to use el-get there are various options
available.
See 'Keeping Current' section of http://orgmode.org/worg/org-faq.php for
various options.
Since you say you are a noob I suggest that you use the Package
Manager - ELPA.
Jambunathan K.
yagnesh raghava yakkala wri
Dear list,
I recently dove into emacs world because of org. This is my first mail
to list so let me thank to Org-mode , Carsten and all contributors.
Now to the problem,
I am trying to follow the Org-mode from the git head using el-get. how
ever its not working as intended. even after el-get-up
Samuel Wales writes:
> Hi Nick,
>
> That is a great idea.
>
> Unfortunately, that option is simply not there for me.
>
> In Firefox and emacs-w3m, I only get:
>
> Reader Comments
> (*) Allow
> ( ) Don't allow
> Backlinks
> ( ) Allow
> (*) Don't allow
>
> And strangely do not get what you get.
Carsten Dominik gmail.com> writes:
> Should the be run only if the sending was successful? Or also for
> tables
> where have no ORGTBD SEND statement? We could make orgtbl-send-table
> return a value indicating if sending has taken place.
>
> We might want to call the hook orgtbl-after-sen
Hi Seweryn,
this is much better. However, I still want to clarify:
On Nov 17, 2010, at 10:58 AM, Seweryn Kokot wrote:
Carsten Dominik gmail.com> writes:
I am a bit confused by this patch. You do call the hook after C-c
C-c
has done its thing. Which is OK, but this is not what the
docum
Carsten Dominik gmail.com> writes:
> I am a bit confused by this patch. You do call the hook after C-c C-c
> has done its thing. Which is OK, but this is not what the
> documentation in your hook variable says. That documentation seems to
> have been copied from the normal ctrl-c-ctrl-c
Hi Seweryn,
On Nov 17, 2010, at 10:10 AM, Seweryn Kokot wrote:
Carsten Dominik gmail.com> writes:
On Nov 17, 2010, at 9:19 AM, Seweryn Kokot wrote:
Hi,
It need to attach a function to C-c C-c keybinding when exporting a
table in
orgtbl-mode so would be nice to have orgtbl-ctrl-c-ctrl-c-
Carsten Dominik writes:
> after 7 years of responsibility for Org-mode, it is time for
> me to let go and step down as the maintainer of Org-mode.
Thanks for everything and "may the text be with you"!
:-)
I've always been impressed by how fast, yet smooth org-mode has
developed in the past two o
Carsten Dominik gmail.com> writes:
>
>
> On Nov 17, 2010, at 9:19 AM, Seweryn Kokot wrote:
>
> > Hi,
> >
> > It need to attach a function to C-c C-c keybinding when exporting a
> > table in
> > orgtbl-mode so would be nice to have orgtbl-ctrl-c-ctrl-c-hook
> > similar to
> > org-ctrl-c-ctr
John Hendy writes:
[...]
> There was also a reference in the original post below to
> longlines-mode which (from my quick skim) seems to do what fill mode
> does but with "soft" returns; it only appears to be filled but in
> reality is not altering actual file line breaks. I tried this and can
>
On Nov 17, 2010, at 9:19 AM, Seweryn Kokot wrote:
Hi,
It need to attach a function to C-c C-c keybinding when exporting a
table in
orgtbl-mode so would be nice to have orgtbl-ctrl-c-ctrl-c-hook
similar to
org-ctrl-c-ctrl-c-hook.
This is a reasonable request - please make me a patch.
-
Hi,
It need to attach a function to C-c C-c keybinding when exporting a table in
orgtbl-mode so would be nice to have orgtbl-ctrl-c-ctrl-c-hook similar to
org-ctrl-c-ctrl-c-hook.
Or are there any other ways to do it?
Thanks,
Seweryn
___
Emacs-orgm
Hi I.S.
I have not added you patch as it is, because in some ways the syntax
it adds is
questionable, and, as others have pointed out, sorting can be done in
different ways, too.
However, instead, I have introduced a variable that can be set to a
user-defined function to compute the base
69 matches
Mail list logo