Re: [O] [PATCH] org.el: Preserve indentation of manually indented lines in example blocks.

2011-08-26 Thread Valentin Wüstholz
On Thu, Aug 18, 2011 at 6:44 PM, Bastien b...@altern.org wrote: Valentin Wüstholz wuesth...@gmail.com writes: I was thinking of the the 80 character line limit for both code and commit messages, which doesn't seem to be in there. It might also make sense to link to some style guide for Emacs

Re: [O] [PATCH] org.el: Preserve indentation of manually indented lines in example blocks.

2011-08-17 Thread Valentin Wüstholz
Hi Bastien. On Wed, Aug 17, 2011 at 11:40 AM, Bastien b...@altern.org wrote: Maybe that's something that could be added to the corresponding worg page (http://orgmode.org/worg/org-contribute.html). This is already described here:  http://orgmode.org/worg/org-contribute.html#sec-5 Feel

Re: [O] [PATCH] org.el: Inhibit insertion of superfluous space character in org-add-planning-info.

2011-08-16 Thread Valentin Wüstholz
Hi Bastien. On Tue, Aug 16, 2011 at 7:05 PM, Bastien b...@altern.org wrote: Hi Valentin, Valentin Wüstholz wuesth...@gmail.com writes: I've noticed that org-add-planning-info adds a superfluous space character when a repeated task is marked as DONE and gets rescheduled. Patch applied

Re: [O] [PATCH] org.el: Preserve indentation of manually indented lines in example blocks.

2011-08-16 Thread Valentin Wüstholz
wrote: Hi Valentin, Valentin Wüstholz wuesth...@gmail.com writes: Meanwhile, could you please reformat a bit your patch (no more than 80 columns, no parents on their own line), add a commit message followed by TINYCHANGE (unless you have signed FSF papers already) and use git format-patch

Re: [O] [PATCH] org.el: Preserve indentation of manually indented lines in example blocks.

