[Orgmode] Re: Clean capture from command line?

2010-11-18 Thread Eric S Fraga
Matt Lundin writes: [...] > The problem is that the functions capture-finalize and capture-destroy > do not exist. I imagine the original code was designed for remember mode > (which does have the functions remember-destroy and remember-finalize). > > The relevant function in org-capture.el, I b

[Orgmode] Re: little problem with installing org with el-get

2010-11-18 Thread dpom
I use el-get to obtain the last org-mode version and it's ok. My working configuration is: (setq el-get-sources '( ... (:name org-mode :build ("make clean" "make" "make doc" "make INSTALL_INFO=ginstall-info infodir=~/.emacs.d/info/org install-info") :after (lambda (

[Orgmode] 2 active dates on the same day

2010-11-18 Thread Sergey Konoplev
Hello, I have the task containing 2 active dates on the same day. ** TODO Some task <2010-11-18 Thu 10:00> <2010-11-18 Thu 11:00> I expect it to be mentioned 2 times in the agenda but it is not. I see only the first one, does not meter if it is later or earlier date. Day-agenda (W46): Thu

[Orgmode] Re: Configuration query

2010-11-18 Thread Sébastien Vauban
Hi Thomas, "Thomas S. Dye" wrote: > 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 > con

[Orgmode] Re: little problem with installing org with el-get

2010-11-18 Thread yagnesh raghava yakkala
dpom writes: > I use el-get to obtain the last org-mode version and it's ok. > My working configuration is: > > (setq el-get-sources > '( > ... >(:name org-mode > :build ("make clean" "make" "make doc" > "make INSTALL_INFO=ginstall-info infodir=~/.emacs.d/info/org > in

[Orgmode] Re: 2 active dates on the same day

2010-11-18 Thread Tassilo Horn
Sergey Konoplev writes: Hi Sergey, > I have the task containing 2 active dates on the same day. > > ** TODO Some task ><2010-11-18 Thu 10:00> ><2010-11-18 Thu 11:00> > > I expect it to be mentioned 2 times in the agenda but it is not. I see > only the first one, does not meter if it is l

Re: [Orgmode] Re: Bastien is going to become the maintainer of Org mode in January

2010-11-18 Thread Alan E. Davis
I am a keen user of org-mode, whose uses for which seem never to become well defined: as soon as I think I understand it, it morphs, or the horizons of my understanding recede from view. No amount of praise can adequately pay tribute to the massively ingenious organic entity that is org-mode. Th

[Orgmode] [Babel] Coding system of tangled files?

2010-11-18 Thread Sébastien Vauban
#+TITLE: Format for tangling files #+DATE: 2010-11-18 #+BABEL: :comments yes * Script #+begin_src sh :tangle doit.sh #!/bin/bash # Example ls date #+end_src * Execute it in a Bash shell The tangled file, when launched from withing a Bash shell, returns errors: #+begin_src sh s...@me

Re: [Orgmode] Re: [Babel] now understands org-mode lists

2010-11-18 Thread Nicolas Goaziou
Hello, >> Let's say one wants to number the lists using prime numbers. > is this possible with normal Org-mode lists? I thought that numbered > lists automatically re-numbered themselves. Sure it is ! 2. [...@2] This is 3. [...@3] a prime-numbered 5. [...@5] list. 57. [...@57] Even Grothendiek'

Re: [Orgmode] Re: Bastien is going to become the maintainer of Org mode in January

2010-11-18 Thread Scot Becker
Org-mode is just a cool way to organize, to write, to collect and keep data. Many thanks to you, Carsten, for your imagination and hard work, and to you Bastien, for your willingness to carry this torch further. Scot ___ Emacs-orgmode mailing list Pleas

Re: [Orgmode] Configuration query

2010-11-18 Thread Jörg Hagmann
M-x load-file RET .emacs ? On 11/17/10 10:19 PM, Thomas S. Dye wrote: 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

Re: [Orgmode] [Babel] Coding system of tangled files?

2010-11-18 Thread Eric Schulte
Hi Seb, I think this should be possible using the `org-babel-post-tangle-hook' to re-save the file with a specified encoding. After looking into this a little bit it appears that you should be able to add a function to this hook which will update the `save-buffer-coding-system' variable and then

Re: [Orgmode] How to use variable in org publish function

2010-11-18 Thread Nick Dokos
Chao LU wrote: > 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?")

[Orgmode] Re: [Babel] now understands org-mode lists

2010-11-18 Thread Eric Schulte
Hi Jambunathan, Jambunathan K writes: [...] > > To summarize, what I am really thinking is this: > > 1. Use C-c C-c (org-dwim) with a prefix modifier key that makes it >(org-custom-dwim). > 2. The custom dwim pops up an easy menu that is context dependent. For >example, for the list cas

[Orgmode] Re: [Babel] now understands org-mode lists

2010-11-18 Thread Eric Schulte
Jambunathan K writes: [...] > > To reiterate: > 1. Alphabetical lists has already surfaced and a patch is in >progress. > 2. ascii backend is the dumbest one that doesn't offer any custom style >associations like HTML or OpenOffice. I find the ASCII backend the >most useful of all the

Re: [Orgmode] Change DOCTYPE declaration?

2010-11-18 Thread Uriel Avalos
On Wed, 17 Nov 2010 19:45:06 -0200 Juan Pechiar wrote: > 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-hoo

Re: [Orgmode] Change DOCTYPE declaration?

2010-11-18 Thread Uriel Avalos
On Thu, 18 Nov 2010 10:35:50 -0500 Uriel Avalos wrote: > On Wed, 17 Nov 2010 19:45:06 -0200 > Juan Pechiar wrote: > > > 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:

Re: [Orgmode] Change DOCTYPE declaration?

2010-11-18 Thread Juan Pechiar
On Thu, Nov 18, 2010 at 10:35:50AM -0500, Uriel Avalos wrote: > The only problem is that #+BIND is not working. I tried setting > org-export-allow-BIND to t and it still does not work. Ideas? Did you C-c C-c over (any of the) option headers? This is required for org-mode to re-parse all options i

Re: [Orgmode] [Babel] now understands org-mode lists

2010-11-18 Thread Nicolas Goaziou
Hello, > Eric Schulte writes: > I've just pushed up a small commit (including minimal documentation) > which teaches code blocks how to read and write Org-mode lists. Quickly looking at your commit, may I suggest that you do not make use of `org-list-in-item-p-with-indent'? This is a low-le

Re: [Orgmode] [Babel] now understands org-mode lists

2010-11-18 Thread Eric Schulte
Changed, Thanks -- Eric Nicolas Goaziou writes: > Hello, > >> Eric Schulte writes: > >> I've just pushed up a small commit (including minimal documentation) >> which teaches code blocks how to read and write Org-mode lists. > > Quickly looking at your commit, may I suggest that you do not ma

Re: [Orgmode] Configuration query

2010-11-18 Thread Thomas S. Dye
Aloha Séb and Jörg, Thanks for these suggestions. I was hoping for something a bit more fine-grained, so that only the settings that were changed in the file were reset, and the values they were reset to were the ones they had, rather than the ones in .emacs. It appears there is no standa

[Orgmode] including images for tex export, how?

2010-11-18 Thread Stinky Wizzleteet
Hi, I've tried adding a link to a picture so it would show up in the tex export. It doesn't get exported as an "\includegraphics" sort of deal, but as a hyperlink. Where, how can I fix this ? thanks, wzzl -- Stinky Wizzleteet thinks: Do not sleep in a eucalyptus tree tonight. ___

Re: [Orgmode] including images for tex export, how?

2010-11-18 Thread Thomas S. Dye
Aloha wzzl, What did your link look like? Org-mode will export links with descriptions as links, but links without descriptions wrapped in an includegraphics environment: http://orgmode.org/manual/Images-in-LaTeX-export.html#Images-in-LaTeX-export All the best, Tom On Nov 17, 2010, at 11

Re: [Orgmode] How to use variable in org publish function

2010-11-18 Thread Chao LU
Hi Nick, It works perfectly, thanks a lot~ Chao On Thu, Nov 18, 2010 at 9:50 AM, Nick Dokos wrote: > Chao LU wrote: > > > 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 >

[Orgmode] Automatic screenshot insertion

2010-11-18 Thread Jonathan BISSON
Here is a little function that allows a user to insert a screenshot easily. Only works on unix-like systems where ImageMagick is installed (adapt "import" to your screenshot program if needed). (defun my-screenshot () "Take a screenshot into a unique-named file in the current buffer file dir

[Orgmode] Re: Clean capture from command line?

2010-11-18 Thread Allen S. Rout
Friedrich Delgado writes: > I use zsh and I already use this: > > ,[ ~/bin/uriescapepwd.pl ] > #!/usr/bin/perl -w > use URI::Escape qw/ uri_escape uri_escape_utf8 /; > use Cwd qw/getcwd abs_path/; > $pwd = abs_path(getcwd); > print uri_escape_utf8($pwd); > ` Woot, one step.

[Orgmode] Re: Configuration query

2010-11-18 Thread Sébastien Vauban
Hi Thomas, "Thomas S. Dye" wrote: > Aloha Séb and Jörg, > > Thanks for these suggestions. I was hoping for something a bit more > fine-grained, so that only the settings that were changed in the file were > reset, and the values they were reset to were the ones they had, rather than > the ones in

[Orgmode] Re: Automatic screenshot insertion

2010-11-18 Thread Sébastien Vauban
Hi Jonathan, Jonathan BISSON wrote: > Here is a little function that allows a user to insert a screenshot easily. > Only works on unix-like systems where ImageMagick is installed (adapt "import" > to your screenshot program if needed). > > (defun my-screenshot () > "Take a screenshot into a unique

Re: [Orgmode] Error when running org-babel-execute-buffer -- Wrong type argument: consp, nil

2010-11-18 Thread Konrad Hinsen
On 18 Nov 2010, at 01:07, Eric Schulte wrote: 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

[Orgmode] [PATCH] byte compile warnings...

2010-11-18 Thread Achim Gratz
Current master produces the following warnings during byte-compile with Emacs 23.1 (some of those had already been introduced in 7.01trans): In end of data: org.el:19709:1:Warning: the function `orgtbl-send-table' is not known to be defined. ==> forward declaration for this function is missin

[Orgmode] Re: Beeminder/Kibotzer

2010-11-18 Thread Thomas Renkert
Richard Lawrence berkeley.edu> writes: > > Hi all, > > I just came across this site, which looks really interesting: > > http://beeminder.com/about > > They provide a service for tracking progress toward (quanitifiable) > goals, and they show you a graph that includes: > > - your actual

[Orgmode] Inserting text into the part of an HTML document?

2010-11-18 Thread Stephen Eglen
I'm using org-mode to export an html file of my org file. I'd like to add the following line to the ... section of the document: #+HTML: [This line tells search indexes not to index the file. http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=93710 ] but the HTML directive

Re: [Orgmode] Configuration query

2010-11-18 Thread Nicolas Goaziou
Hello, > Thomas S Dye writes: > I'm finding that I frequently work with Org-mode files that need > different configurations. I typically have a #+begin_src emacs-lisp > block in these files that I can execute with C-c C-c, so that emacs > behaves the way the file requires for the task at hand

Re: [Orgmode] Inserting text into the part of an HTML document?

2010-11-18 Thread Erik Iverson
Stephen, There may be a better answer, but I see in the doc-string for org-export-html-style, that: As the value of this option simply gets inserted into the HTML header, you can \"misuse\" it to add arbitrary text to the header. See also the variable `org-export-html-style-extra'. However, I

[Orgmode] Re: org-indent, org-inlinetask: patches on github

2010-11-18 Thread Sébastien Vauban
Hi Nicolas, > Nicolas Goaziou wrote: >> To maintainers: >> - to sum it up, if you don't like the idea of templates, or how it is >> implemented, all commits but the last one are only fixes. >> - could you delete submissions from 11-04 and 11-06 (but _not_ from >> 10-26) on the patchwork server

[Orgmode] Re: Couple more videos of Org-mode clone in Vim

2010-11-18 Thread Sébastien Vauban
Hi Herbert, Herbert Sitz wrote: > For anybody interested I've posted a couple more videos of features in the > would-be Org-mode clone. First is showing basics of sparse-tree-search: > http://vimeo.com/16646716 > > And second is on tags: > http://vimeo.com/16650450 > > I'll try to put something t

Re: [Orgmode] Configuration query

2010-11-18 Thread Thomas S. Dye
Aloha Nicolas, On Nov 18, 2010, at 12:07 PM, Nicolas Goaziou wrote: Hello, Thomas S Dye writes: I'm finding that I frequently work with Org-mode files that need different configurations. I typically have a #+begin_src emacs-lisp block in these files that I can execute with C-c C-c, so that

[Orgmode] RFC: Consistent Latex (& html) publishing environment

2010-11-18 Thread Russell Adams
I've had difficulties creating a consistent publishing environment, specifically for latex. I was curious how others did their workflow, or any recommendations the group may have. My latex documents are only of minor complexity, including images and the occasional multiple column area, a header an

Re: [Orgmode] Re: org-indent, org-inlinetask: patches on github

2010-11-18 Thread Nicolas Goaziou
Hello, > Sébastien Vauban writes: > I tested the look and feel of the export to HTML and PDF. Works > fine. Good. > Works even better (IMHO) with the suggested template: [...] > The advantage is to get a real different look for the inlined task, > so that it gets your attention as it dese

[Orgmode] Backslash in a table breaks export to Docbook

2010-11-18 Thread Nigel Beck
I have a variety of org docs that tend to get infected with latex over time. Occasionally I'll export them to other formats, with different kinds of cleanup. Along the way I noticed this... Create the following doc: * Change History | \rowcolor[gray]{.8}Updated By | Date | Changes Made

Re: [Orgmode] RFC: Consistent Latex (& html) publishing environment

2010-11-18 Thread Nick Dokos
[This doesn't seem to have made it out to the list for some reason, so trying again.] Russell Adams wrote: > ... > This is great, but pops up an emacs session. If I run emacs in --batch > mode, it won't load my init file and so loses some of my export > customizations... > You can load your

Re: [Orgmode] RFC: Consistent Latex (& html) publishing environment

2010-11-18 Thread Russell Adams
On Thu, Nov 18, 2010 at 10:51:49PM -0500, Nick Dokos wrote: > [This doesn't seem to have made it out to the list for some reason, > so trying again.] > > Russell Adams wrote: > > > ... > > This is great, but pops up an emacs session. If I run emacs in --batch > > mode, it won't load my init file

Re: [Orgmode] Inserting text into the part of an HTML document?

2010-11-18 Thread Nick Dokos
Erik Iverson wrote: > Stephen, > > There may be a better answer, but I see in the > doc-string for org-export-html-style, that: > > As the value of this option simply gets inserted into the HTML > header, you can \"misuse\" it to add arbitrary text to the header. > See also the variable `org-e

[Orgmode] Mobile.org & UTF-8

2010-11-18 Thread Henri-Paul Indiogine
I am running the latest git org-mode on Emacs 24 in Ubuntu. I also have an iPod with the latest version of MobileOrg, 1.5.1. I also use Dropbox. Just today I reinstalled everything on my iPod because I had problems synchronizing. For some reason Dropbox stopped the synchronization. I unlinked

Re: [Orgmode] Re: Bastien is going to become the maintainer of Org mode in January

2010-11-18 Thread Manish
On Thu, Nov 18, 2010 at 5:21 PM, Alan E. Davis wrote: > I am a keen user of org-mode, whose uses for which seem never to > become well defined: as soon as I think I understand it, it > morphs, or the horizons of my understanding recede from view. No > amount of praise can adequa

Re: [Orgmode] Error when running org-babel-execute-buffer -- Wrong type argument: consp, nil

2010-11-18 Thread Nick Dokos
Eric Schulte wrote: > 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