Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-16 Thread Sebastien Vauban
by =:results drawer=, and I don't believe there is any other use for it. Unless someone complains, I'd be happy to remove both. :results org and :results drawer are not the same regarding Org results: the first does comma-escape the result lines, not the second. Best regards, Seb -- Sebastien

Re: [O] why is 'no' the default value of :tangle

2013-04-16 Thread Sebastien Vauban
: #+begin_src emacs-lisp ;; add default arguments (add-to-list 'org-babel-default-header-args '(:tangle . yes)) #+end_src Best regards, Seb -- Sebastien Vauban

Re: [O] Colour themes suggestions?

2013-04-16 Thread Sebastien Vauban
`color-theme-6.6.0' (which does not work anymore on Emacs 24, IIRC), and another using the new custom theme feature of Emacs. So, it does well work under Emacs 24. Best regards, Seb -- Sebastien Vauban

Re: [O] Invalid syntax in INCLUDE keyword

2013-04-16 Thread Sebastien Vauban
But the error persists. Anyone know how to fix it? org-version: 8.0-pre (release_8.0-pre-410-g87e84c) Emacs 23.4.1 thanks! Best regards, Seb -- Sebastien Vauban

Re: [O] Exploring org-element.el with navi-mode

2013-04-15 Thread Sebastien Vauban
, Seb -- Sebastien Vauban

Re: [O] [PATCH] Process hlines in imported tables

2013-04-15 Thread Sebastien Vauban
Hi Eric, Sebastien Vauban wrote: Eric Schulte wrote: I would agree that this (meaning raw implies scalar) should either occur for all languages or for none. I think this is something interesting, but I wonder now if we wouldn't loose more than we would win. I mean: how would one be able

Re: [O] [babel] Bugs for Emacs Lisp code blocks

2013-04-15 Thread Sebastien Vauban
really equivalent (they _do_ behave the same in my tests, but I'm wondering for the future)? Best regards, Seb -- Sebastien Vauban

Re: [O] [babel] Bugs for Emacs Lisp code blocks

2013-04-15 Thread Sebastien Vauban
of hlines on the behavior of colnames. Yes, setting hlines to no does solve the problem for Emacs Lisp code blocks. Thanks a lot. Best regards, Seb -- Sebastien Vauban

Re: [O] [babel] Bugs for Emacs Lisp code blocks

2013-04-15 Thread Sebastien Vauban
? Yes. Apart from the automatic (and, maybe, sometimes unwished) coercion of a symbol into a string (case of `nil'), are you aware of other tricky stuff? For my own understanding, why didn't we force the user to quote all strings, and avoid the above problem? Best regards, Seb -- Sebastien

Re: [O] org-babel-tangle

2013-04-15 Thread Sebastien Vauban
of the Org file -- or put a target filename. Best regards, Seb -- Sebastien Vauban

Re: [O] [PATCH] Process hlines in imported tables

2013-04-15 Thread Sebastien Vauban
Eric, Eric Schulte wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Sebastien Vauban wrote: Eric Schulte wrote: I would agree that this (meaning raw implies scalar) should either occur for all languages or for none. I think this is something interesting, but I wonder now if we

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Sebastien Vauban
sh :wrap org cat EOF | a | b | |---+---| | 1 | 2 | EOF #+end_src #+results: #+BEGIN_org | | | a | | | b | | | | ---+--- | | | | | | | | | 1 | | | 2 | | #+END_org Is it expected? Best regards, Seb -- Sebastien Vauban

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Sebastien Vauban
regards, Seb -- Sebastien Vauban

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Sebastien Vauban
org with :wrap org. And it's even possible to use :wrap SRC org to get the same as :results org... That said, I don't think there is ever a case when you would want to use :wrap org. The solution to the original question is to use :results drawer. Best regards, Seb -- Sebastien Vauban

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Sebastien Vauban
: Suggested in mailing list thread with Eric Schulte and works properly for me. Just to be complete, :results wrap has been deprecated since Org 7.9.2, and replaced by :results drawer. Best regards, Seb -- Sebastien Vauban

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Sebastien Vauban
-- Sebastien Vauban

Re: [O] New exporter and dates in tables