2011-08-09 Thread Valentin Wüstholz
Hi Nicolas. On Tue, Aug 9, 2011 at 11:18 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Valentin Wüstholz wuesth...@gmail.com writes: Sure. At least four use cases come to my mind for this: (a) literal console output, (b) blocks of pseudo code (can't really use SRC blocks since

Re: [O] [PATCH] org.el: Preserve indentation of manually indented lines in example blocks.

2011-08-09 Thread Valentin Wüstholz
Hi Nicolas. On Tue, Aug 9, 2011 at 3:21 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: I would love to hear how other people feel about this. Same here. I don't use such blocks very often after all. Meanwhile, could you please reformat a bit your patch (no more than 80 columns, no parents

[O] [PATCH] org.el: Inhibit insertion of superfluous space character in org-add-planning-info.

2011-08-08 Thread Valentin Wüstholz
Hi, I've noticed that org-add-planning-info adds a superfluous space character when a repeated task is marked as DONE and gets rescheduled. Example: * TODO foo SCHEDULED: 2011-08-08 Mon +1d This becomes (after pressing Shift-Right a few times): * TODO foo SCHEDULED: 2011-08-09 Tue +1d

[O] [PATCH] org.el: Preserve indentation of manually indented lines in example blocks.

2011-08-08 Thread Valentin Wüstholz
Hi, lines in example blocks are currently indented like the surrounding begin and end delimiters. ¨This works fine unless, you want to indent some lines manually; in this case, auto-indenting the buffer reverts the manual indentation. This patch should prevent this from happening. Best regards,

Re: [O] [PATCH] org.el: Preserve indentation of manually indented lines in example blocks.

2011-08-08 Thread Valentin Wüstholz
Hi Nicolas. On Mon, Aug 8, 2011 at 10:40 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Valentin Wüstholz wuesth...@gmail.com writes: lines in example blocks are currently indented like the surrounding begin and end delimiters. ¨This works fine unless, you want to indent

Re: [O] [PATCH] org.el: Preserve indentation of manually indented lines in example blocks.

2011-08-08 Thread Valentin Wüstholz
Hi Nicolas, thanks for the quick response. On Tue, Aug 9, 2011 at 12:33 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Valentin Wüstholz wuesth...@gmail.com writes: Colons are great for short snippets. However, blocks are far more convenient for longer passages. That's certainly true

Re: [Orgmode] [PATCH] ASCII export: Fixed a bug.

2011-02-15 Thread Valentin Wüstholz
(last org-export-ascii-underline Best regards, Valentin On Tue, Feb 15, 2011 at 7:58 AM, Valentin Wüstholz wuesth...@gmail.com wrote: On Tue, Feb 15, 2011 at 5:31 AM, Bastien bastien.gue...@wikimedia.fr wrote: Hi Valentin, Valentin Wüstholz wuesth...@gmail.com writes: thanks

Re: [Orgmode] [PATCH] ASCII export: Fixed a bug.

2011-02-14 Thread Valentin Wüstholz
On Tue, Feb 15, 2011 at 5:31 AM, Bastien bastien.gue...@wikimedia.fr wrote: Hi Valentin, Valentin Wüstholz wuesth...@gmail.com writes: thanks. Is there a reason for keeping the 'reverse' operation? The documentation for org-export-ascii-underline states that the characters are ordered

[Orgmode] [PATCH] LaTeX export: Added formatting for time stamps in headlines.

2011-02-13 Thread Valentin Wüstholz
Hi, I have attached a small patch, that adds nice formatting for time stamps in headlines. Best regards, Valentin org-latex.el.diff Description: Binary data ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

[Orgmode] [PATCH] ASCII export: Fixed a bug.

2011-02-13 Thread Valentin Wüstholz
Hi, I have attached a small patch for a bug that I reported a while ago. See http://thread.gmane.org/gmane.emacs.orgmode/36097. Best regards, Valentin org-ascii.el.diff Description: Binary data ___ Emacs-orgmode mailing list Please use `Reply All'

Re: [Orgmode] [PATCH] ASCII export: Fixed a bug.

2011-02-13 Thread Valentin Wüstholz
, Bastien bastien.gue...@wikimedia.fr wrote: Hi Valentin, Valentin Wüstholz wuesth...@gmail.com writes: I have attached a small patch for a bug that I reported a while ago. See http://thread.gmane.org/gmane.emacs.orgmode/36097. Thanks for this patch.  I've just applied a simplified version

[Orgmode] [PATCH] LaTeX export: Use the same regular expression for identifying horizontal lines as in HTML export

2011-01-24 Thread Valentin Wüstholz
Hi, I have attached a small patch that makes LaTeX export use the same regular expression as HTML export for identifying horizontal lines. The regular expression used in HTML export seems more useful, since it allows for leading whitespace, which is for instance introduced by auto-indenting the

Re: [Orgmode] [BUG] Export to ascii fails

2011-01-19 Thread Valentin Wüstholz
Thanks! I tried it out and it doesn't quite work yet. The following change seems to do the trick: -- lisp/org-ascii.el -- index 01106c3..f9094a1 100644 @@ -655,3 +655,2 @@ publishing directory. - (setq char (or (nth (max (- umax level)

[Orgmode] [BUG] Export to ascii fails

2011-01-14 Thread Valentin Wüstholz
Hi, I ran into a bug with the ascii export. Exporting the attached org file to ascii fails (see the attached backtrace). The failure seems to be related to the 'H:10' option. I had a look at the code and the following patch seemed to alleviate the issue: --

Re: [Orgmode] [BUG] LaTeX export: only the body is exported

2010-04-11 Thread Valentin Wüstholz
Great! Thanks. Valentin On Sun, Apr 11, 2010 at 6:14 PM, Eric Schulte schulte.e...@gmail.com wrote: Hi Valentin, Thanks for reporting this bug.  I've just pushed up a fix. Best -- Eric Valentin Wüstholz wuesth...@gmail.com writes: Hi, when I export to LaTeX, only the body is exported

Re: [Orgmode] Rendering of = and - as arrows in exports?

2010-03-04 Thread Valentin Wüstholz
Hi, the following hack works quite well for me: (add-hook 'org-export-latex-after-blockquotes-hook 'org-export-latex-arrows) (defun org-export-latex-arrows () (goto-char (point-min)) (while (search-forward == nil t) (org-if-unprotected (replace-match (org-export-latex-protect-string

Re: [Orgmode] [PATCH] Checkboxes: LaTeX export

2009-11-09 Thread Valentin Wüstholz
Great! Thanks. Valentin On Fri, Nov 6, 2009 at 5:12 PM, Carsten Dominik carsten.domi...@gmail.com wrote: This is nice, thanks, I have applied your patch. - Carsten On Nov 6, 2009, at 1:20 PM, Valentin Wüstholz wrote: Hi, I would like to suggest two smaller changes to the way checkboxes

Re: [Orgmode] Setting timestamp format to English

2009-09-02 Thread Valentin Wüstholz
Hi, the following works for me: (setq system-time-locale C) Cheers, Valentin On Sun, Aug 30, 2009 at 8:06 PM, bar tomasbarto...@gmail.com wrote: Hi, First of all I'd like to say that I find orgmode great. I'd been looking for a tool like this for years. I have a french version of

Re: [Orgmode] LaTeX export: problem with emphasis

2009-08-27 Thread Valentin Wüstholz
Great! Thanks! Valentin 2009/8/27 Carsten Dominik carsten.domi...@gmail.com: I have reverted this commit, thanks. - Carsten ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] LaTeX export: problem with emphasis

2009-08-25 Thread Valentin Wüstholz
Hi, it seems to me like revision 0ba7d3d2f961a224d077e6806b804cde4c4a7726 broke the LaTeX export of emphasises (e.g. =foo=). Is anybody else having the same problem? Cheers Valentin ___ Emacs-orgmode mailing list Remember: use `Reply All' to send