Re: [Orgmode] Templates - newline in string?

2010-09-14 Thread Giovanni Ridolfi
Marco Alberti writes: Hi, Marco, > when customizing org-capture-templates, how do I insert newlines in > the template string? I tried RET, C-RET and such, but nothing works, > and I couldn't find documentation. C-j ? Giovanni ___ Emacs-orgmode maili

Re: [Orgmode] Worg link broken

2010-09-16 Thread Giovanni Ridolfi
"Thomas S. Dye" writes: > Aloha all, > > in http://orgmode.org/worg/org-contrib/babel/uses.php > the link to > http://orgmode.org/worg/org-contrib/babel/examples/article-class.php > [is] broken. Also this is broken: Tracking finances http://orgmode.org/worg/org-contrib/babel/examples/fina

Re: [Orgmode] How to export =\'= as a table entry in latex

2010-09-20 Thread Giovanni Ridolfi
zwz writes: Hi, zwz > Those days when I was preparing a presentation about the special chars > that starts with a =\= in C programming language, I made such a table > > | \' | signle quote | > | \" | double quote | what about | \backslash ' | quote | | \setminus " | double | choose the o

Re: [Orgmode] Exporting to html

2010-09-22 Thread Giovanni Ridolfi
Juri Artamonov writes: > Hello Guys,could you please advice how I can1. To remove "HTML > generated by org-mode 6.31a in emacs 23" in result html file after > export it?2. Please have a look to the manual section: "Export options" author:turn on/off inclusion of author name/email in

Re: [Orgmode] Ditaa usage

2010-09-22 Thread Giovanni Ridolfi
Juri Artamonov writes: > Erik,I would love to update but I have emacsW32 installed and > don't know how to update orgmode inside of it. Please + download the current version from http://orgmode.org Current Version (7.01h) + then read http://orgmode.org/manual/Installation.html#Installatio

Re: [Orgmode] Re: [PROPOSAL] Quick and easy installation instructions

2010-09-27 Thread Giovanni Ridolfi
Carsten Dominik writes: > On Sep 27, 2010, at 11:00 AM, Dan Davison wrote: > >> Carsten Dominik writes: >> >>> On Sep 26, 2010, at 3:33 PM, Dan Davison wrote: >>> I think that the documentation concerning installation should be made more user-friendly. [...] I suggest w

Re: [Orgmode] Windows installation with msysGit