2013-04-13 Thread Sebastien Vauban
that only apply for today? Best regards, Seb -- Sebastien Vauban

Re: [O] [babel] Bugs for Emacs Lisp code blocks

2013-04-10 Thread Sebastien Vauban
Hi Eric, Sebastien Vauban wrote: Eric Schulte wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Eric Schulte wrote: Emacs Lisp is an exception in terms of colname processing, it has default header arguments set to pass column names through to the code block, where the processing

Re: [O] Using a table value within the text (dynamic variable)?

2013-04-10 Thread Sebastien Vauban
which extracts part of the table. See indexing variables. Best regards, Seb -- Sebastien Vauban

Re: [O] Enriched/Org is a colorful Org

2013-04-10 Thread Sebastien Vauban
patterns for Org mode only (dolist (mode '(org-mode)) (font-lock-add-keywords mode `((,lvn/highlight-org-regexps 1 'lvn/highlight-face prepend --8---cut here---end---8--- Best regards, Seb -- Sebastien Vauban

Re: [O] Using a table value within the text (dynamic variable)?

2013-04-10 Thread Sebastien Vauban
underneath the value? From what I understand from your question, no. Best regards, Seb -- Sebastien Vauban

[O] test-org-babel/inline-src-blocks FAILED

2013-04-10 Thread Sebastien Vauban
-atoms (2 #x2 ?) (3 #x3 ? FAILED 73/372 test-org-babel/inline-src-blocks --8---cut here---end---8--- Best regards, Seb -- Sebastien Vauban

Re: [O] Enriched/Org is a colorful Org

2013-04-10 Thread Sebastien Vauban
╰ I don't know enough about Org to understand why overlays are being considered instead of text properties, but feel free to describe the issues (preferably on emacs-devel) and start a discussion about the possible alternatives. Best regards, Seb -- Sebastien Vauban

Re: [O] org-babel header documentation

2013-04-10 Thread Sebastien Vauban
argument (apparently the preferred name is drawer). See the following. http://orgmode.org/manual/results.html To add a note: ╭ │ `:results wrap' is deprecated but still supported. ╰ since Org 7.9.2. Best regards, Seb -- Sebastien Vauban

Re: [O] test-org-babel/inline-src-blocks FAILED

2013-04-10 Thread Sebastien Vauban
Hello Achim, Achim Gratz wrote: Sebastien Vauban writes: I'm just trying to reuse ERT and run the tests on my (new, Bastien ;-)) machine. Results: Ran 372 tests, 371 results as expected, 1 unexpected (2013-04-10 22:04:05+0200) 10 expected failures 1 unexpected results: FAILED

[O] [babel] Drop `:results code'?

2013-04-10 Thread Sebastien Vauban
Hello, Shouldn't we, for the sake of simplifying the multiple options, drop the support for `:results code'? It is completely redundant (though, less powerful) with `:wrap'. Best regards, Seb -- Sebastien Vauban

Re: [O] [BUG] org-clock-in menu scrolls off the top of the window

2013-04-09 Thread Sebastien Vauban
Hi Bernt Hansen, Bernt Hansen wrote: Sebastien Vauban writes: Bernt Hansen wrote: Another change I've noticed in master is the display of the clocking task menu when doing C-u M-x org-clock-in I've reduced my clocking menu items a bit due to screen size changes and not being able to see

Re: [O] [babel] Bugs for Emacs Lisp code blocks

2013-04-09 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Eric Schulte wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Eric Schulte wrote: Emacs Lisp is an exception in terms of colname processing, it has default header arguments set to pass column names

Re: [O] converting people to Emacs and org-mode

2013-04-09 Thread Sebastien Vauban
://tbgtd.tiddlyspot.com/ That is the killer brother application for Org, for sure. There was that relevant GSoC project, but I'd be interested in this happening in python or similar. Now that we have the standard for orgmode as a file format... Best regards, Seb -- Sebastien Vauban

Re: [O] Google calendar sync - what is recommended?

2013-04-09 Thread Sebastien Vauban
-c M-m (that is, the command message-mark-inserted-region). --8---cut here---end---8--- Best regards, Seb -- Sebastien Vauban

Re: [O] [babel] Bugs for Emacs Lisp code blocks

2013-04-09 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Eric Schulte wrote: Emacs Lisp is an exception in terms of colname processing, it has default header arguments set to pass column names through to the code block, where the processing may be done trivially

[O] [babel] Specified colnames

2013-04-08 Thread Sebastien Vauban
results :colnames '(Rev Author) data #+end_src #+name: R-echo-colnames-qlist #+begin_src R :var data=input :exports results :colnames '(Rev Author) data #+end_src Am I doing something wrong? Best regards, Seb -- Sebastien Vauban

Re: [O] [BUG] org-clock-in menu scrolls off the top of the window

2013-04-08 Thread Sebastien Vauban
redundant, while items c and 1 seem also redundant. Best regards, Seb -- Sebastien Vauban

Re: [O] [babel] Specified colnames

2013-04-08 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: I'm trying to specify the column names of the table. #+name: input | title | baz | |---+-| | obs1 | foo | | obs2 | bar | But both versions (with symbols or strings) just do return the plain input

Re: [O] [babel] Bugs for Emacs Lisp code blocks

2013-04-08 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Eric Schulte wrote: Emacs Lisp is an exception in terms of colname processing, it has default header arguments set to pass column names through to the code block, where the processing may be done trivially

Re: [O] [babel] Specified colnames

2013-04-08 Thread Sebastien Vauban
a backtrace, even after: - setting debug-on-error to t, or - M-x'ing toggle-debug-on-error. Weird, but not the first time -- seems related to Emacs 24.2 or so (+ my config?). Best regards, Seb -- Sebastien Vauban

Re: [O] CSS link in html export for v. 7.9.3e woes

2013-04-07 Thread Sebastien Vauban
anymore. Yes HTML_STYLE has been changed in between, to a better keyword, btw. Best regards, Seb -- Sebastien Vauban

Re: [O] [babel] Bugs for Emacs Lisp code blocks

2013-04-07 Thread Sebastien Vauban
that the #+call line uses the default header argument set on the language. So, that seems right to me as well... Thanks. Best regards, Seb -- Sebastien Vauban

[O] [babel] Bugs for Emacs Lisp code blocks

2013-04-06 Thread Sebastien Vauban
(data=input) I get: | id | var1 | | id | var1 | | obs1 | foo | | obs2 | bar | Not at all what I was expecting... Best regards, Seb -- Sebastien Vauban

Re: [O] avoid subscripting text

2013-04-05 Thread Sebastien Vauban
-- Sebastien Vauban

Re: [O] Org-mode as a metalanguage: calling SQL functions

2013-04-04 Thread Sebastien Vauban
confirm that, following a discussion we had, you had decided to drop the alternate syntax, a couple of months ago (more than 2 ;-)). Best regards, Seb -- Sebastien Vauban

Re: [O] [PATCH] Process hlines in imported tables

2013-04-04 Thread Sebastien Vauban
verbatim. It probably should, though, so if Eric agrees then I will push a change that does this. IIUC, wouldn't that be changing the default answer to how to interpret the results just for Perl? While the default answer for all languages seems to be table? Best regards, Seb -- Sebastien Vauban

Re: [O] Org-mode as a metalanguage: calling SQL functions

2013-04-04 Thread Sebastien Vauban
Eric, Eric Schulte wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Eric Schulte wrote: At this point I'm not sure if the documentation or the code should be amended. I've personally never liked the args-in-block-name syntax, but I don't recall if we formally decided to abandon

Re: [O] Help with beamer

2013-04-04 Thread Sebastien Vauban
in printout) Is there a way of using a global variable to enable or disable all these blocks controlling the build effects so I can avoid changing them all one by one? #+LaTeX_CLASS_OPTIONS: [presentation] should do it. Best regards, Seb -- Sebastien Vauban

Re: [O] [PATCH] Process hlines in imported tables

2013-04-04 Thread Sebastien Vauban
... -- Sebastien Vauban

Re: [O] [PATCH] Process hlines in imported tables

2013-04-04 Thread Sebastien Vauban
the same reasoning. Are there other header argument implication rules which would make code blocks do what I mean more naturally in more situations? Best regards, Seb -- Sebastien Vauban

Re: [O] Incompatible agenda commands

2013-04-04 Thread Sebastien Vauban
Bastien, Bastien wrote: Sebastien Vauban writes: While a custom agenda command such as the following used to work some time ago, it does not anymore. (add-to-list 'org-agenda-custom-commands '(D Stuck + agenda ((stuck ) (agenda

Re: [O] [PATCH] Process hlines in imported tables

2013-04-04 Thread Sebastien Vauban
, as I don't know the languages and have no environment ready to test them (under Windows). Best regards, Seb -- Sebastien Vauban

Re: [O] org-check.org confusion

2013-03-30 Thread Sebastien Vauban
customized the color `recover-this-file' with an orange background in order to clearly see that Emacs has something to tell me, even if I overlooked the msg in the echo area: ... (recover-this-file ((,class (:background white :background #FF3F3F Best regards, Seb -- Sebastien Vauban

Re: [O] org-capture equivalent of org-remember's % ?

2013-03-29 Thread Sebastien Vauban
template stores its │ notes. With a double prefix argument C-u C-u, go to the last note stored. ╰ So, finish your capture by `C-u C-u C-c C-c'... Best regards, Seb -- Sebastien Vauban

Re: [O] #+call split into multiple lines?

2013-03-28 Thread Sebastien Vauban
(immediately) how to do such, but that would really allow to promote such a use case! Best regards, Seb -- Sebastien Vauban

Re: [O] :session question - header argument setting

2013-03-27 Thread Sebastien Vauban
consistent. But I remember there was a way of executing this code when opening but I can't find it anymore. File local variable? Best regards, Seb -- Sebastien Vauban

[O] Incompatible agenda commands

2013-03-27 Thread Sebastien Vauban
) (agenda ((org-agenda-span 'week) t) --8---cut here---end---8--- Now, it seems that the stuck block view inhibits any extra view to be displayed afterward. Best regards, Seb -- Sebastien Vauban

Re: [O] Minibuffer jumping to two lines when agenda displays 4th level heading

2013-03-26 Thread Sebastien Vauban
---cut here---end---8--- (instead of the 'grow-only default) Best regards, Seb -- Sebastien Vauban

Re: [O] Html-Exporter Hanling images / links

2013-03-26 Thread Sebastien Vauban
Hi Robert, Robert Eckl wrote: with Org-mode version 8.0-pre (release_8.0-pre-193-gaa7b1e i got some issues handling images and links: A Link [[http://www.mypage.de][description]] results in idesription/i without any link. FWIW, I confirm this bug. Best regards, Seb -- Sebastien Vauban

Re: [O] Org-mode as a replacement for Google Reader

2013-03-26 Thread Sebastien Vauban
from under Linux. Best regards, Seb -- Sebastien Vauban

Re: [O] Org spreadsheet formula range destination and per-cell placement for Lisp

2013-03-25 Thread Sebastien Vauban
easy. So, this is just to show you an alternative, in case you did overlook that. Best regards, Seb -- Sebastien Vauban

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-03-21 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban writes: Nick Dokos wrote: Can we please make it an invariable practice to run `make test' before every push? Isn't it possible to put such in some sort of Git pre-commit hook (or pre-push hook), so that it gets automatically enforced? If anyone

Re: [O] Macro expansion to control beamer template

2013-03-21 Thread Sebastien Vauban
-- Sebastien Vauban

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-03-20 Thread Sebastien Vauban
Hi Nick, Nick Dokos wrote: Can we please make it an invariable practice to run `make test' before every push? Isn't it possible to put such in some sort of Git pre-commit hook (or pre-push hook), so that it gets automatically enforced? Best regards, Seb -- Sebastien Vauban

Re: [O] Possible to collapse State List by default?

2013-03-20 Thread Sebastien Vauban
default value for `org-log-into-drawer'. What do you all think? You mean: #+STARTUP: logbook ? Best regards, Seb -- Sebastien Vauban

Re: [O] problems with org-protocol + capture templates

2013-03-20 Thread Sebastien Vauban
\n:REPEAT_TO_STATE: NEXT\n:END:\n AFAIK, no, you can't dynamically select your template. The default template for org-protocol is bound to `w'. Though, you can change that for your Emacs sessions. Best regards, Seb -- Sebastien Vauban

Re: [O] Syntax of Org Babel :results header argument

2013-03-18 Thread Sebastien Vauban
Hello all, Andreas Leha wrote: t...@tsdye.com (Thomas S. Dye) writes: Eric Schulte schulte.e...@gmail.com writes: Bastien b...@altern.org writes: Sebastien Vauban writes: As there was no reaction to this, I'd like to bump it up. At least, to either have a discussion on this, or a clearly

Re: [O] [RFC] Org version of the Org manual

2013-03-17 Thread Sebastien Vauban
Unknown marker at 281861) Could you try M-x goto-char 281861? I have such a msg in old files where I had my own @ markes. Best regards, Seb -- Sebastien Vauban

Re: [O] [RFC] Org syntax (draft)

2013-03-17 Thread Sebastien Vauban
). For example: │ │ #+MACRO: my-mod @@e-latex:\something{$1}e-html:div class=something$1/div@@ │ │ This is an example: {{{my-mod(text)}}}. ╰ Best regards, Seb -- Sebastien Vauban

Re: [O] A mix of habits and effort estimates?

2013-03-17 Thread Sebastien Vauban
Hi Marcin, Marcin Borkowski wrote: Dnia 2013-03-16, o godz. 22:59:18 Sebastien Vauban wxhgmqzgw...@spammotel.com napisał(a): Marcin Borkowski wrote: Bastien b...@altern.org napisał(a):' Marcin Borkowski mb...@wmi.amu.edu.pl writes: Is such a thing possible in Org-mode? Did you

Re: [O] A mix of habits and effort estimates?

2013-03-16 Thread Sebastien Vauban
for the current week (`v w' in case you say the current day by default) - Ask for the display of the clock report (`C-u R') - Filter on your educational task Have fun! Best regards, Seb -- Sebastien Vauban

Re: [O] org-caldav will cease to work with Google Calendar

2013-03-15 Thread Sebastien Vauban
regards, Seb -- Sebastien Vauban

Re: [O] Syntax of Org Babel :results header argument

2013-03-15 Thread Sebastien Vauban
Hello, As there was no reaction to this, I'd like to bump it up. At least, to either have a discussion on this, or a clearly stated no go. Best regards, Seb Sebastien Vauban wrote: Before Org 8 is out, I'm willing to put light on some last syntax which I find counter-intuitive and not along

[O] Background color reset for links and DONE headlines

2013-03-15 Thread Sebastien Vauban
of `org.el'), but it seems to me we can only give one face through that mechanism. Am I right? Is this a limitation we can work around? Best regards, Seb -- Sebastien Vauban

Re: [O] org-mode's HEAD org-remember bug?

2013-03-15 Thread Sebastien Vauban
-annotation() run-hook-with-args-until-success(org-remember-annotation) remember(nil) org-do-remember() org-remember(nil) call-interactively(org-remember nil nil) Any hints? On HEAD, it's org-capture... Your key binding is obsolete... Best regards, Seb -- Sebastien Vauban

[O] Alignment in `org-list-dt'

2013-03-13 Thread Sebastien Vauban
as the others (2 chars to the right). Dunno why? For info, if the for (first word on the second line) is not directly under the silent (first word on the first line), that's not the case in my Org file, because I use to hide the markup characters. Best regards, Seb -- Sebastien Vauban

Re: [O] Alignment in `org-list-dt'

2013-03-13 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban writes: - Angle brackets :: less than () and greater than () symbols used to surround an element to create a tag. Try (setq org-description-max-indent 5) That was it. Thanks a lot! Best regards, Seb

[O] Syntax of Org Babel results

2013-03-10 Thread Sebastien Vauban
:results_insertion append (those names may be ugly, it just for the purpose of explaining my idea). I know that it's the ultimate moment to discuss such a change, would there be consensus, before Org 8 is out. Best regards, Seb -- Sebastien Vauban

Re: [O] [PATCH] * lisp/ob-core.el (org-babel-execute-src-block): insert hash for silent results

2013-03-10 Thread Sebastien Vauban
contents before executing the code, in the next Emacs session? Best regards, Seb -- Sebastien Vauban

Re: [O] [new exporter] Captions for tables made by source blocks

2013-03-08 Thread Sebastien Vauban
block would simply replace the next unnamed result block if there is one. I think this is a great proposition, which would make a lot of sense. Best regards, Seb -- Sebastien Vauban

Re: [O] [PATCH] Improve presentation of entry text lines

2013-03-04 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban writes: FYI, there's a bug (not related to this change): if you filter out some events (for example, a work meeting today, with an active timestamp) by tag (show only home related things), you don't see the event headline, but well the 5 first

Re: [O] [bug] Inline tasks are exported, even with noexport tag

2013-03-02 Thread Sebastien Vauban
! Best regards, Seb -- Sebastien Vauban

Re: [O] [ANN] Merge of new export framework on Wednesday

2013-03-02 Thread Sebastien Vauban
-STYLE-include-default - html-STYLE-include-default (unchanged) - html-STYLE-include-scripts - html-HEAD-include-scripts - org-html-STYLE-include-default - org-html-HEAD-include-default-STYLE - org-html-STYLE-include-scripts - org-html-HEAD-include-scripts Best regards, Seb -- Sebastien Vauban

[O] [PATCH] Improve presentation of entry text lines

2013-03-01 Thread Sebastien Vauban
Vauban wxhgmqzgw...@spammotel.com Date: Fri, 1 Mar 2013 17:12:58 +0100 Subject: [PATCH] Improve presentation of entry text lines 2013-03-01 Sebastien Vauban wxhgmqzgw...@spammotel.com * org-agenda.el (org-agenda-entry-text-show-here): Improve presentation of entry text lines (in entry-mode

Re: [O] [bug] changing TODO status with org-after-todo-state-change-hook defined fails

2013-03-01 Thread Sebastien Vauban
of that. Is it possible to put the reference date correctly when we call C-u C-u C-c C-d? Best regards, Seb -- Sebastien Vauban

Re: [O] [PATCH] Improve presentation of entry text lines

2013-03-01 Thread Sebastien Vauban
Bastien, Bastien wrote: Sebastien Vauban writes: The following patch improves the entry-mode presentation (`E' in the agenda) by adding a better leader on the side and one for a bottom corner. Mhh.. two options is way two much for this, let's have just one. Also, the output with your patch

Re: [O] [PATCH] Add a different prefix for past deadlines in the agenda view

2013-02-28 Thread Sebastien Vauban
PS- Another question: some time ago, there was a ML with all the commits done on Org. This seems to have disappeared (at least from Gmane). A reason for that, or an alternative? -- Sebastien Vauban

Re: [O] 5f095f5 is the first bad commit (for my use case)

2013-02-28 Thread Sebastien Vauban
Hi Aaron, Aaron Ecay wrote: 2013ko otsailak 27an, Sebastien Vauban-ek idatzi zuen: Do you know if there was a way out -- other than killing Emacs -- in such a case where `C-g' is not working? If you are on Linux (or OS X, I suppose), you can sometimes break an infloop by sending emacs

Re: [O] Org-Mode Reference Card bug

2013-02-28 Thread Sebastien Vauban
the formula (as you see them, while they're there: enable visible-mode and check it!). Is this what happens to you? That's a feature... Best regards, Seb -- Sebastien Vauban

Re: [O] [PATCH] Add a different prefix for past deadlines in the agenda view

2013-02-28 Thread Sebastien Vauban
Bastien, Bastien wrote: Sebastien Vauban writes: Though, one question: why did you change the spacing (and, in fact, the width) of the leaders? -(defcustom org-agenda-scheduled-leaders '(Scheduled: Sched.%2dx: ) +(defcustom org-agenda-scheduled-leaders '( Scheduled: Sched.%3dx

Re: [O] Org-Mode Reference Card bug

2013-02-28 Thread Sebastien Vauban
Bastien, Bastien wrote: Sebastien Vauban writes: Now, maybe you're hit by a feature here: when setting `org-hide-emphasis-markers' to t, some `@' disappear from the formula (as you see them, while they're there: enable visible-mode and check it!). Why would @ disappear with `org-hide

Re: [O] [babel] Commenting out src blocks for tangling

2013-02-28 Thread Sebastien Vauban
it? This is now the case in master: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=8e0b45 Does it work as well for the `:noexport:' tag? Best regards, Seb -- Sebastien Vauban

Re: [O] [PATCH] Add a different prefix for past deadlines in the agenda view

2013-02-28 Thread Sebastien Vauban
Bastien, Bastien wrote: Sebastien Vauban writes: PS- Another question: some time ago, there was a ML with all the commits done on Org. This seems to have disappeared (at least from Gmane). A reason for that, or an alternative? I can't remember of such a mailing list. You can subscribe

Re: [O] [babel] Commenting out src blocks for tangling

2013-02-28 Thread Sebastien Vauban
Hi Rainer, Rainer M Krug wrote: On 28/02/13 10:30, Sebastien Vauban wrote: Bastien wrote: Rainer M Krug r.m.k...@gmail.com writes: I agree - COMMENTing a subtree should automatically disable tangling of code blocks in the subtree. Would this something which could be introduced easily

Re: [O] [PATCH] Add a different prefix for past deadlines in the agenda view

2013-02-28 Thread Sebastien Vauban
, then, by NNTP at least). Best regards, Seb -- Sebastien Vauban

Re: [O] Org-Mode Reference Card bug

2013-02-28 Thread Sebastien Vauban
Bastien, Bastien wrote: Sebastien Vauban writes: They should not visually disappear, but they do. No... chances are that it comes from your configuration. Please always assume it does first, then provide a recipe if it's with emacs -Q. Thanks! Yes, it does. I still had the following code

Re: [O] 5f095f5 is the first bad commit (for my use case)

2013-02-27 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: Sebastien Vauban writes: Since updating to latest Org this morning, I couldn't open anymore my file ~/org/work.org. Symptom? Org-mode gets loaded, but buffer remains blank, and Emacs is (apparently) inflooping, with letting me stop it (with C-g

[O] Inserting a comma as prefix of headlines (in Org code blocks)

2013-02-27 Thread Sebastien Vauban
, SPC to remove: IMHO, such a question should not be asked, and the `,' should be inserted literally, as we're in the context of a code block. Best regards, Seb -- Sebastien Vauban

Re: [O] logdone enhancement

2013-02-27 Thread Sebastien Vauban
/html/emacs-orgmode/2011-08/msg01248.html and https://lists.gnu.org/archive/html/emacs-orgmode/2011-09/msg00219.html -- Sebastien Vauban

Re: [O] logdone enhancement

2013-02-27 Thread Sebastien Vauban
Bastien, Bastien wrote: Hi Sébastien, Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Now that this syntax order is enforced, will we get commit 6b04bef back in Org 8? That'd be great... Why not. Can you heavily test commit 6b04bef and see if anything goes wrong? I can try

Re: [O] 5f095f5 is the first bad commit (for my use case)

2013-02-27 Thread Sebastien Vauban
Nicolas, Nicolas Goaziou wrote: Sebastien Vauban writes: You've directly put me on the right track: some (untested) code I added just before leaving on vacation... ;; highlight LaTeX and related syntax (setq org-highlight-latex-and-related '('latex 'script

Re: [O] [patch] ox-koma-letter

2013-02-27 Thread Sebastien Vauban
of experience with. I'd enjoy to try and plug it in the current org-letter implementation. Best regards, Seb -- Sebastien Vauban

[O] [bug] Inline tasks are exported, even with noexport tag

2013-02-27 Thread Sebastien Vauban
/tools/pdef/makefile][file:WebClient/src/tools/pdef/makefile]]. *** END Follow-up to normal body text... --8---cut here---end---8--- -- Sebastien Vauban

Re: [O] [bug] Inline tasks are exported, even with noexport tag

2013-02-27 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: Sebastien Vauban writes: The following ECM fails on 2 fronts: - the `noexport' tag on the inline task is not respected; Should it? Well, it previously did. And that's pretty interesting: you can put private inline blocks, and have them exported

<    4   5   6   7   8   9   10   11   12   13   >