[Orgmode] Re: [babel] Sh problem when echo'ing input data with ' inside

2011-01-17 Thread Sébastien Vauban
Hi Achim, Achim Gratz wrote: > Sébastien Vauban writes: >> The above, from which I even removed the accentuated characters (from >> French), >> still does not work... > > That's strange. > >> Now, I can imagine it is due to Cygwin, not to Emacs/Org/Babel. Though, >> that's >> a problem in gener

[Orgmode] Re: [Worg] some issues

2011-01-17 Thread Matt Lundin
Hi Achim, Achim Gratz writes: > Matt Lundin writes: > [...] > > Bastien mentioned requesting push access to Worg from you... I've > actually created an SSH key on repo.or.cz for this a while back (but > never requested push access to Worg), how does this work on the new > Worg? I keep this qu

Re: [Orgmode] Blogging from org-mode

2011-01-17 Thread Samuel Wales
OK, weblogger seems like it might be worth trying to integrate (not that the Atom idea is bad -- that also is interesting). A little disturbing about this http://lists.nongnu.org/archive/html/emacsweblogs/2010-03/msg00044.html but I am conservative about bugs. On 2011-01-17, Erik Iverson wrote:

Re: [Orgmode][PATCH] How do I include text between a range of line numbers with #INCLUDE

2011-01-17 Thread Puneeth Chaganti
Hi Bastien On Tue, Jan 18, 2011 at 6:18 AM, Bastien wrote: > Hi Puneeth, > > Puneeth writes: > >> Here is a patch with a ChangeLog entry and documentation for the >> manual. > > I applied it -- thanks for it! Great! Thanks! > > I added minor modifications to the code and the documentation. > Y

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-17 Thread Jeff Horn
Jason seems to be garnering a lot of votes, but Eric's zenburn emulation makes my eyes happy. If Jason wins out, I suppose I could always just read Worg in emacs... :D On Mon, Jan 17, 2011 at 8:34 PM, Matt Lundin wrote: > Bastien writes: > >> Jason Dunsmore writes: >> >>> Option 1: http://orgmo

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-17 Thread Eric Schulte
> > An aside: I noticed that both stylesheets contain a lot of instructions > that seem to have been created by htmlize.el: > That is certainly true of the sheets I submitted, although all of the htmlize generated css is contained in the separate emacs.css and zenburn-emacs.css sheets imported by

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-17 Thread Matt Lundin
Bastien writes: > Jason Dunsmore writes: > >> Option 1: http://orgmode.org/tmp/worg-jason/ >> Option 2: http://orgmode.org/tmp/worg-eric/ >> Option 3: http://orgmode.org/tmp/worg-eric2/ > > Wow! I love this. My preference goes to Jason's version: both plain > simple and colorful. I also love

Re: [Orgmode] [PATCH] Stable key assignment for org-fast-tag-selection

2011-01-17 Thread Bastien
Hi Jason, emacs-orgm...@dunsmor.com writes: > - Eval (setq org-use-fast-tag-selection t) > - Eval (setq org-fast-tag-selection-single-key "expert") > - Create a heading with tags :a1:a2: > - Create another heading with tags :a1:a2: > - Type "C-c a", "C-c a", "C-c a", "C-c a" > - Notice how it cha

Re: [Orgmode][PATCH] How do I include text between a range of line numbers with #INCLUDE

2011-01-17 Thread Bastien
Hi Puneeth, Puneeth writes: > Here is a patch with a ChangeLog entry and documentation for the > manual. I applied it -- thanks for it! I added minor modifications to the code and the documentation. You can check them from http://orgmode.org/w/org-mode.git > Please tell me if it looks OK

[Orgmode] Re: [PATCH] Add new option for ignoring past or future items in the global todo list

2011-01-17 Thread Paul Sexton
Matt Lundin imapmail.org> writes: [snip] Thanks Matt! (And it was mostly your idea.) Paul ___ 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

[Accepted] [Orgmode] How do I include text between a range of line numbers with #INCLUDE

