[O] [PATCH] [Babel] Add line number to Processing code block... message

2013-11-07 Thread Sebastien Vauban
From 9e8b74d881575318ff480f084ac10aea82696904 Mon Sep 17 00:00:00 2001 From: Sebastien Vauban sva-n...@mygooglest.com Date: Thu, 7 Nov 2013 16:24:53 +0100 Subject: [PATCH] Improve Processing Org code block message * ob-exp.el (org-babel-exp-src-block): Improve message by adding line number

Re: [O] Beamer--Lisp error: (wrong-type-argument buffer-or-string-p t)

2013-11-07 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: Sebastien Vauban sva-n...@mygooglest.com writes: When using Org Beamer (in the following ECM, but not limited to it) with the option H:1, everything works as expected. I get a PDF produced with some slides. Though, when setting H:2 (and refreshing

[O] BEAMER_HEADER in `org-latex-classes'

2013-11-07 Thread Sebastien Vauban
regards, Seb -- Sebastien Vauban

Re: [O] getting gnus contcats into org-contacts

2013-11-07 Thread Sebastien Vauban
-contacts. Sad. Best regards, Seb -- Sebastien Vauban

Re: [O] [BUG] Colored tags generate an error when C-x C-w'ing the agenda

2013-11-07 Thread Sebastien Vauban
Hi Carsten, Sebastien Vauban wrote: Carsten Dominik wrote: Sebastien Vauban wrote: If you have colors for tags: --8---cut here---start-8--- ;; faces for specific tags (setq org-tag-faces '((home . (:slant italic

Re: [O] [PATCH] [Babel] Add line number to Processing code block... message

2013-11-07 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban sva-n...@mygooglest.com writes: PS: Don't forget to add TINYCHANGE at the end of your patches in such cases. I thought that the rule was: Add TINYCHANGE if less than 20 (trivial) lines; otherwise, you need to assign copyright to the FSF

Re: [O] [PATCH] [Babel] Add line number to Processing code block... message

2013-11-08 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban sva-n...@mygooglest.com writes: I thought that the rule was: Add TINYCHANGE if less than 20 (trivial) lines; otherwise, you need to assign copyright to the FSF -- and, *if you signed the FSF papers, you don't need anymore to add

Re: [O] BEAMER_HEADER in `org-latex-classes'

2013-11-08 Thread Sebastien Vauban
Hello, Nicolas Goaziou wrote: Sebastien Vauban sva-n...@mygooglest.com writes: In the `org-latex-classes' documentation (and in the Org Beamer documentation), I don't see how to include or exclude lines passed through the #+BEAMER_HEADER keyword. Is there a solution for those lines

Re: [O] BEAMER_HEADER in `org-latex-classes'

2013-11-08 Thread Sebastien Vauban
Hello, Nicolas Goaziou wrote: Sebastien Vauban sva-n...@mygooglest.com writes: I'd then propose the attached patch for the documentation. Thank you for the patch. BTW, what's the difference between #+LATEX_HEADER and #+LATEX_HEADER_EXTRA lines, if both end up under the same umbrella

Re: [O] BEAMER_HEADER in `org-latex-classes'

2013-11-08 Thread Sebastien Vauban
Nicolas Goaziou wrote: Sebastien Vauban writes: Shouldn't the similar principle be applied to BEAMER_HEADER, that is have a BEAMER_HEADER_EXTRA keyword as well? Snippets previewing calls `latex' back-end (class used in `org-format-latex-header' is article, not beamer). Therefore

[O] Option for special block

2013-11-08 Thread Sebastien Vauban
---end---8--- Am I missing something? Best regards, Seb -- Sebastien Vauban

Re: [O] [ANN] Improved Flyspell check

2013-11-08 Thread Sebastien Vauban
-gea797e.dirty @ ~/Public/Repositories/org-mode/lisp/) -- Sebastien Vauban

Re: [O] [ANN] Improved Flyspell check

2013-11-08 Thread Sebastien Vauban
Hello, Nicolas Goaziou wrote: Sebastien Vauban writes: Nicolas Goaziou wrote: Eric Schulte schulte.e...@gmail.com writes: I've been using this since it was sent, and I haven't noticed any bad behavior. Thanks for the feedback. BTW, I tried to add `org-self-insert-command' to `flyspell