2010-09-28 Thread Giovanni Ridolfi
Matthew Leifer writes: >This solution is > based on a relatively recent project that aims to port git to Windows > called msysGit (see http://code.google.com/p/msysgit/).  Here are the > basic steps: msysGit installation requires 1,30 GB of disk space to install. Giovanni

Re: [Orgmode] Cannot insert column - wrong type argument

2010-09-29 Thread Giovanni Ridolfi
"Gez" writes: Hi, Gez, > I'm having problems configuring what do you intend with "configuring"? > the column view in > a particular file - I can't insert/add a column. `S-M-' Insert a new column, to the left of the current column. I cannot reproduce: Org version 7.01trans , commit

[Orgmode] Org-latest.zip out of sync

2010-09-29 Thread Giovanni Ridolfi
Hello everyoune, I just discovered that org-latest.zip[1] is frozen to the 19th of September (Arrgh!) :-( In these days Bastien was playing with worg and the exporter... maybe something was broken. [1] I don't have the gunzip utility so I can't access the tar.gz file. cheers, Giovanni /m

Re: [Orgmode] Orgmode and filling

2010-10-06 Thread Giovanni Ridolfi
Guy Wiener writes: Hi, Guy, > When the cursor crosses the edge of the > frame, instead of placing a "long line" marker and moving to the next > line, the entire buffer is shifted to the left and the cursor remains > on the same line. > Can this behavior be disabled, and replaced the the same be

Re: [Orgmode] Re: [WIP] OpenOffice Exporter

2010-10-11 Thread Giovanni Ridolfi
Jambunathan K writes: Hi, Jambunathan, > Russell Adams writes: > >> On Sun, Oct 10, 2010 at 12:09:50PM +0530, Jambunathan K wrote: >>> >>> I am working on a Org->OpenOffice/ODT exporter. >>> >> >> Is there a problem exporting to HTML and just opening that in OOffice? > > AFAICS, No. > >> That's

Re: [Orgmode] Re: [WIP] OpenOffice Exporter

2010-10-11 Thread Giovanni Ridolfi
Jambunathan K writes: Hi Jambunathan, > >> Jambunathan K writes: >> > Do you use this converter personally? What are your observations? Actually, I don't use the org-DocBook exporter since I mainly work under windows. > > The entries in the issue tracker seem to be anywhere between 3-7 years >

Re: [Orgmode] optimal usage Q : how would you do this?

2010-10-12 Thread Giovanni Ridolfi
Richard Riley writes: Hi, Richard > > Lets say I have a load of contracts to follow up on. > heres the raw data > , > | Contracts to follow up on > | > | Basics > | Vattenfall > | Water > | HanseGas > | Insurances > | Zürich > | BGN > | IHK (not really insurance though) > | S

Re: [Orgmode] "Last workday of month" scheduling

2010-10-15 Thread Giovanni Ridolfi
Gustav Wikström writes: Hi Gustav, > Is there a way in Org-mode to schedule a task so it appears the last > workday (i.e. not Saturday or Sunday) of the month, each month? Yes, with a sexp diary entry ** a task SCHEDULED: <%%(diary-float [some-function])> To find how [some-function] could

Re: [Orgmode] How to set todo-dependencies for specific org file?

2010-10-19 Thread Giovanni Ridolfi
Water Lin writes: Hi, Water Lin > I can use > - > (setq org-enforce-todo-dependencies t) > - > to set the todo dependencies for every org file. > > But I don't want to use this global way. Can I set todo-dependencies for > specific file by other way? does this help?

Re: [Orgmode] Issues with org-mode and LaTeX export.

2010-10-21 Thread Giovanni Ridolfi
gerald.j...@dgag.ca writes: > Hello, > > I am new to org-mode and I have a few issues with it. First, I am running > org-mode version 5.23a from Emacs 22.3.1 on a Linux RedHat machine. Well, Gerald, this version is *really* ancient (I think nobody here is running it). Would you mind to upgrade

Re: [Orgmode] Bug: Re: Latex export: Differing behavior for symbols in headlines

2010-10-25 Thread Giovanni Ridolfi
Richard Lawrence writes: Hi, Richard, > Nick Dokos writes: > >>> 1) Is this difference between whole-document vs. current-subtree export >>> the expected behavior? >>> >> Looks like a bug to me. I can reproduce it too. > > Was my original email enough to constitute a bug report? Well, a wee

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-25 Thread Giovanni Ridolfi
Carsten Dominik writes: > > I am actually using right now: > > th.right { text-align:center; } > th.left { text-align:center; } > th.center { text-align:center; } > > because is seem right to me that a table header is centrally > aligned even if the fields are lift or right aligned. yes, s

Re: [Orgmode] Re: Orgmode meetup at FOSDEM, February 2011. Who would come?

2010-10-25 Thread Giovanni Ridolfi
Richard Moreland writes: Hi, > On Oct 24, 2010, at 12:53 AM, Puneeth wrote: > >> The FOSDEM site says, >> 2010-10-23: Acceptance notification of devrooms >> >> Wondering if you have any news on this. > > Nothing yet, unfortunately. I'll keep the list posted as soon as I hear > anything.

Re: [Orgmode] Re: 7.01 & Xemacs 21.4.22: decompose-region is not known

2010-10-25 Thread Giovanni Ridolfi
Nick Dokos writes: > Uwe Brauer wrote: >> Nick Dokos writes: >> [ org-latest.zip ] >> > AFAIK, that's the latest *released* version: >> > releases. If you don't want to use git to get the latest development >> > version, you can get a tarball of it (or any version really) from >> >> Ok I

Re: [Orgmode] %20 in file://... URL

2010-10-26 Thread Giovanni Ridolfi
Vincent Belaïche writes: >>> My Org mode version is not able to interprete any `%20' or suchlike >>> escape codes in file://... URL >>Which Org mode version are you using? >> >>M-x org-version RET >> >>And can you give an example of a link that does not work as expected? >> > > [[file://local

[Orgmode] Org-version: 7.02 trans or 7.3 ?

2010-11-02 Thread Giovanni Ridolfi
Dear all, I just downloaded the .zip file of commit 1197b73769fb4855c2785cd2f2a3f1b36408a7e1 from http://repo.or.cz/w/org-mode.git and in "master" the version number is still 7.02trans, whereas on Mon, 1 Nov 2010 12:58:38 + (13:58 +0100) the Org-mode version 7.3 was released (in "maint").

Re: [Orgmode] Override export filename

2010-11-02 Thread Giovanni Ridolfi
Aidan Gauland writes: > Is there an export option to specify the name of the file to which to > export the org file? for documents: #+TITLE: and, for subtrees :PROPERTIES: :EXPORT_TITLE: :END: cheers, Giovanni ___ Emacs-orgmode mailing list Pleas

Re: [Orgmode] Org Todo Keywords not recognized/treated as keywords

2010-11-03 Thread Giovanni Ridolfi
Kristina Spurgin writes: Hi, Kristina, > > I'm running into a problem with todo keywords. what's the value of org-todo-keywords ? C-h v org-todo-keywords In my setup: Its value is ((sequence "TODO" "DONE")) You can change the value of the variable in a "per file" basis #+TODO: TODO FEEDBA

Re: [Orgmode] Org Todo Keywords not recognized/treated as keywords

2010-11-03 Thread Giovanni Ridolfi
Kristina Spurgin writes: Hi, Kristina > org-todo-keywords is a variable defined in `org.el'. > Its value is > ((sequence "TODO(t)" "STARTED(a!)" "WAITING (w@)" "DELEGATED (D!)" > "SOMEDAY (s)" "|" "SKIPPED (k@)" "CANCELLED (c@)" "DONE(d!)")) The list has a blank space after WAITING [1], so the

Re: [Orgmode] Re: [babel] Ledger tutorial rewritten

2010-11-04 Thread Giovanni Ridolfi
Eric S Fraga writes: Eric, >>> I have just pushed changes to the org babel Ledger tutorial on Worg. >>> Comments are more than welcome, of course! I found a typo, a space missing in a "C-c C-c" sequence: ** An overall balance summary This code block can now be evaluated (C-cC-c) and the res

Re: [Orgmode] %20 in file://... URL

2010-11-05 Thread Giovanni Ridolfi
Vincent Belaïche writes: > Sorry to dwell on it: I am just wondering, is there any reason why %20 > and suchlikes are not supported with the file: protocole ? > > I not, I can submit a patch to correct this and have the % constructs > decoded. Please, do! :-) Giovanni

Re: [Orgmode] Migrating my current work flow to org-mode

2010-11-08 Thread Giovanni Ridolfi
Dov Grobgeld writes: > Hello,During the last few days I have learned about org-mode and > I'm starting to plan how to change my current work flow to > org-mode. You should read the tips and trisk of "power" users and be inspired by their workflow. Please have a look at the following web pages

Re: [Orgmode] Use Tags in Properties

2010-11-10 Thread Giovanni Ridolfi
Chao LU writes: > Dear all, Is it possible to hide the Tags in the Properties Drawer? manual: "Special properties" TAGS The tags defined directly in the headline. cheers, Giovanni ___ Emacs-orgmode mailing list Please use `Reply All' to

Re: [Orgmode] Strange character inserted by org-capture

2010-11-11 Thread Giovanni Ridolfi
Paul Mead writes: Hi, Paulm > > I have the following setup in org-capture: > > (setq org-capture-templates (quote ( > ("i" "Invoice" entry (file+headline "~/My > Dropbox/gtd/invoicing.org" "Invoicing") > "* TODO > %^{Suppl

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-16 Thread Giovanni Ridolfi
Samuel Wales writes: > I found this in the manual. Does anybody know whether this is > relevant to the problem? > > \n:turn on/off line-break-preservation > (DOES NOT WORK) Samuel, it, actually, works for me: Org-mode version 7.3 commit-fee2c2c8dab57bf11ad34526f1364154f57fb020 GNU

[Orgmode] [PATCH] minor typos in Readme_maintainer

2010-11-16 Thread Giovanni Ridolfi
the patch attached fixes few typos in Readme_maintainer cheers, Giovanni --- README_maintainer 2010-11-16 10:22:56.0 +0100 +++ README_maintainer-new.org 2010-11-16 11:17:40.677233600 +0100 @@ -62,5 +62,5 @@ : pw update -s "Changed Requested" -m "What to change" NNN -This will sand an e

Re: [Orgmode] [Babel] Babel & DOS

2010-11-16 Thread Giovanni Ridolfi
Michael Gauland writes: > I'm having trouble executing a shell script under Microsoft Windows using > org-babel. When I evaluate this: > > #+begin_src sh :results output > echo Hello > #+end_src > > I get this: > #+results: > : Microsoft Windows XP [Version 5.1.2600] > : (

Re: [BUG] [Orgmode] link to a file in a footnote ?

2010-11-19 Thread Giovanni Ridolfi
Sébastien Mengin writes: > Consider the following minimal example: > > Text[fn:1] > > * Footnotes > [fn:1] Note with a [[file:abecedaire.jpg][link]]. > > [...] 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 &", i

Re: [Orgmode] Re: repo.or.cz down

2010-11-24 Thread Giovanni Ridolfi
Seweryn Kokot writes: >>The http://repo.or.cz seems to be down > it's up again. http://orgmode.org is up but the web interface of the git repo: http://repo.or.cz/w/org-mode.git is down :-( Unfortunately I do not have "whois" so I can't say if orgmode.org has the same IP of the git repo. che

Re: [Orgmode] [PATCH] include explanations of how to look up a docstring

2010-12-09 Thread Giovanni Ridolfi
Brian Gough writes: > include explanations of how to look up a docstring > --- a/doc/org.texi > +++ b/doc/org.texi > @@ -1346,8 +1346,7 @@ Clone a subtree by making a number of sibling copies of > it. You will be [...] > This can be useful, for example, > to create a number of tasks related t

Re: [Orgmode] newlines in capture templates from the customize buffer

2010-12-10 Thread Giovanni Ridolfi
suvayu ali writes: > Hi everyone, > > I am having some trouble writing capture templates with newlines from > the customise buffer. > From all the examples I see in the manual and > Worg, it seems simply putting \n within the template string should > work. No. You see the variable edited by han

[Orgmode] Bug: capture with PROPERTIES [7.3 commit-972b0a58...]

2010-12-10 Thread Giovanni Ridolfi
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. -

[Orgmode] Bug: capture with PROPERTIES [7.3 commit-972b0a58...]

2010-12-10 Thread Giovanni Ridolfi
(I'm sorry if I sent this twice) 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.

Re: [Orgmode] checkbox bug

2010-12-10 Thread Giovanni Ridolfi
Leo writes: > I can't seem to toggle (C-c C-c) a checkbox like this: > > - [ ]xyz > > but the following is fine: > > - [ ] xyz > > So the space is significant. Is this a bug? No. You have to leave the space like: - this is a list -this not cheers, Giovanni ___

Re: [Orgmode] About entering latex code in an org file

2010-12-10 Thread Giovanni Ridolfi
Curiouslearn writes: > > I am new to both emacs and org-mode. Org-mode sounds really cool and I > am trying to use it to make notes for a project. welcome! > I have some latex > symbols that I need to enter in the file. > As a background: > (1) I read in the manual that for latex code I do not

Re: [Orgmode] Bug: capture with PROPERTIES [7.4 commit-4760c3b94...]

2010-12-13 Thread Giovanni Ridolfi
Giovanni Ridolfi writes: - sorry for the double post of Friday - > Emacs : GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) > of 2010-05-08 on G41R2F1 I can confirm the bug in 7.4 commit 4760c3b9482cfeda02d24590e2fb7c70a9c1d0cd As the debug-on-error gave me not error :-( I put some (debug) ca

Re: [Orgmode] Re: Keep URLs from automagically turning into links in HTML export?

2010-12-13 Thread Giovanni Ridolfi
Oscar Carlsson writes: > Uriel Avalos writes: > >> Suppose you have the following org file: >> >> * Hello World >> http://testlink.com >> >> How do you keep that URL from auto-magically turning into an HTML >> anchor (http://testlink.com>http://testlink.com) in the >> export? >> > In case I woul

Re: [Orgmode] Re: [PATCH] org: rework property set

2010-12-14 Thread Giovanni Ridolfi
Julien Danjou writes: > On Mon, Dec 13 2010, Bernt Hansen wrote: > >> This patch format is better. Could you put the comments like 'I may >> have done this badly, ...' and 'It works but there maybe some corners >> case ...' after the --- and before the diffstat? > > Sure, this is how I did usual

Re: [Orgmode] [OT] orgmode.org down?

2010-12-14 Thread Giovanni Ridolfi
Marco writes: > Hello dear orgers, > is the site orgmode.org down ? yes. cheers, Giovanni ___ 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-orgmode

REJECT patches (was: Re: [Orgmode] [PATCH] org-agenda: allow to negate skip conditions )

2010-12-15 Thread Giovanni Ridolfi
Please, reject the following patches: Julien Danjou writes: > On Tue, Dec 14 2010, Julien Danjou wrote: > >> * org-agenda.el (org-agenda-skip-if): Allow to negate conditions. > > This was not meant to be sent as it is. Forget it. 1. see above http://patchwork.newartisans.com/patch/482/ 2. my

Re: [Orgmode] BUG Latex: exporting a tree

2010-12-15 Thread Giovanni Ridolfi
Jörg Hagmann writes: > Third attempt to get your attention: > I confirm the bug. GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-08 on G41R2F1 Org-mode version 7.4 commit-eb0d35dd185043933a0415222adc51906579dc67 > - If you export the (new) minimal example below to latex (C-cC-e l), > it

Re: [Orgmode] BUG Latex: exporting a tree

2010-12-15 Thread Giovanni Ridolfi
Giovanni Ridolfi writes: > I confirm the bug. Carsten has just fixed it while I was still writing. ;-) > Org-mode version 7.4 commit-eb0d35dd185043933a0415222adc51906579dc67 hey, Giovanni, how can you use a 7 minutes old version?! :-) Gi

Re: [Orgmode] should the mail list be splitted resp. sub-tagged ?

2010-12-17 Thread Giovanni Ridolfi
"Andrew J. Korty" writes: tags seems to be: - [babel] [1] or [Babel] - [PATCH] - [PATCH n/m] - [Accepted] : means "patch accepted". - Bug: - MobileOrg acronym tags[2]: [OT] [RFC] and so on [1] http://lists.gnu.org/archive/html/emacs-orgmode/2009-11/msg00212.html [2] http://www.gaarde.org

[Orgmode] Re: - Bug: [CLOSED ?] Agenda view switches back to week with "g" [7.4]

2010-12-22 Thread Giovanni Ridolfi
adams...@email.unc.edu (Joel J. Adamson) writes: > > Emacs : GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.22.0) > of 2010-12-20 on edna > Package: Org-mode version 7.4 > > When I go into the weekly agenda, I use

Re: [Orgmode] Dumping agenda from the CL: file not in org mode

2010-12-23 Thread Giovanni Ridolfi
Justin Bayer writes: Hi Justin, > My setup is: > > $ emacs --version > GNU Emacs 22.1.1 > Copyright (C) 2007 Free Software Foundation, Inc. > GNU Emacs comes with ABSOLUTELY NO WARRANTY. > You may redistribute copies of Emacs > under the terms of the GNU General Public

Re: [Orgmode] using (id "Name") target in org-capture-templates

2010-12-23 Thread Giovanni Ridolfi
"Sullivan, Gregory (US SSA)" writes: > I would like to have a template that will add a TODO below the "Tasks" > heading in the current .org file. From the documentation, I would > think that > > (setq org-capture-templates > `(("t" "Todo (local)" entry (id "Tasks") >"* TODO %? %i\

Re: [Orgmode] Quick note about subtree copy and paste

2011-01-11 Thread Giovanni Ridolfi
Robert Goldman writes: > I just did a copy and paste and noticed that when I did so the copied > properties included the ID which, after being copied, meant that the > unique identifier became a non-unique identifier. Well, you shouldn't ! ;-) If you have to copy/paste a subtree, please... *clon

Re: [Orgmode] BUG sorting function

2011-01-12 Thread Giovanni Ridolfi
Carsten Dominik writes: > On Jan 9, 2011, at 9:46 PM, Fritjof wrote: > >> Also second level headings can't be bold, they show up as normal text. >> >> Reproduce with: >> >> * heading >> ** *subheading* > > Is this an issue in the in-emacs representation of for Export? Here, Org-mode version 7.4

Re: [Orgmode] [PATCH] Update conflict documentation

2011-01-12 Thread Giovanni Ridolfi
Jeffrey Horn writes: > This patch updates the conflict documentation regarding yasnippet to use Eric > Schulte's fix. > --- > doc/org.texi | 21 - > 1 files changed, 20 insertions(+), 1 deletions(-) > > diff --git a/doc/org.texi b/doc/org.texi > index e83909d..b0667e4 1006

Re: [Orgmode] Feature request: another Org file for anniversary entries

2011-01-14 Thread Giovanni Ridolfi
Juraj Kubelka writes: Hi, Juraj, > I would like to add anniversary entries to another Org file then other > diaries. Would it be possible? Isn't the following "code" in an org-file (in the agenda-list) enough? ** Birthdays & anniversaries :PROPERTIES: :CATEGORY: Ann :END:

Re: [Orgmode] Custom variables in text

2011-01-17 Thread Giovanni Ridolfi
Gustav Wikström writes: Hi Gustav, > > Is there a easy way to make use of personal variables inside a text? please, have a look at the section "Macro replacement" in the manual. cheers, Giovanni ___ Emacs-orgmode mailing list Please use `Reply All'

R: [Orgmode] [RFI] Minutes of talks

2011-01-19 Thread Giovanni Ridolfi
--- Mer 19/1/11, Sébastien Vauban ha scritto: Hi, Sébastien, > [...] > when I go to any meeting, and write > everything in Emacs. > > I typically write "everything" down, questions and > answers. > > Example: > > --8<---cut > here---start->8--- > * Alice >

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-21 Thread Giovanni Ridolfi
Sébastien Vauban writes: Hi, Seb >> The manual is written in texinfo. > > BTW, what's the reason for that? [...] > Are there good reasons > not to move it to Org format? Carsten wrote ;-) : "Org-mode is currently not able to produce TeXInfo, which is the standard for Emacs documentation. A

Re: [Orgmode] Bug: exporting overwrites existing file [7.4]

2011-01-21 Thread Giovanni Ridolfi
peter.fri...@agfa.com writes: Hi, Peter, > > I had a file, cmm.tex, made by hand. I also have an org document, > cmm.org. Can you see it coming? I then wanted to see what the result > would be of exporting that org file as a latex file... Bye bye original > tex file. that's what the option " [L]

Re: [Orgmode] Bug report Agenda

2009-10-06 Thread Giovanni Ridolfi
--- Mar 6/10/09, Otto Pichlhoefer ha scritto: > Hello, > I ran in to the following problem. > GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on SOFT-MJASON > Org-mode version 6.28e > Please confirm that this is a bug and advice on what to do... Please Otto, help us in helping you! +

Re: [Orgmode] problem with example block and headings

2009-10-12 Thread Giovanni Ridolfi
--- Lun 12/10/09, Eric S Fraga ha scritto: > Footnotes: > [1]  I wonder whether there should be a separate > orb-babel mailing list to avoid too much noise > in the org-mode list? what about a tag in the subject line such as: Subject: [babel] problem with example block and headings cheers,

Re: [Orgmode] Holidays command

2009-10-15 Thread Giovanni Ridolfi
--- Gio 15/10/09, Robin Green ha scritto: Hi, Robin > I tried using the H key in the agenda > to see what it did, and got this > error message: > > org-agenda-execute-calendar-command: Wrong type argument: > commandp, > list-calendar-holidays > > I'm using org-mode 6.31. I think you did not ac

Re: Re: [Orgmode] Holidays command

2009-10-15 Thread Giovanni Ridolfi
--- Gio 15/10/09, Robin Green ha scritto: > At Thu, 15 Oct 2009 05:26:01 -0700 (PDT), > Giovanni Ridolfi wrote: > > I think you did not activate the calendar-diary > > integration > > Fair enough, I didn't. But I think a more user-friendly > error > mess

Re: [Orgmode] Links and file association

2009-10-19 Thread Giovanni Ridolfi
--- Lun 19/10/09, Christoph Herzog ha scritto: > When in org-mode I try to open a link > that contains the path to an OpenOffice.org writer file > (file suffix *.odt) emacs a[...] opens > it in a separate buffer saying > "Zip-Archive". > [...] I looked at the /etc/mailcap file, what about you

Re: [Orgmode] org-agenda

2009-10-19 Thread Giovanni Ridolfi
--- Dom 18/10/09, Bostjan Vilfan ha scritto: > Version 6.30e included a nice detail in the org-agenda > feature: the org-agenda > frame could be closed simply by clicking the x (close-file) > button. I notice > that this capability is absent (at least by default) in > version 6.31a. Here, versio

Re: [orgmode] Solutions of blogging tools for org-mode

2009-10-20 Thread Giovanni Ridolfi
--- Mar 20/10/09, Juan Reyero ha scritto: > I am considering building a very minimalistic > blog engine (tag > the entries you want as part of the blog, and it builds an > RSS feed > for them; you figure out everything else within org-mode's > publishing > functionality).  But I'd hate to do somet

Re: [Orgmode] footnote renumber bug?

2009-10-29 Thread Giovanni Ridolfi
-- Gio 29/10/09, Andreas Roehler ha scritto: > when inserting a footnote between [fn:1] and [fn:2] > it's not renumbered at place. Got [fn:1],  [fn:3] and > [fn:2]. > > Think mentioned that already and answer was it should > be a feature. Isn't it a bug indeed? It's a *feature*!. did you activat

Re: [Orgmode] Problem with sparse tree not displaying results

2009-11-03 Thread Giovanni Ridolfi
--- Mar 3/11/09, Chris Randle ha scritto: > > I'm using Org-mode 6.32b under GNU Emacs 22.1.1 and Windows > XP Pro SP3. > > I've just noticed that creating a sparse tree with > `C-c / r' > is not displaying matches in my org file. Org-mode version 6.32trans (2009-11-03 0:45) GNU Emacs 23.1.1

Re: [Orgmode] Best way to implement Keywords feature

2009-11-06 Thread Giovanni Ridolfi
--- Gio 5/11/09, Alan E. Davis ha scritto: > 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-tags.  I THI

Re: [Orgmode] Re: Monthly events based on count of specific weekdays

2009-11-09 Thread Giovanni Ridolfi
--- Dom 8/11/09, Ben Finney ha scritto: > Matt Lundin writes: > > > Ben Finney > > writes: > > > That's partly my point: “second Tuesday of the month” > isn't niche, it is > pretty common, I would have thought. > > How about this: > >     <2009-10-13 Tue 14:00 +1m Tue> Does the "++1m" help?

Re: [Orgmode] More on GTD, browse todos by priority or creation date

2009-11-16 Thread Giovanni Ridolfi
--- Lun 16/11/09, T o n g ha scritto: Hi, Tong, > What I haven't figured out is how to browse todo > items by priority in the file you can sort them: select the region and C-c ^ (Manual, 2.5 Structure editing) I think this can also be done in the agenda, please see: [10.4.3 Sorting of a

Re: [Orgmode] Way to prepare a bugreport for pasting into a non-emacs mailclient?

2009-11-18 Thread Giovanni Ridolfi
--- Mer 18/11/09, Friedrich Delgado Friedrichs ha scritto: > I was just wondering, every time I tried > org-submit-bug-report, it > fails after asking the initial questions, because I don't > have mh installed neither do I > (nor do I intend to install it and e-mh or any > other emacs based mail

Re: [Orgmode] Notmuch: An emacs interface for fast global search and tagging of email

2009-11-18 Thread Giovanni Ridolfi
--- Mer 18/11/09, Carl Worth ha scritto: > The idea is that maybe org-mode users would like to be able > to reference > email messages for todo items, etc. and that perhaps > integrating with notmuch would make sense. well in Org-mode is it already possible to have links to "mails" e.g.: m

Re: [Orgmode] Organizing a students live

2009-12-18 Thread Giovanni Ridolfi
Thomas Bach writes: Hi, Thomas, > > Actually I'm trying to integrate all my university stuff into my > org-files and I'm a bit stuck. > All my university stuff means: there is a certain date when a semester > starts and another one when it ends. > ** APPT segundo cuatrimestre >SCHEDULED: <20

Re: [Orgmode] Can't open source.c file following the link to it

2010-01-07 Thread Giovanni Ridolfi
Paul Chany writes: Hi Paul, > > in an org file within org-mode I create a link to a source.c file, but > can't to open it from org-mode. Why? Here: org-mode 6.33c Windows XP GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on SOFT-MJASON >From the file.org, where the link is, I can open t

Re: [Orgmode] Trouble with ical export

2010-01-07 Thread Giovanni Ridolfi
Bill Purcell writes: Hi, Bill > Test org file > > * Project > ** TODO Project Task 1 > <2010-01-07 Thu> > > After trying to export this as an ical file with 'C-c C-e i', I get here it is exported ok. GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on SOFT-MJASON org 6.33c ^^^

Re: [Orgmode] Re: The download links dont' work

2010-01-11 Thread Giovanni Ridolfi
Sébastien Vauban writes: > Hi all, > >> The download links for org-mode don't work. > > So does the link to the BEAMER_section ;-( > > http://orgmode.org/manual/Beamer-class-export#Beamer-class-export http://orgmode.org/manual/Beamer-class-export.html#Beamer-class-export missing ".html" che

Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Giovanni Ridolfi
Carsten Dominik writes: > Hi Chris, I am not able to reproduce this. I can reproduce it [beware, with 6.33trans 2010-01-08 version!] Carsten, I will update to 6.34trans in few minutes and post the results. Org-mode version 6.33trans (6.33trans) GNU Emacs 23.1.1 (i386-mingw-nt5.1.26

Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Giovanni Ridolfi
Giovanni Ridolfi writes: > Carsten Dominik writes: > >> Hi Chris, I am not able to reproduce this. > I can reproduce it with the latest version: Org-mode version 6.34 (trans 2010-01-12 15:00 CET) > GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on SOFT-MJASON > Win

Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Giovanni Ridolfi
David Maus writes: > At Mon, 11 Jan 2010 15:08:08 +0100, > Giovanni Ridolfi wrote: >> Giovanni Ridolfi writes: >> > Carsten Dominik writes: >> >> Hi Chris, I am not able to reproduce this. >> I can reproduce it with the latest version: >> Org-

Re: [Orgmode] external program choices?

2010-01-12 Thread Giovanni Ridolfi
Matt Price writes: > this seems like a stupid question, but how do I control what programs > org uses when it launches an exported file in an external viewer? files: /etc/mailcap $HOME/.mailcap already answered, at least, here: [Orgmode] Links and file association, Christoph Herzog, 2009/1

Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-12 Thread Giovanni Ridolfi
Carsten Dominik writes: > On Jan 11, 2010, at 5:01 PM, Giovanni Ridolfi wrote: > >> + setting the variable in my .emacs and reloading emacs >> (closed and re-run) >> does not have effect: I can still change line a !!^ &g

Re: [Orgmode] external program choices?

2010-01-12 Thread Giovanni Ridolfi
Carsten Dominik writes: > Time for a FAQ? > > Who is going to write it? > > :-) this FAQ can be places under the "Errors and general problems" section *** How can I control the program launched by Org-mode to open a certain file pdf, html This is more a Operating System question than a Or

Re: [Orgmode] [babel] org-babel-R and windows ?

2010-01-12 Thread Giovanni Ridolfi
d.tchin writes: Hi, d.tchin , > I need help to be able to use org-babel functionality. > I use emacs 22.3.1 in windows XP and org-mode 6.34. > > I have the following instructions in .emacs > > (require 'org-install) > (require 'org-plot) > (require 'org-babel-init) > (require 'org-babel-R)

Re: [Orgmode] remote reference

2010-01-15 Thread Giovanni Ridolfi
Carsten, I cannot reference fields in tables as the manual says. Org-mode version 6.34 GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on SOFT-MJASON Example: - * [2010-01-15 ven] table & reference ** table a #+TBLNAME: Taba | | # | x

Re: [Orgmode] remote reference

2010-01-18 Thread Giovanni Ridolfi
Carsten Dominik writes: Hi, Carsten, > > On the left > side of equations you can only have single fields > like @2$3 ok this works > or a column like $3. But this does /not/ work: see the example "columns $3" >> Org-mode version 6.34 >> GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on

Re: [Orgmode] Isolate export parameters in file from currently exporting subtree

2010-01-19 Thread Giovanni Ridolfi
"Alan E. Davis" writes: > In one large file, I would like to keep a large number of individual > subtrees, each for independent export to LaTeX.  > Is it possible to isolate the extra parameters needed for a subtree > isolated from the rest of the file? Answer: * procedure 3 :PROPERTIES:

Re: [Orgmode] Open link with different suffix in org mode

2010-01-22 Thread Giovanni Ridolfi
Hi, Xin, Xin Shi writes: > Emacs 23.1.1 and org mode 6.34b. here: GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on SOFT-MJASON Org-mode version 6.34 Windows XP PS3 > a link say [[./http://link.org][test]], it will open the > http://link.org file in another buffer with orgmode. [...]

Re: [Orgmode] Orgmode manual - available in *.org / emacs format?

2010-01-25 Thread Giovanni Ridolfi
Erwin Panen writes: Hi, Erwin > I thought I read somewhere the orgmode manual is included with emacs / > org or downloadable as org document? you may look at the org.texi file, in the doc directory of org-V.ersion, (zip? tgz?) and convert it to the format you want. man texinfo I believe in the

Re: [Orgmode] Blog posts about Org-mode

2010-01-26 Thread Giovanni Ridolfi
Carsten Dominik writes: > links to Blog posts about Org-mode: Manoj Srivastava [[http://www.golden-gryphon.com/blog/manoj/blog/2008/06/08/Using_org-mode_with_Ikiwiki/][Using org-mode with Ikiwiki]] Giovanni P.S.(joke) on Tue Nov 3 08:12:42 2009 Stefano Zacchiroli wrote: in my GTD implementat

Re: [Orgmode] Blog posts about Org-mode

2010-01-26 Thread Giovanni Ridolfi
Carsten Dominik writes: > On Jan 26, 2010, at 11:42 AM, Giovanni Ridolfi wrote: > >> Carsten Dominik writes: >> >>> links to Blog posts about Org-mode: >> >> Manoj Srivastava >> >> [[http://www.golden-gryphon.com/blog/manoj/blog/2008/06/08/Us

Re: [Orgmode] Bug: Scope by tag in clock report dynamic blocks [6.33f]

2010-01-29 Thread Giovanni Ridolfi
Christoph LANGE writes: > At the end of the week, I would like to get an overview of how much time I > spent on normal/important/very important tasks. The total time (throughout > the whole file) is all I need, but why not also optionally have a detailed > breakdown? So a clock report dynamic b

Re: [Orgmode] Export Options for subtree question

2010-02-01 Thread Giovanni Ridolfi
JBash writes: > Hi,I am not able to get the export options for single sub-tree > exporting to work as I expected it would.  In the attached file, > exporting any of the subtrees yields the same author, date, export > file name, and structure (absence of toc).   > I had expected the > #+EXPORT_DA

Re: [Orgmode] very small font in column view mode

2010-02-09 Thread Giovanni Ridolfi
Christian Wittern writes: Hi Christian, > When entering column-view mode, all of a sudden the font for the item to be > displayed becomes very small. well, I did M-x describe-fontset, so I *think* my fonts are: -outline-Courier New-normal-normal-normal-mono-13-*-*-*-c-*-fontset-startup and

Re: [Orgmode] Re: Org-mode and searching for multiple occurances

2010-02-11 Thread Giovanni Ridolfi
Stephan Schmitt writes: Hi, Stephan, > Also sprach Matt Lundin: >> evita moreno writes: >> >>> * jones2000 >>> blah blah blah keyword1 keyword2 >>> *jones2007 >>> blah blah keyword2 >>> >>> and so on. I was wondering whether there is a way where one can search >>> for a keyword in the database

Re: [Orgmode] Org-style outline

2010-02-12 Thread Giovanni Ridolfi
David Maus writes: > Hi Chao, > > At Fri, 12 Feb 2010 00:38:42 -0500, > Chao Lu wrote: >> >> Dear all, >> >> I'm writing to see if there's anyway to use org-like outline in ALL >> kinds of files, like my emacs configuration file, whose suffix is >> .el. Could I tell Emacs >> >> ;;; headline 1 >>

Re: [Orgmode] Org-style outline

2010-02-12 Thread Giovanni Ridolfi
David Maus writes: > At Fri, 12 Feb 2010 00:38:42 -0500, > Chao Lu wrote: >> >> I'm writing to see if there's anyway to use org-like outline in ALL >> kinds of files, like my emacs configuration file, whose suffix is >> .el. Could I tell Emacs >> >> ;;; headline 1 >> ;; headline 2 >> >> And it be

Re: [Bulk] [Orgmode] Help - | symbol as table content (the absolute value symbol).

2010-02-16 Thread Giovanni Ridolfi
Orri writes: Hi, Orri > I want to have the | symbol as part of the text in one table cell > (because in one column I have absolute values of a certain function > and I want to use |f(x)| in the header of that column). > But all the | symbols are interpreted as columns separators (as > usual). I

Re: [Orgmode] Markup does not work for multi-line sentences

2010-02-16 Thread Giovanni Ridolfi
Andrey Balaguta writes: > I'm trying to get multi-line sentence boldified, like this: You cannot. It is not well supported. See the archive list for more info. Also the manual states: (Emphasis and monospace) You can make words *bold*, ^^ You may w

  1   2   3   4   5   >