2011-01-17 Thread Bastien Guerry
Patch 529 (http://patchwork.newartisans.com/patch/529/) is now "Accepted". Maintainer comment: Added some cosmetic changes and a small rewrite of the doc This relates to the following submission: http://mid.gmane.org/%3CAANLkTi%3DEBSvP9ukR5LRJQxBk%2BDaBHK4vyM0pvdr%3D9-JR%40mail.gmail.com%3E Her

Re: [Orgmode] Embedded code

2011-01-17 Thread Eric Schulte
Hi, This is possible using Babel, the attached org-mode file will execute its code block every time it is opened. You can replace the contents of the code block with any arbitrary elisp you would like to have executed in the file. To see this work, save the attached org-mode file to your system,

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-17 Thread Eric Schulte
Achim Gratz writes: > Jason Dunsmore writes: >> I've taken all of your advice to heart and created this improved CSS >> file: >> >> http://orgmode.org/tmp/worg-improved.css >> >> :) Joking aside, please send me a patch or CSS file with your >> suggestions implemented. > > I will take a look tomo

Re: [Orgmode] [PATCH] Preserve trailing blank lines

2011-01-17 Thread Bastien
Jason Dunsmore writes: > I now understand this is a formatting convention issue. I'm trying to figure out when this patch is useful. I understand this is when `org-blank-before-new-entry' doesn't set heading to t or auto, but I don't understand what it the difference the patch introduces the

Re: [Orgmode] Hyperlink to a string in an external text file

2011-01-17 Thread Steve Hafner
On Mon, Jan 17, 2011 at 3:36 PM, Samuel Wales wrote: > A good way to determin this is using capture from the file you want > and look at the link it creates. > > -- > The Kafka Pandemic: http://thekafkapandemic.blogspot.com > I support WPI: http://www.wpinstitute.org/xmrv/index.html -- PLEASE DONA

[Orgmode] Re: Worg needs some reorganizing

2011-01-17 Thread Achim Gratz
Jason Dunsmore writes: > I've taken all of your advice to heart and created this improved CSS > file: > > http://orgmode.org/tmp/worg-improved.css > > :) Joking aside, please send me a patch or CSS file with your > suggestions implemented. I will take a look tomorrow, can't promise to do a patch

[Orgmode] Re: [babel] Sh problem when echo'ing input data with ' inside

2011-01-17 Thread Sébastien Vauban
Eric, "Eric Schulte" wrote: > if you execute the previewed code block as an independent shell script > on your machine does it throw errors or does it echo correctly? On this one: the behavior seen from Org Babel is the same as the one seen when saving the previewed script as an executable file a

[Orgmode] Re: [babel] Sh problem when echo'ing input data with ' inside

2011-01-17 Thread Achim Gratz
Sébastien Vauban writes: > The above, from which I even removed the accentuated characters (from French), > still does not work... That's strange. > Now, I can imagine it is due to Cygwin, not to Emacs/Org/Babel. Though, that's > a problem in general for the use of sh blocks from Org... under Wi

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-17 Thread Jason Dunsmore
Achim Gratz writes: > Jason Dunsmore writes: >> I made several unit changes from px to em, removed the line-height >> property, and removed Georgia as the default font: > > Well actually, relative font sizing works would be 'larger' and > 'smaller', which would take into account what fonts are a

[Orgmode] Re: [babel] Painless integration of source blocks with language

2011-01-17 Thread Sébastien Vauban
Hi Seth, Seth Burleigh wrote: > On Sun, Jan 16, 2011 at 9:31 AM, Eric Schulte dir="ltr"> wrote: Please try using a decent sender, or at least no HTML. I know this cannot be obvious, though, but look at the results: > #+source: wrappable > #+begin_src emacs-lisp >

[Orgmode] Re: [babel] Sh problem when echo'ing input data with ' inside

2011-01-17 Thread Sébastien Vauban
Hi Achim and Eric, Achim Gratz wrote: > The script produced by babel should actually look like this: > > #+begin_src sh > data=$(cat <<'BABEL_STRING' > Num.ro du compte :;979-9500975-24;Compte Maxi > Date valeur;R.f.rence de l'op.ration;Description;Montant de > l'op.ration;Devise;Date d'op.ration

Re: [Orgmode] Hyperlink to a string in an external text file

2011-01-17 Thread Samuel Wales
A good way to determin this is using capture from the file you want and look at the link it creates. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com I support WPI: http://www.wpinstitute.org/xmrv/index.html -- PLEASE DONATE === I want to see the original (pre-hold) Lo et al. 2010 NIH/

[Orgmode] Re: Hyperlink to a string in an external text file

2011-01-17 Thread Steve Hafner
Ok, I see that "4.7 Search options in file links" generalizes the info in "4.3 External links" and includes my case, sorry for the noise. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://list

Re: [Orgmode] How to write special LaTeX symbols

2011-01-17 Thread Bastien
Nick Dokos writes: > It works correctly in headlines, but not in running text. I think [fn:1] > that it is a bug and that the following patch fixes it: I've tested and applied your patch -- thanks for the fix! The only problematic situation I can think of is if someone gives this as an example:

[Orgmode] Re: Worg needs some reorganizing

2011-01-17 Thread Achim Gratz
Jason Dunsmore writes: > I made several unit changes from px to em, removed the line-height > property, and removed Georgia as the default font: Well actually, relative font sizing works would be 'larger' and 'smaller', which would take into account what fonts are actually available. Specifying

Re: [Orgmode] [babel] Painless integration of source blocks with language

2011-01-17 Thread Seth Burleigh
On Sun, Jan 16, 2011 at 9:31 AM, Eric Schulte wrote: > > #+source: wrappable > #+begin_src emacs-lisp > (setq x (+ 4 x)) > #+end_src > > #+begin_src emacs-lisp :comments noweb :noweb yes :tangle yes > (let ((x 1)) >(message "x=%s" x) ><> >(message "x=%s" x)) > #+end_src > > which tan

[Orgmode] Hyperlink to a string in an external text file

2011-01-17 Thread Steve Hafner
According to the Org manual a link to an external org file can have the form "file:projects.org::some words" to allow a hyper jump to the first occurrence of "some words" within another org file. But why restrict this to org files? It seems this should work with any text file; and when I try the sa

[Orgmode] Embedded code

2011-01-17 Thread Ido Magal
Hello, Is it possible to put a block of code in a document such that it gets evaluated when the document is opened? For example, I'd like to have a link-back section in each note. I'm aware of babel but I neither understand how to make it auto-evaluate on open nor do i know if making it compact

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-17 Thread Matt Lundin
Hi Jason, Jason Dunsmore writes: > "Eric Schulte" writes: > >> I recall a discussion of holding a competition to select a new css style >> for Worg (found it here [1]). I think that such a change could >> fruitfully be combined with the Worg re-organization. > > I'm not a web-designer, but her

[Orgmode] Re: [babel] Sh problem when echo'ing input data with ' inside

2011-01-17 Thread Achim Gratz
Achim Gratz writes: > #+begin_src sh :var data=excel-from-bank :results output > echo < $data > EOF > #+end_src Sent too soon: use cat, not echo. Actually that is redundant, too: #+begin_src sh :var data=excel-from-bank :results output cmd1 <+ Wavetables for the Terratec KOMPLEXER: http://Synt

Re: [Orgmode] Blogging from org-mode

2011-01-17 Thread Erik Iverson
Hello, On 01/17/2011 03:02 PM, Samuel Wales wrote: On 2011-01-17, Erik Iverson wrote: I also simply use weblogger.el (http://www.emacswiki.org/emacs/WebloggerMode) I made the mistake of trying this, thinking it had no dependencies other than the other .el file so would be easier. It looks p

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-17 Thread Eric Schulte
> > Let me know if this still looks good. > This looks great to me. The attached version integrates my hidden TOC style sheet, and I think the TOC looks much better with your headline styles applied. The attached worg.css also removes the "line-height:16px;" directive, as this causes multi-line

Re: [Orgmode] Blogging from org-mode

2011-01-17 Thread Samuel Wales
On 2011-01-17, Erik Iverson wrote: > I also simply use weblogger.el > (http://www.emacswiki.org/emacs/WebloggerMode) I made the mistake of trying this, thinking it had no dependencies other than the other .el file so would be easier. It looks potentially useful. I looked at 2 versions of this,

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-17 Thread Jason Dunsmore
Achim Gratz writes: > Bastien writes: >> Wow! I love this. My preference goes to Jason's version: both plain >> simple and colorful. > > Please do not use fixed measures in pixels, points, inches or > centimeters and prescribed font families. Let this choice reside with > the user, they know

[Orgmode] [PATCH] Add new option for ignoring past or future items in the global todo list

2011-01-17 Thread Matt Lundin
* lisp/org-agenda.el: (org-agenda-todo-ignore-deadlines): New option. (org-agenda-todo-ignore-scheduled): New option. (org-agenda-todo-ignore-timestamp): New option. (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item): Allow user to specify custom distance to ignore (future or p

Re: [Orgmode] Re: [babel] Sh problem when echo'ing input data with ' inside

2011-01-17 Thread Eric Schulte
Achim Gratz writes: > Sébastien Vauban > writes: >> However, I can't do any work on the input file, the very basic echo command >> already giving an error: > > This is because quoting the arguments to echo does not work when your > input contains unescaped quote characters. I've no idea how exa

Re: [Orgmode] Doors links

2011-01-17 Thread Bastien
Vincent Belaïche writes: > Thanks, I will try that ! I think that the trick deserves a forward link > in the documentation. I made a patch to the doc, attached. Applied, thanks! -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to se

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-17 Thread Bastien
Achim Gratz writes: > Bastien writes: >> Wow! I love this. My preference goes to Jason's version: both plain >> simple and colorful. > > Please do not use fixed measures in pixels, points, inches or > centimeters and prescribed font families. Let this choice reside with > the user, they know

Re: [Orgmode] Re: [Worg] some issues

2011-01-17 Thread Bastien
Achim Gratz writes: > Matt Lundin writes: > [...] > > Bastien mentioned requesting push access to Worg from you... I've > actually created an SSH key on repo.or.cz for this a while back (but > never requested push access to Worg), how does this work on the new > Worg? Worg hasn't been migrat

[Orgmode] Re: [babel] Sh problem when echo'ing input data with ' inside

2011-01-17 Thread Achim Gratz
Sébastien Vauban writes: > However, I can't do any work on the input file, the very basic echo command > already giving an error: This is because quoting the arguments to echo does not work when your input contains unescaped quote characters. I've no idea how exactly babel tries to get it's argu

Re: [Orgmode] Blogging from org-mode

2011-01-17 Thread Erik Iverson
On 01/17/2011 01:13 PM, Juan Reyero wrote: On Sun, Jan 16, 2011 at 9:57 PM, Tom Breton (Tehom) mailto:te...@panix.com>> wrote: Some months back I contributed improvements to org-html. My intent was to make it easy to post org files as blog posts. So this is a sort of delayed announ

Re: [Orgmode] Re: [babel] Sh problem when echo'ing input data with ' inside

2011-01-17 Thread Eric Schulte
>> >> and the sh code block expands to the following (with C-c C-v v) which is >> not affected by commas... > > I've no trouble with commas, except that it's not an American formatting for > amounts. Though, I does well have problems, as showed, with the apostrophe... > Sorry, I mis-typed, as far

Re: [Orgmode] Blogging from org-mode

2011-01-17 Thread Samuel Wales
On 2011-01-16, Tom Breton (Tehom) wrote: > Feel free to play with org2blog/atom, and there's a "mob" user on the repo > if you feel like contributing. Sounds great. However. I am not likely to be able to do much with it, such as tweaking it. I don't know if it will work with 22.[1] IMO ideally

[Orgmode] Re: [Worg] some issues

2011-01-17 Thread Achim Gratz
Matt Lundin writes: [...] Bastien mentioned requesting push access to Worg from you... I've actually created an SSH key on repo.or.cz for this a while back (but never requested push access to Worg), how does this work on the new Worg? I keep this question on the orgmode list since the answer wi

[Orgmode] Re: [babel] Painless integration of source blocks with language

2011-01-17 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > Sébastien Vauban writes: >> "Eric Schulte" wrote: >>> I've just pushed up a new header argument combination ":comments noweb" >>> which will wrap all embedded noweb sections in link comments, as >>> demonstrated in the following example. Hopefully this should be

[Orgmode] Re: [babel] Sh problem when echo'ing input data with ' inside

2011-01-17 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: >> I tried to work on a CSV2Ledger, accepting the particular (European) CSV >> format of my bank: >> >> * "Europeanize" the CSV file >> >> Here, we have to make several manipulations on the input file [...]. My >> goal is to make that as a suite of bash commands (=ec

Re: [Orgmode] [PATCH] Allow inclusion of author's email in LaTeX export

2011-01-17 Thread Bastien
Hi Lawrence, Lawrence Mitchell writes: > * org-latex.el (org-export-latex-make-header): Export email in > author line if `org-export-email-info' is non-nil. Thanks a lot - I just applied a slightly modified version of your patch. The trick is to use (plist-get opt-plist :email-info) instead o

[Accepted] [Orgmode] Allow inclusion of author's email in LaTeX export

2011-01-17 Thread Bastien Guerry
Patch 536 (http://patchwork.newartisans.com/patch/536/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1294928979-14439-1-git-send-email-wence%40gmx.li%3E Here is the original message containing the patch: > Content-Type: text/plai

Re: [Orgmode] Blogging from org-mode

2011-01-17 Thread Juan Reyero
On Sun, Jan 16, 2011 at 9:57 PM, Tom Breton (Tehom) wrote: > Some months back I contributed improvements to org-html. My intent was to > make it easy to post org files as blog posts. > > So this is a sort of delayed announcement. There are two packages that > post to blogs from org-mode: My org

[Orgmode] Re: [Worg] some issues

2011-01-17 Thread Achim Gratz
Bastien writes: >> 2. The "sources" directory seems to exist, albeit apparently it is >> empty. All links into it that I've tried are dead. > > Looks like it's not empty: Jason or Matt already fixed it, thank you. >> 5.Several unencoded "&" in URL. > > Can you provide links/patches for this?

[Orgmode] Re: Worg needs some reorganizing

2011-01-17 Thread Achim Gratz
Bastien writes: > Wow! I love this. My preference goes to Jason's version: both plain > simple and colorful. Please do not use fixed measures in pixels, points, inches or centimeters and prescribed font families. Let this choice reside with the user, they know what fonts in which sizes are rea

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-17 Thread Eric Schulte
>> >> My suggestion would be to go with Jason's css (combined with Eric's >> expandable table of contents) then have Eric's css and the old-worg >> css available as alternative css. > Sounds good, I like the idea of combining the two styles. I don't know how alternate css stylesheets work, but I

[Orgmode] links and no match message

2011-01-17 Thread Schlesinger, Paul
I have used Org for long enough to generate multi megabyte org files that coordinate my research. In these hair balls the links are invaluable. I link to \labels in tex because they provide good points of refernce for me that do not appear in the compiled output. Since about 7.04 I get a "no ma

Re: [Orgmode] configuring Org agenda faces by priority

2011-01-17 Thread Bastien
Hi Rainer, Rainer Stengele writes: > I want to see my prio A agenda items in a higher font size than prio b or > prio c. > I did not find a specific face like "org-agenda-priority-face" or > similar. M-x customize-variable RET org-priority-faces RET PS: This applies to org-mode buffers and or

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-17 Thread Samuel Wales
I like Jason's -- with a non-white bg (text should still be black). Seems to work with large fonts. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com I support WPI: http://www.wpinstitute.org/xmrv/index.html -- PLEASE DONATE === I want to see the original (pre-hold) Lo et al. 2010 NIH/F

Re: [Orgmode] org-add-link-type

2011-01-17 Thread Bastien
Hi Thomas, "Thomas S. Dye" writes: > (org-add-link-type >"citet" 'ebib >(lambda (path desc format) > (cond > ((eq format 'latex) >(if (and desc) > (format "\\citet[%s]{%s}" desc path) > (format "\\citet{%s}" path)) > > [[citet:green84:_s

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-17 Thread Samuel Wales
Jason the design is superb. On 2011-01-16, Jason Dunsmore wrote: > I'm not a web-designer, but here's my stab at re-designing Worg: > http://orgmode.org/tmp/worg/ -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com I support WPI: http://www.wpinstitute.org/xmrv/index.html -- PLEASE DONA

[Accepted] [Orgmode] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-01-17 Thread Bastien Guerry
Patch 544 (http://patchwork.newartisans.com/patch/544/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3Csa3mxmzv4k0.fsf%40cigue.easter-eggs.fr%3E Here is the original message containing the patch: > Content-Type: text/plain; charset

[Accepted] [Orgmode] Doors links

2011-01-17 Thread Bastien Guerry
Patch 542 (http://patchwork.newartisans.com/patch/542/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C80lj2kblkx.fsf%40gmail.com%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" > M

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-17 Thread Jason Dunsmore
Bastien writes: > Jason Dunsmore writes: > >> I updated your first one and added your second one. I also updated mine >> to use your idea for the Org mascot. >> >> So we have three options: >> >> Option 1: http://orgmode.org/tmp/worg-jason/ >> Option 2: http://orgmode.org/tmp/worg-eric/ >> Opti

Re: [Orgmode] Export issue of URL when the text begins with a date‏

2011-01-17 Thread Bastien
David Maus writes: >> It seems that such a non-regression test base and script do not >> exist. However that would be good to have in order to check that any >> correction does not break anything. > > That's exactly what the testing framework[1] could and should do. > I've just not figured out h

Re: [Orgmode] [Worg] some issues

2011-01-17 Thread Bastien
Hi Achim, Achim Gratz writes: > 2. The "sources" directory seems to exist, albeit apparently it is > empty. All links into it that I've tried are dead. Looks like it's not empty: http://orgmode.org/worg/sources/ > 5.Several unencoded "&" in URL. Can you provide links/patches for this?

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-17 Thread Bastien
Jason Dunsmore writes: > I updated your first one and added your second one. I also updated mine > to use your idea for the Org mascot. > > So we have three options: > > Option 1: http://orgmode.org/tmp/worg-jason/ > Option 2: http://orgmode.org/tmp/worg-eric/ > Option 3: http://orgmode.org/tmp/

Re: [Orgmode] Re: Wiki-like creating links on the fly for org

2011-01-17 Thread Bastien
Hi Isaac, Isaac writes: > I encounter the same issue as a wikidpad user migrated to emacs > It would be fantastic, if emacs org can have a visual tree display of its > headings in a sperate window, something like the speedbar? Maybe have a look at org-toc.el in contrib/. M-x org-toc-show (a

Re: [Orgmode] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-01-17 Thread Bernt Hansen
Julien Danjou writes: > On Mon, Jan 17 2011, Bernt Hansen wrote: >> >> Thanks for this patch. I think this fixes the issue I was having with >> 'j' in the agenda switching from week-view back to single-day view when >> org-agenda-ndays is set to 1. >> >> There is still a (new?) problem with jump

Re: [Orgmode] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-01-17 Thread Julien Danjou
On Mon, Jan 17 2011, Bernt Hansen wrote: > > Thanks for this patch. I think this fixes the issue I was having with > 'j' in the agenda switching from week-view back to single-day view when > org-agenda-ndays is set to 1. > > There is still a (new?) problem with jumping to today. > > Set the follow

Re: [Orgmode] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-01-17 Thread Julien Danjou
On Mon, Jan 17 2011, Bernt Hansen wrote: > This consistently does not work for me with the following setup: Ok, with org-agenda-span set to 'week, I've a strange behavior too. I'll try to debug. -- Julien Danjou ❱ http://julien.danjou.info pgpKE7cqjTgAS.pgp Description: PGP signature

Re: [Orgmode] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-01-17 Thread Carsten Dominik
On Jan 17, 2011, at 5:54 PM, Julien Danjou wrote: On Mon, Jan 17 2011, Bernt Hansen wrote: This should go to today and not the first day of the week. It does go on today. I cannot reproduce this problem (git version). Bent has set org-agenda-start-on-weekday to 6 - Carsten

Re: [Orgmode] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-01-17 Thread Bernt Hansen
Julien Danjou writes: > On Mon, Jan 17 2011, Bernt Hansen wrote: > >> This should go to today and not the first day of the week. > > It does go on today. I cannot reproduce this problem (git version). This consistently does not work for me with the following setup: ~/bin/minimal.emacs --8<-

Re: [Orgmode] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-01-17 Thread Julien Danjou
On Mon, Jan 17 2011, Bernt Hansen wrote: > This should go to today and not the first day of the week. It does go on today. I cannot reproduce this problem (git version). -- Julien Danjou ❱ http://julien.danjou.info pgpc5IrwFnPpi.pgp Description: PGP signature _

Re: [Orgmode] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-01-17 Thread Bernt Hansen
Julien Danjou writes: > On Mon, Jan 17 2011, Carsten Dominik wrote: > >> have you been following this thread? I think this has to do with your >> rewrite of the dagenda span stuff. Maybe you can find out better and >> faster that I why this goes wrong? Please read the entire thread. > > I've f

Re: [Orgmode] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-01-17 Thread Julien Danjou
On Mon, Jan 17 2011, Carsten Dominik wrote: > This should not be done with a key, but automatically in a clever way. It > used to work. Well, it used to work very bad, that's why I rewrote that thing initially. It was resetting too often to the default without any reason. So could you define th

Re: [Orgmode] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-01-17 Thread Carsten Dominik
On Jan 17, 2011, at 5:34 PM, Julien Danjou wrote: On Mon, Jan 17 2011, Julien Danjou wrote: Attached is a patch that should fix that, even for future use of `org-agenda-list' with the span unspecified. :) This patch has a side effect for me: my org-agenda-span is set to 14, and I've no way

Re: [Orgmode] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-01-17 Thread Julien Danjou
On Mon, Jan 17 2011, Julien Danjou wrote: > Attached is a patch that should fix that, even for future use of > `org-agenda-list' with the span unspecified. :) This patch has a side effect for me: my org-agenda-span is set to 14, and I've no way to reset it without quitting the agenda and requesti

Re: [Orgmode] Re: [babel] Painless integration of source blocks with language

2011-01-17 Thread Eric Schulte
Sébastien Vauban writes: > Hi Eric, > > "Eric Schulte" wrote: >> I've just pushed up a new header argument combination ":comments noweb" >> which will wrap all embedded noweb sections in link comments, as >> demonstrated in the following example. Hopefully this should be >> sufficient for a comp

Re: [Orgmode] [babel] Sh problem when echo'ing input data with ' inside

2011-01-17 Thread Eric Schulte
Hi Seb, I can't reproduce this problem, on my system, I get the following correct behavior #+results: excel-from-bank #+begin_example Num.ro du compte :;979-9500975-24;Compte Maxi Date valeur;R.f.rence de l'op.ration;Description;Montant de l'op.ration;Devise;Date d'op.ration;Compte de contrepart

Re: [Orgmode] Re: Enhancing the Org/Gnus experience

2011-01-17 Thread Julien Danjou
On Mon, Nov 29 2010, Sébastien Vauban wrote: > I've signed (like 2 weeks ago) the FSF papers, and am still waiting for the > PDF file that proves it. As soon as I get them, I send a proper patch to Larsi > for integration into Gnus. Eventually, I'd even like to add some other stuff > (inlined code

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'

[Orgmode] Custom variables in text

2011-01-17 Thread Gustav Wikström
Hello! Is there a easy way to make use of personal variables inside a text? Lets say that I want to use a number in my text and know that it will change in the future. Instead of going through the whole document I just put a variable in the beginning of the document and use the variable name, whi

Re: [Orgmode] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-01-17 Thread Julien Danjou
On Mon, Jan 17 2011, Carsten Dominik wrote: > have you been following this thread? I think this has to do with your > rewrite of the dagenda span stuff. Maybe you can find out better and > faster that I why this goes wrong? Please read the entire thread. I've followed but not sure I understood

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-17 Thread Jason Dunsmore
I updated your first one and added your second one. I also updated mine to use your idea for the Org mascot. So we have three options: Option 1: http://orgmode.org/tmp/worg-jason/ Option 2: http://orgmode.org/tmp/worg-eric/ Option 3: http://orgmode.org/tmp/worg-eric2/ I think they're all a majo

[Orgmode] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-01-17 Thread Carsten Dominik
Hi Julien, have you been following this thread? I think this has to do with your rewrite of the dagenda span stuff. Maybe you can find out better and faster that I why this goes wrong? Please read the entire thread. - Carsten On Jan 17, 2011, at 3:27 PM, Bernt Hansen wrote: Bernt Hans

[Orgmode] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-01-17 Thread Bernt Hansen
Bernt Hansen writes: > Carsten Dominik writes: > >> On Jan 14, 2011, at 5:03 PM, Bernt Hansen wrote: >> >>> Carsten Dominik writes: >>> On Dec 22, 2010, at 1:29 PM, Bernt Hansen wrote: > Noorul Islam K M writes: > >> Bernt Hansen writes: >> >>> Hi, >>> >>

[Orgmode] [babel] Sh problem when echo'ing input data with ' inside

2011-01-17 Thread Sébastien Vauban
Hi, I tried to work on a CSV2Ledger, accepting the particular (European) CSV format of my bank: * Data #+results: excel-from-bank #+begin_example Numéro du compte :;979-9500975-24;Compte Maxi Date valeur;Référence de l'opération;Description;Montant de l'opération;Devise;Date d'opération;Compte

Re: [Orgmode] pcomplete bug in 7.4

2011-01-17 Thread Carsten Dominik
On Jan 16, 2011, at 11:00 AM, David Maus wrote: At Mon, 03 Jan 2011 23:30:49 +0100, kelaouchi wrote: Completing todo keywords using M-TAB always works for "TODO" and "WAITING" on 7.4 (except it doesn't add any space after keyword). Completing other todo keywords (as "SOMEDAY", "CANCELLED", ..

Re: [Orgmode] Encrypting org-mode files

2011-01-17 Thread Julien Danjou
On Mon, Jan 17 2011, Marcelo de Moraes Serpa wrote: > What is the de-facto way to encrypt using org? I now I can use GnuPG, > but I'd prefer something that integrates better and auto-decrypts when > the agenda is triggered. Take a look at `org-crypt' package. -- Julien Danjou ❱ http://julien.da

Re: [Orgmode] [RFC] Give org-format-agenda-item a real format

2011-01-17 Thread Julien Danjou
On Thu, Jan 13 2011, Eric S Fraga wrote: > this sounds very appealing! I (personally) would like to have the time > at the far left of the screen and this would allow for that while still > allowing me to include all the information I want. I'll try it out soon > and will give you feedback but p

[Orgmode] Re: [babel] Painless integration of source blocks with language

2011-01-17 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > I've just pushed up a new header argument combination ":comments noweb" > which will wrap all embedded noweb sections in link comments, as > demonstrated in the following example. Hopefully this should be > sufficient for a complete mapping from a pure code file b

Re: [Orgmode] Re: How to write special LaTeX symbols

2011-01-17 Thread Eric S Fraga
Chris Gray writes: > Xin Shi wrote: > >> Hello all, > >> Thanks for your response! > >> I can go with the UTF-8 method. The only problem for me now is I don't know >> how to input the ö from Emacs. > >> I've tried the C-x 8 RET, but don't know the name or hex. Any >> suggestions? > > The key comb