[O] Guess correct dictionary for Ispell

2013-11-08 Thread Sebastien Vauban
dico-alist))) (add-hook 'org-mode-hook 'my-org-switch-language) --8---cut here---end---8--- Best regards, Seb -- Sebastien Vauban

Re: [O] Bug: property drawers within code blocks interfere [8.2.2 (8.2.2-elpa @ /home/tod/.emacs.d/.cask/24.3.50.1/elpa/org-20131108/)]

2013-11-13 Thread Sebastien Vauban
in my agenda (for next Wed/Thu). Best regards, Seb -- Sebastien Vauban

Re: [O] [PATCH] [Babel] Add line number to Processing code block... message

2013-11-13 Thread Sebastien Vauban
Hello Eric, Eric Schulte wrote: Sebastien Vauban sva-n...@mygooglest.com writes: Here is a small patch to improve the messages displayed by Org Babel when processing code blocks: now, you get the line number added to the output, so that you can easily find afterward which block had problems

Re: [O] refernce to call results

2013-11-13 Thread Sebastien Vauban
-blocks.html#Evaluating-code-blocks. Best regards, Seb -- Sebastien Vauban

Re: [O] refernce to call results

2013-11-13 Thread Sebastien Vauban
$test #+end_src #+results: : nil Use the following: #+begin_src sh :var test=curdir() echo $test #+end_src Best regards, Seb -- Sebastien Vauban

Re: [O] refernce to call results

2013-11-13 Thread Sebastien Vauban
Hi Andreas, Andreas Leha wrote: Sebastien Vauban sva-n...@mygooglest.com writes: Andreas Leha wrote: how do I reference the results of a #+call line? Here are my unsuccessful attempts: * Test call results #+name: curdir #+begin_src sh echo $PWD #+end_src #+results: curdir : /home

[O] bug#15888: 24.3.50; Eval-after-load eval'ed twice

2013-11-14 Thread Sebastien Vauban
, and I'll make the test of Eli anyway. But I wonder: how can you now reproduce it (and not before)? Best regards, Seb -- Sebastien Vauban

[O] bug#15888: 24.3.50; Eval-after-load eval'ed twice

2013-11-15 Thread Sebastien Vauban
Eli Zaretskii wrote: From: Sebastien Vauban sva-n...@mygooglest.com Date: Thu, 14 Nov 2013 19:57:02 +0100 Cc: 15...@debbugs.gnu.org 0. Copy the minimal configuration in the clipboard 1. Go into C:/Program Files/emacs-trunk/bin/ 2. Launch emacs -Q 3. Paste the minimal configuration

[O] bug#15888: 24.3.50; Eval-after-load eval'ed twice

2013-11-15 Thread Sebastien Vauban
Bastien wrote: Glenn Morris r...@gnu.org writes: Sebastien Vauban wrote: Where is the black magic? Somewhere in the labyrinthine depths of Org, so I suggest you ask the Org maintainers to figure out why: emacs -Q -L /path/to/git/org-mode/lisp (with-eval-after-load org (message Eval

[O] bug#15888: 24.3.50; Eval-after-load eval'ed twice

2013-11-15 Thread Sebastien Vauban
but, unfortunately, Bastien's patch did not solve the problem. Best regards, Seb [1] DEFINITION NOT FOUND: 0 -- Sebastien Vauban

[O] When moving headings, blank lines are added to the display

2013-11-15 Thread Sebastien Vauban
headings, though not all. Best regards, Seb -- Sebastien Vauban

[O] [BUG] Children of archived task are visible in CONTENTS view

2013-11-15 Thread Sebastien Vauban
[2013-11-15 Fri 11:40] :END: ** TODO Check weekend hours at the gym SCHEDULED: 2013-02-06 Wed :PROPERTIES: :Effort: 0:10 :END: ** TODO Pay electricity bill --8---cut here---end---8--- Best regards, Seb -- Sebastien Vauban

[O] [BUG] C-c C-x p inserts PROPERTY drawer *inside* LOGBOOK drawer

2013-11-15 Thread Sebastien Vauban
] = 0:16 - State STRT- DONE [2013-08-12 Mon 12:12] - State DONE- TODO [2013-09-27 Fri 10:23] - State TODO- WAIT [2013-11-15 Fri 12:00] :END: --8---cut here---end---8--- Best regards, Seb -- Sebastien

[O] bug#15888: 24.3.50; Eval-after-load eval'ed twice

2013-11-15 Thread Sebastien Vauban
Eli Zaretskii wrote: From: Sebastien Vauban sva-n...@mygooglest.com Cc: r...@gnu.org, michael_heerde...@web.de, 15...@debbugs.gnu.org Date: Fri, 15 Nov 2013 10:06:12 +0100 Eli Zaretskii wrote: Unfortunately, this: (gdb) No symbol backtrace_list in current context. (whose reason I

Re: [O] [ANN] Improved Flyspell check

2013-11-15 Thread Sebastien Vauban
Nicolas Goaziou wrote: Sebastien Vauban writes: You mean it isn't applied yet? Because I already reloaded Emacs a ton of times today -- for different tests. No it isn't applied yet. Meanwhile, you can test it by applying the second patch in this thread. Applied. Looks good so far. Thanks

[O] bug#15888: 24.3.50; Eval-after-load eval'ed twice

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

[O] bug#15888: 24.3.50; Eval-after-load eval'ed twice

2013-11-19 Thread Sebastien Vauban
with `ob-lob'). That's only reproducible with a development branch of Org mode, as library-of-babel.org is not copied into the official Emacs release. Best regards, Seb -- Sebastien Vauban

Re: [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice

2013-11-19 Thread Sebastien Vauban
Josh wrote: On Wed, Nov 13, 2013 at 1:27 PM, Sebastien Vauban wrote: (with-eval-after-load org (message Eval this when Org is loaded) (sit-for 3) (message )) the code block in the `with-eval-after-load' is eval'ed twice whenever an Org file is loaded. Have you checked to see what

[O] [Babel] [Bug] Cache

2013-11-21 Thread Sebastien Vauban
: edit Hello, for example, and you'll see that the evaluation of the other code block is not redone (like if the NoWeb code was not expanded for computing the hash). It stays printing Hello. Best regards, Seb -- Sebastien Vauban

Re: [O] Getting checkboxes in HTML output?

2013-11-28 Thread Sebastien Vauban
'); } li.unchecked { list-style-image: url('../images/unchecked.png'); } #+end_src with 3 nice pictures of green V, red X, and blue || (line pause on recorders). Best regards, Seb -- Sebastien Vauban

[O] Error: (wrong-type-argument integer-or-marker-p nil)

2013-11-29 Thread Sebastien Vauban
/Repositories/org-mode/lisp/) Best regards, Seb -- Sebastien Vauban

Re: [O] Error: (wrong-type-argument integer-or-marker-p nil)

2013-11-29 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: Sebastien Vauban sva-n...@mygooglest.com writes: When trying to convert a document which contains R graphics, I get the error: Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) goto-char(nil) (progn (goto-char link-end

Re: [O] Getting checkboxes in HTML output?

2013-12-02 Thread Sebastien Vauban
[-] could be nice, then, as corresponds to the Org look and feel. Best regards, Seb -- Sebastien Vauban

Re: [O] org-indent-mode corrupted most of a big org file

2013-12-02 Thread Sebastien Vauban
if we've to admit it is very, very seldsom, and only with the dev trunk. Best regards, Seb -- Sebastien Vauban

Re: [O] How do I specify the language for a :results code block

2013-12-02 Thread Sebastien Vauban
-- Sebastien Vauban

Re: [O] Latex Missing number, treated as zero.

2013-12-02 Thread Sebastien Vauban
to be escaped. Best regards, Seb -- Sebastien Vauban

Re: [O] [Babel] [Bug] Cache

2013-12-02 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: Sebastien Vauban sva-n...@mygooglest.com writes: IIRC, some time ago, a bug involving the computation of the hash (when option cache is enabled) and NoWeb code blocks. I remember that it had been fixed. However, the following example shows it's not (true

[O] [babel] Output table

2013-12-02 Thread Sebastien Vauban
newsgroup: \\(.+\\) nil t) (setq txt (concat txt (format %s (match-string 1)) \n)) (princ txt))) #+end_src However, the results is always an example block, NEVER in an Org _table_ -- and I don't understand why. Does anybody? Best regards, Seb -- Sebastien Vauban

Re: [O] [babel] Output table

2013-12-02 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: Sebastien Vauban sva-n...@mygooglest.com writes: I'm trying to generate R graphs from lines found in the *Messages* buffer with the following code of mine: #+begin_src emacs-lisp :results output table (setq txt nil) (with-current-buffer *Messages

Re: [O] Getting checkboxes in HTML output?

2013-12-03 Thread Sebastien Vauban
between unchecked and partially checked? If yes, this is wrong IMO. I did not search for long, but there should be usable unicode characters. To name a few: - U+25EB White square with vertical bisecting line - U+25F1 White square with lower left quadrant Best regards, Seb -- Sebastien Vauban

Re: [O] org-indent-mode corrupted most of a big org file

2013-12-03 Thread Sebastien Vauban
---cut here---end---8--- Emacs will `make-directory' it, if necessary. Best regards, Seb -- Sebastien Vauban

Re: [O] Language format of clock/date entries

2013-12-04 Thread Sebastien Vauban
---cut here---start-8--- ;; system locale to use for formatting time values (setq system-time-locale C) --8---cut here---end---8--- For German timestamps, use a variation of it ;-) Best regards, Seb -- Sebastien Vauban

Re: [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice

2013-12-04 Thread Sebastien Vauban
regards, Seb [1] I can't following the full library call tree: org - ??? - ob - ob-lob -- Sebastien Vauban

[O] Can't write accents in R graphics

2013-12-05 Thread Sebastien Vauban
. Maybe some of the R users here could share their experience with the coding system configuration? Best regards, Seb -- Sebastien Vauban

Re: [O] #+PROPERTY: for babel header args worked... then it didn't

2013-12-05 Thread Sebastien Vauban
be a newly introduced bug, because I did the same yesterday for R parameters without success... I ended up with Emacs Local Variables, which does work. Maybe you could try to bisect Org? Best regards, Seb -- Sebastien Vauban

Re: [O] Can't write accents in R graphics

2013-12-05 Thread Sebastien Vauban
be enclined to convert my buffers to ISO Latin 1, would it resolve the problem -- but I did not find any solution with Latin 1 either. Best regards, Seb -- Sebastien Vauban

Re: [O] #+PROPERTY: for babel header args worked... then it didn't

2013-12-06 Thread Sebastien Vauban
, no problem, and created the problem document on Thursday. No git updates in between. I'm sure Achim's answer is what I missed. I'm sure I did C-c C-c the options. Now, if it does work, it'll prove I still must be wrong... Best regards, Seb -- Sebastien Vauban

Re: [O] bug with :wrap when exporting

2013-12-06 Thread Sebastien Vauban
http://orgmode.org/worg/org-faq.html#ecm Very interesting, I was not expecting French here. Nobody expects the Spanish Inquisition^W^W^WSebastien Vauban :-) My 15 minutes of fame... ;-) Best regards, Seb -- Sebastien Vauban

[O] [babel] Can't write accented characters in R graphics

2013-12-06 Thread Sebastien Vauban
regards, Seb [1] I've added the following code in my .emacs to make it work: #+begin_src emacs-lisp (setq process-coding-system-alist '((R.* . iso-latin-1))) #+end_src -- Sebastien Vauban

Re: [O] bash alias and history in code block

2013-12-06 Thread Sebastien Vauban
0 : HISTTIMEFORMAT=%Y-%m-%d %H:%M : 0 0 0 Just throwing an idea (as I don't know enough about that): play with the variable `org-babel-sh-command' (default: bash) and add options such as --login or --interactive (or stuff like that)? Best regards, Seb -- Sebastien Vauban

Re: [O] [Babel] [Bug] Cache

2013-12-06 Thread Sebastien Vauban
situation, we think that the graphs (or, in a general way, the results) are up-to-date while it's wrong -- you've changed some piece of code somewhere, and the cached results are still used. Best regards, Seb -- Sebastien Vauban

[O] [babel] Lisp error: (void-variable params)

2013-12-10 Thread Sebastien Vauban
-babel-exp-do-export info (quote block) hash) org-babel-exp-src-block((R)) --8---cut here---end---8--- Best regards, Seb [1] Org-mode version 8.2.3c (release_8.2.3c-344-ge6a6fe). -- Sebastien Vauban

Re: [O] [babel] Can't write accented characters in R graphics

2013-12-10 Thread Sebastien Vauban
Sebastien Vauban wrote: John Hendy wrote: Can you do it straight from R? Might be a better place to start? If not, I'd look into that first to avoid googling org and ESS stuff in vain! The 1'42 demo on http://screencast.com/t/A9q6CQlLY6 clearly shows that: - It (now [1]) works from the R

Re: [O] [babel] Can't write accented characters in R graphics

2013-12-11 Thread Sebastien Vauban
Christian Moe wrote: Sebastien Vauban writes: Fixed with: --8---cut here---start-8--- ;; accented characters on graphics (setq org-babel-R-command (concat org-babel-R-command --encoding=UTF-8))) --8---cut here

Re: [O] [babel] Lisp error: (void-variable params)

2013-12-12 Thread Sebastien Vauban
Achim Gratz wrote: Eric Schulte writes: This should be fixed now. Indeed it is. Thank you. Also confirmed on my side. Thank you for fixing the hash computation problem so quickly! Best regards, Seb -- Sebastien Vauban

[O] [babel] Bug when updating the hash: meta-lines get deleted

2013-12-13 Thread Sebastien Vauban
regards, Seb -- Sebastien Vauban

Re: [O] [babel] how to pass data to gnuplot from another block

2013-12-13 Thread Sebastien Vauban
to) call(s) the mode foo-mode. -- Sebastien Vauban

Re: [O] [babel] Bug when updating the hash: meta-lines get deleted

2013-12-13 Thread Sebastien Vauban
followed by their results -- that is, such #+... lines are like ignored for the update. Best regards, Seb -- Sebastien Vauban

Re: [O] [babel] Bug when updating the hash: meta-lines get deleted

2013-12-14 Thread Sebastien Vauban
Hello Eric, Eric Schulte wrote: Sebastien Vauban sva-n...@mygooglest.com writes: Eric Schulte wrote: When results caching is enabled, and when the hash must be updated, the meta-lines in front of the results block are _deleted_. You should use a named code block if you want to decorate

Re: [O] #+TEXT: disappeared

2013-12-17 Thread Sebastien Vauban
Manfred Lotz wrote: I just found that #+TEXT: from pre 8 org-mode has disappeared. Does anybody know how this is done with org-mode 8? IIUC, it became `#+ascii:'. Best regards, Seb -- Sebastien Vauban

Re: [O] My attempt of org babel inline src block highlighting

2013-12-18 Thread Sebastien Vauban
. Could you elaborate, please? Best regards, Seb -- Sebastien Vauban

[O] [bug] Partially disable interpretation of subscripts

2013-12-20 Thread Sebastien Vauban
} is left as is In a way, the opposite of what I'm expecting. Am I missing something? Best regards, Seb -- Sebastien Vauban

Re: [O] [bug] Partially disable interpretation of subscripts

2013-12-23 Thread Sebastien Vauban
Hello Nicolas, Sebastien Vauban writes: In order to be able to write names such as CODE_STATUT without STATUT being written in subscript, I'm using the {} value for the ^ option. Though, doing so, - a_b is interpreted as subscript - a_{b} is left as is In a way, the opposite of what I'm

Re: [O] Missing contrib packages

2013-12-23 Thread Sebastien Vauban
-- Sebastien Vauban

Re: [O] [PATCH] Re: \newpage in HTML export

2014-01-04 Thread Sebastien Vauban
. The non-portable part comes from the need to share that filter. Anybody without that filter will not be able to export your document in the intended way. Shouldn't, then, some filters be available by default in core Org? Best regards, Seb -- Sebastien Vauban

Re: [O] [PATCH] Re: \newpage in HTML export

2014-01-05 Thread Sebastien Vauban
Hello Bastien, Bastien wrote: Sebastien Vauban writes: Shouldn't, then, some filters be available by default in core Org? I don't think so: my understanding is that default filters would then be implemented without relying on filters -- so filters are really optional by nature. Nicolas

Re: [O] Long lines prevent Org mode!

2014-01-08 Thread Sebastien Vauban
with it! :-). This is mainly useful for sending HTML-export (or Org-export) of an Org section. Best regards, Seb -- Sebastien Vauban

Re: [O] Long lines prevent Org mode!

2014-01-09 Thread Sebastien Vauban
Hi François, François Pinard wrote: Sebastien Vauban writes: Using `C-c C-v C-d' to demarcate your region as code, and give the language, you'll get a nice highlighting of the code inside Gnus You mean that demarcated code #+BEGIN_SRC elisp ((lambda (x y) (+ x y))(length abc) 2

Re: [O] Babel language support for Mathematica

2014-01-09 Thread Sebastien Vauban
on overall performance? Best regards, Seb -- Sebastien Vauban

[O] [poll] Fontify code in code blocks

2014-01-09 Thread Sebastien Vauban
'. WDYT if we turn it on by default? Are there users explicitly wanting to keep that variable turned off. If yes, can you explain why: performance reasons, others? Best regards, Seb -- Sebastien Vauban

Re: [O] Local variables in org files

2014-01-09 Thread Sebastien Vauban
, like this: --8---cut here---start-8--- # Local variables: # eval: (sbe init) # End: --8---cut here---end---8--- Best regards, Seb -- Sebastien Vauban

Re: [O] [poll] Fontify code in code blocks

2014-01-11 Thread Sebastien Vauban
one-liners, yes! Now, I have no idea about what's the work required. But I definitely would love to see that implemented. Best regards, Seb -- Sebastien Vauban

Re: [O] Local variables in org files

2014-01-11 Thread Sebastien Vauban
is quite cryptic, even if it's the (quite logical) abbreviation of source block evaluate. Best regards, Seb -- Sebastien Vauban

Re: [O] Local variables in org files

2014-01-11 Thread Sebastien Vauban
department, it was Sebastien Vauban who came up with this very nice tidbit. Give back to Caesar what is Caesar's... and take from Caesar everything what's not Caesar's [1] ;-) Best regards, Seb [1] That solution was given by Dan Davison in December 2010 (see http://article.gmane.org

Re: [O] [poll] Fontify code in code blocks

2014-01-13 Thread Sebastien Vauban
Hello Bastien, Eric S Fraga wrote: +1 for org-src-fontify-natively set to t by default. I've had this turned on forever... I cannot imagine using org without it! I think this overall results of the poll is quite clear, no? Best regards, Seb -- Sebastien Vauban

Re: [O] color header based on priority/tags rather than level

2014-01-14 Thread Sebastien Vauban
Once again, not what you're looking for, but John Wiegley once shared his code to highlight agenda lines depending of a tag (home, work, etc.). Though, can't find it anymore... Best regards, Seb -- Sebastien Vauban

Re: [O] Change section (headings) numbering style

2014-01-14 Thread Sebastien Vauban
. AFAICT, this is not possible right now. Though, you have a fallback in the name of jQuery, for example (or JavaScript, in general). Best regards, Seb -- Sebastien Vauban

[O] org-store-link without having to press Enter?

2014-01-14 Thread Sebastien Vauban
-c\C-l\C-m) But I find it fragile because it relies on key bindings which could change in time. How could I do otherwise? Best regards, Seb -- Sebastien Vauban

Re: [O] subtree export title w/ tags

2014-01-15 Thread Sebastien Vauban
-export-with-tags' seems to be the option to do that, nope? ╭ org-export-with-tags │ │ If nil, do not export tags, just remove them from headlines. ╰ Best regards, Seb -- Sebastien Vauban

Re: [O] Changing behaviour of {:} in column view?

2014-01-15 Thread Sebastien Vauban
for people to try to confirm the problem, and eventually fix it. Best regards, Seb -- Sebastien Vauban

Re: [O] [poll] Fontify code in code blocks

2014-01-15 Thread Sebastien Vauban
, Seb -- Sebastien Vauban

Re: [O] org-store-link without having to press Enter?

2014-01-15 Thread Sebastien Vauban
Hello Nick, Nick Dokos wrote: Sebastien Vauban writes: I'd like to use org-store-link in a piece of code. However, it currently requires the user to select some link from a list of store links. I think you mean org-insert-link, right? Yes; you're right! If I always want to select

Re: [O] Buffer local alias?

2014-01-15 Thread Sebastien Vauban
-in function in `C source code'. │ │ (boundp SYMBOL) │ │ Return t if SYMBOL's value is not void. │ Note that if `lexical-binding' is in effect, this refers to the │ global value outside of any lexical scope. ╰ Best regards, Seb -- Sebastien Vauban

Re: [O] Automatically add a repeater when scheduling

2014-01-15 Thread Sebastien Vauban
be so hard to monkeypatch the method to do so, would it? Best regards, Seb -- Sebastien Vauban

Re: [O] Buffer local alias?

2014-01-15 Thread Sebastien Vauban
Hello Andreas, Andreas Leha wrote: The drop of the implicit naming of call lines, for example, was (and still will be for some of my files) a bigger issue. Could you remind me what's the problem you're talking of? Best regards, Seb -- Sebastien Vauban

Re: [O] Add legacy time tracking as CLOCK entries

2014-01-15 Thread Sebastien Vauban
duration This seems the simplest option to me. Best regards, Seb -- Sebastien Vauban

Re: [O] Bug: Export to Latex - Incorrect output for list items starting with left bracket [8.2.3c (8.2.3c-elpa @ /Users/jdegenhardt/.emacs.d/elpa/org-20131115/)]

2014-01-16 Thread Sebastien Vauban
)? Best regards, Seb -- Sebastien Vauban

Re: [O] How to bind opening a custom agenda to a single key?

2014-01-16 Thread Sebastien Vauban
---cut here---start-8--- (global-set-key (kbd f12) (lambda () Execute `C-c a h'. (interactive) (org-agenda nil h))) --8---cut here---end---8--- Best regards, Seb -- Sebastien Vauban

Re: [O] Bug: Export to Latex - Incorrect output for list items starting with left bracket [8.2.3c (8.2.3c-elpa @ /Users/jdegenhardt/.emacs.d/elpa/org-20131115/)]

2014-01-16 Thread Sebastien Vauban
Nicolas Goaziou wrote: Eric S Fraga e.fr...@ucl.ac.uk writes: Sebastien Vauban sva-n...@mygooglest.com writes: Eric S Fraga wrote: Seems to work fine. I've tried using the export snippets together with the filter for checkboxes and my lists come out looking as they should. Changing my

[O] Debugger entered--Lisp error: (wrong-type-argument stringp nil)

2014-01-18 Thread Sebastien Vauban
, Seb -- Sebastien Vauban

Re: [O] Debugger entered--Lisp error: (wrong-type-argument stringp nil)

2014-01-22 Thread Sebastien Vauban
Hi Bastien, Sebastien Vauban writes: Since a couple of days, I have the following trouble when capturing in one (or more?) files. I've not yet understood the problem. Anybody having tips? Can you check the value of `org-complex-heading-regexp-format' in the buffer where the error

Re: [O] bug#16440: 24.3.50; Some colors of the theme aren't respected in latest Emacs

2014-01-22 Thread Sebastien Vauban
-version)) (format-time-string %Y-%m-%d emacs-build-time) (emacs-pid))) (add-to-list 'load-path ~/git/org-mode/lisp) (load-theme 'leuven t) --8---cut here---end---8--- Best regards, Seb -- Sebastien Vauban

Re: [O] How to signal end of a section or subsection

2014-01-22 Thread Sebastien Vauban
: --8---cut here---end---8--- Obviously, it's much less readeable... Maybe that solution should be deprecated, then? Best regards, Seb -- Sebastien Vauban

Re: [O] How to signal end of a section or subsection

2014-01-23 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: Sebastien Vauban writes: I thought that the standard way was the following: *** :B_theorem: :PROPERTIES: :BEAMER_env: theorem :END: There is no largest prime number

Re: [O] How to signal end of a section or subsection

2014-01-23 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: Sebastien Vauban writes: Is the simpler solution valid on all types of block environments? To enumerate them (extensively, AFAICT): - structureenv - alertblock - exampleblock - definition - example - proof - beamercolorbox - verse - quotation

[O] Can I wrap a Babel call inside a macro?

2014-01-23 Thread Sebastien Vauban
are executed, I'd think this is possible, but I must miss something... Best regards, Seb -- Sebastien Vauban

[O] Simple quote becomes double in LaTeX export

2014-01-24 Thread Sebastien Vauban
, Seb -- Sebastien Vauban

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