Re: [O] Babel-R TBLFM example

2014-07-28 Thread Shiyuan
Thanks Bastien. I see ob-R.el from org-mode repos has been updated. So is the org-R from git-repos ready to use? Could you suggest a good place to start learning the new org-R? The source file ob-R.el? Shiyuan On Mon, Jul 28, 2014 at 6:21 AM, Bastien wrote: > Hi Shiyuan, > > Shiyuan writes:

[O] [PATCH] Remove unecesssary invocations of org-mode in ox-publish

2014-07-28 Thread Matt Lundin
This patch fixes a bug in which org-publish makes the following call... (let ((org-inhibit-startup t) (org-mode))) ...in buffers that are already open. This often happens, for instance, when publishing a sitemap. But there is no need to call org-mode again in these open buffers. Moreover calling

[O] Regex Speedup for org-refresh-category-properties.

2014-07-28 Thread Malcolm Purvis
I use the master version of org, and some months ago the time required to generate my custom agenda view sky rocketed. I've found that 90% of the time was being spent in the call to re-search-forward in org-refresh-category-properties. The patch below speeds up the regular expression search and

Re: [O] A gentle introduction to Emacs & Org-mode?

2014-07-28 Thread John Kitchin
This page has some links to some videos that you might find helpful: http://kitchingroup.cheme.cmu.edu/blog/2014/07/12/Org-mode-is-awesome/. Some are more gentle than others ;) Bastien writes: > Hi Marcin, > > Marcin Borkowski writes: > >> Also, is prelude or Emacs Starter Kit a good idea? > >

Re: [O] What is the best in-Emacs presentation mode for org-files today?

2014-07-28 Thread John Kitchin
I agree with org-mode. Check out https://www.youtube.com/watch?v=JZ8RK-R9O_g, which is an illustration of some code I adapted from Sacha Chua. At the top of https://github.com/jkitchin/jmax/blob/master/org-show.org you can find some links to other presentation tools in Emacs. Bastien writes: > H

Re: [O] [PATCH] org-capture, :default-time and <...>

2014-07-28 Thread Erik Hetzner
At Mon, 28 Jul 2014 18:13:04 +0200, Bastien wrote: > > Hi Erik, > > using a custom date is done via `org-overriding-default-time' (within > a let construct) instead of (org-capture-put :default-time date). > > Yes, the details are obscure and we need to better document this. > > Let us know if

Re: [O] org-envolve?

2014-07-28 Thread Thomas S. Dye
Aloha David, David Arroyo Menendez writes: >>> + davidam-org-envolve-src(msg) >>> + davidam-org-src(msg) >> >> It's quicker to add values to `org-structure-template-alist' IMO. >> > > I'm taking a look to org-structure-template-alist, it seems for > autocompletion. How can I use it? org-try-stru

Re: [O] org-contact Export

2014-07-28 Thread Daimrod
Esben Stien writes: > Daimrod writes: > >> It wasn't possible, but it is now. I've slightly modified >> `org-contacts-export-as-vcard' so that it will prompt for a user name >> when called with a prefix argument. > > This is in git? Yes. >> The new function's behovior when called interactively

Re: [O] org-envolve?

2014-07-28 Thread David Arroyo Menendez
Bastien writes: > Hi David, > > David Arroyo Menendez writes: > >> + davidam-org-envolve-src(msg) >> + davidam-org-src(msg) > > It's quicker to add values to `org-structure-template-alist' IMO. > I'm taking a look to org-structure-template-alist, it seems for autocompletion. How can I use it? o

Re: [O] indent c-c -?

2014-07-28 Thread Samuel Wales
hi bastien, On 7/27/14, Bastien wrote: >> i would like this: >> >> - 1 >> - 2 > > Put the cursor at the beginning of the non-indented item then hit > S-M- twice to "demote" the list by two indentation levels. that is how to do it manually. what i want is how to do it every time i do c-c - o

Re: [O] bug: isearch puts ellipses at top of window

2014-07-28 Thread Samuel Wales
On 7/27/14, Bastien wrote: >> in maint, isearch very often puts ... at the top of the window. is >> this related to recent ellipsis bugs? > > This is related to the removal of an ill-thought fix for this very > same problem. I suggest we live with it right now. is this fixed in master? even wh

Re: [O] How to list inactive timestamps and logged items together in agenda?

2014-07-28 Thread Samuel Wales
i have these notes in my .emacs-alike: ;;this is a good solution, but it is a defvar. ] to do it ;;temporarily. it might exclude the ts in the closed ts. (setq org-agenda-include-inactive-timestamps t) ;; ;;this way i can see what i did so far in the day and remind me ;;of good or bad things i d

Re: [O] Dired-like agenda

2014-07-28 Thread Samuel Wales
On 7/28/14, Bastien wrote: > 8.3 is already overloaded with new features, so let's put this > for 8.4, and let's continue to refine the suggestion. looking forward to it.

Re: [O] proposal to have ignoreheading tags/properties

2014-07-28 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Bastien writes: > >> I suggest renaming ox-extra.el to ox-filters-extra.el and to have >> org-mode/lisp/ox-filters.el for filters that are important enough >> to be in core. >> >> I think Eric's filter is important enough to be in core, together >> with an op

Re: [O] Enabling another language in org-babel

2014-07-28 Thread Ista Zahn
Hi all, Please find code attached that implements stata support in org-babel. The attached ob-stata.el is a modified version of ob-julia.el. It currently supports evaluation of stata code from babel code blocks with ':results output' (and this has been set as the default). Neither ':results value'

Re: [O] [FeatReq] New option for `org-entry-properties' WHICH argument?

2014-07-28 Thread Thorsten Jolitz
Bastien writes: Hi Bastien, > Thorsten Jolitz writes: > >> what about adding one more option for WHICH >> >> ,[ C-h f org-entry-properties RET ] >> | org-entry-properties is a compiled Lisp function in `org.el'. >> | >> | (org-entry-properties &optional POM WHICH SPECIFIC) >> | [...] >> |

Re: [O] org-contact Export

2014-07-28 Thread Esben Stien
Daimrod writes: > It wasn't possible, but it is now. I've slightly modified > `org-contacts-export-as-vcard' so that it will prompt for a user name > when called with a prefix argument. This is in git? > The new function's behovior when called interactively is the following: > 1. no prefix : do

Re: [O] Collecting unique selling proposition (USP) of Org-mode

2014-07-28 Thread Thorsten Jolitz
Bastien writes: > Hi Karl, > > Karl Voit writes: > >> ... I am sure, you have a pretty good idea what to add to this list >> as well. So: add it :-) > > My suggestion for a USP: "Org-mode comes with a unique community". Maybe adding that Org-mode has a maintainer who owns the magic , | M-

Re: [O] proposal to have ignoreheading tags/properties

2014-07-28 Thread Nicolas Goaziou
Hello, Bastien writes: > I suggest renaming ox-extra.el to ox-filters-extra.el and to have > org-mode/lisp/ox-filters.el for filters that are important enough > to be in core. > > I think Eric's filter is important enough to be in core, together > with an option to let users decide what tag shou

Re: [O] how to use :options-alist in org-export-define-derived-backend ?

2014-07-28 Thread Nicolas Goaziou
Hello, Bastien writes: > Nicolas Goaziou writes: > >> Automatically set document's title to file name or buffer name when no >> TITLE keyword is provided. > > I think that's the right thing to do and I don't see the benefits of > doing otherwise. In some cases, it even forced me to use better

Re: [O] [bug, beamer] Frame parameters taken from example code block

2014-07-28 Thread Nicolas Goaziou
Hello, Bastien writes: > Maybe it's time to forbid blank lines between headlines and the > properties drawer? Or at least to discourage separating them in > the manual? Otherwise I don't have a steady solution at hand. I think this is fixed already. Regards, -- Nicolas Goaziou

Re: [O] proposal to have ignoreheading tags/properties

2014-07-28 Thread Mark Edgington
Hi Rasmus, Rasmus gmx.us> writes: > > Bastien gnu.org> writes: > > > > I think Eric's filter is important enough to be in core, together > > with an option to let users decide what tag should be used instead > > of "ignore" (with "ignore" as a default). > > How about "ignoreheading" as this i

Re: [O] if we operate on a subtree, perhaps we could adjust levels

2014-07-28 Thread Samuel Wales
org-yank-adjusted-subtrees? On 7/28/14, Bastien wrote: > Hi Samuel and Achim, > > Achim Gratz writes: > >> Samuel Wales writes: >>> you will notice that the decrypted subtree is actually at a higher >>> level than its parent. this is a violation of org structure. >>> >>> in consequence, it can

[O] error in only text exporter

2014-07-28 Thread Xebar Saram
Hi list for some reason exporting to txt dosent work here. all other options (html,pdf etc) work. in the message window i get: concat: Wrong type argument: wholenump, auto anyway i can get more info on this and try to figure out whats going on? thx! Z

Re: [O] [PATCH] Fix id generation in ox-rss.el

2014-07-28 Thread Bastien
Hi Matt, Matt Lundin writes: > The attached patch fixes a bug in ox-rss.el that causes org-publish to > generate IDs in whatever org buffer emacs happens to be currently > visiting. I was puzzled why my org files were suddenly filled with > hundreds of ID entries. I discovered it happened when I

Re: [O] [POLL] Syntax change: make \[...\] non-inline

2014-07-28 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > - documents containing \[...\] mid-line will be broken (such > constructs will not be recognized anymore). That's a big cons for only a small benefit IMHO. But I don't feel strongly about it. -- Bastien

Re: [O] [FR] fill caption

2014-07-28 Thread Bastien
Hi Aaron, Aaron Ecay writes: > There’s a warning in the Org manual about using filladapt with org, but > I’ve never noticed any problems. Interesting -- was it always like this? Or is it due to the recent improvements Nicolas made to the filling mechanisms? If the manual needs to remove the w

Re: [O] Add orgstruct-appendix to .emacs to default for .R-files

2014-07-28 Thread Bastien
Hi Henning, Henning writes: > Is there any way to put the following lines of code into my > .emacs-file, so the orgstruct-properties becaume default for all my > .R-Files? I guess you may want to use something like yasnippets: http://www.emacswiki.org/emacs/Yasnippet HTH, -- Bastien

Re: [O] Maxima code blocks does not work in windows revisited

2014-07-28 Thread Bastien
Hi Juan, Juan Alvaro Fuentes writes: > It seems that maxima code blocks still does not work in windows as > the following code did not work when I tried to run it: I don't have a machine with Windows so I can't really help here, but I hope an Org/Maxima/Windows user can help debugging this furt

Re: [O] Advanced video tutorial

2014-07-28 Thread Bastien
Hi Chris, Chris Henderson writes: > Is there any Advanced video tutorial (beyond the basics) for org-mode > published in the last 1 year or so? By Advanced, I mean things > archiving/ note taking/ drawers and various other new efficiency > gains features that have come out with recent orgs. > >

Re: [O] org-table-edit-formulas misbehaving in 8.2.7b

2014-07-28 Thread Nick Dokos
Bastien writes: > Hi Luke, > > Luke Crook writes: > >> I just noticed that org does not jump to the correct cell in the table when >> examining formulas using "org-table-edit-formulas". > > Are you still seeing problems here? > > I tried to navigate through formulas from your example and > I di

Re: [O] :header-args: over several lines?

2014-07-28 Thread Bastien
Hi Rainer, Rainer M Krug writes: >> Exactly that should work, i.e. using header-args+: > > And it does - should be added to the manual in the example. Can you provide a patch for this? -- Bastien

Re: [O] Issue with multiple references to the same footnote in LaTeX export

2014-07-28 Thread Bastien
Hi York, York Zhao writes: > If I have multiple references to the same footnote, in LaTeX export > only the > first reference is a clickable link, the rest are exported as dead > number > referring to the footnote definition, but not clickable links. I have > `org-footnote-section' set to `nil'

[O] bug#18035: Linum-mode + org-indent-mode results in graphical bug

2014-07-28 Thread Bastien
Eli Zaretskii writes: >> From: Lionel Henry >> Date: Sat, 26 Jul 2014 17:53:47 +0200 >> Cc: 18...@debbugs.gnu.org, >> michael_heerde...@web.de >> >> - Open a .org file large enough that you can scroll it. >> - Enable linum and org-indent-mode >> - Scroll >> >> The linum and the indentation wi

Re: [O] key collision for auto completion

2014-07-28 Thread Bastien
Shiyuan writes: > In particular, > what command is M-tab supposed to be bound to for auto completion for > the special symbols? Thanks. See this in org.el: (org-defkey org-mode-map "\M-\t" 'pcomplete) -- Bastien

Re: [O] Collecting unique selling proposition (USP) of Org-mode

2014-07-28 Thread Bastien
Hi Karl, Karl Voit writes: > ... I am sure, you have a pretty good idea what to add to this list > as well. So: add it :-) My suggestion for a USP: "Org-mode comes with a unique community". -- Bastien

Re: [O] Preset filter sometimes persistent

2014-07-28 Thread Bastien
Hi Thomas, Thomas Morgan writes: > Here is a recipe for a bug on the maint branch that causes a preset tag > filter to be carried over to another agenda view in some cases. This should now be fixed in maint. Can you test and report back? Thanks for the useful bug report, -- Bastien

Re: [O] proposal to have ignoreheading tags/properties

2014-07-28 Thread Bastien
Hi Mark, Aaron, Eric and Nicolas, Eric Schulte writes: > Please feel free to add this to ox-extras. I suggest renaming ox-extra.el to ox-filters-extra.el and to have org-mode/lisp/ox-filters.el for filters that are important enough to be in core. I think Eric's filter is important enough to be

Re: [O] Scheduled tasks: total time since last DONE

2014-07-28 Thread Bastien
Hi Fletcher, Fletcher Charest writes: > This way I could see it's been 7 days I didn't do it, and tasks would > be better organized in the agenda. RIght now, a task that I have to > do on a weekly basis never has a number greater than '6x', and even > if it hasn't been done for months, it still

Re: [O] proposal to have ignoreheading tags/properties

2014-07-28 Thread Mark Edgington
Hi Bastien, On Sun, Jul 27, 2014 at 1:21 PM, Bastien wrote: > > I suggest renaming ox-extra.el to ox-filters-extra.el and to have > org-mode/lisp/ox-filters.el for filters that are important enough > to be in core. > Your suggestion sounds sensible, but of course I'm biased, as I've been using

Re: [O] [PATCH] ob-java.el: Add `:var' variables import

2014-07-28 Thread Bastien
Hi Bart, Bart Post writes: > Thanks for your reply! I already started the copyright assignment > process, for now I need to wait for a disclaimer form from my > employer, but I will notify you as soon as there is progress. Did you get this sorted out? > While discussing the patch with a roomma

Re: [O] [bug, beamer] Frame parameters taken from example code block

2014-07-28 Thread Bastien
Hi Sébastien, Sebastien Vauban writes: > the frame "inherits" from the property BEAMER_opt which, though, is only > present in the example code, not in the Beamer frame itself. Maybe it's time to forbid blank lines between headlines and the properties drawer? Or at least to discourage separa

Re: [O] html-encode in mathjax latex fragments

2014-07-28 Thread Bastien
Hi Rick, Rick Frankel writes: > Not sure why `org-html-protect-char-alist' is a custom and not just a > var, but IMHO, `org-html-encode-plain-text' is the correct solution. I made `org-html-protect-char-alist' a defvar. -- Bastien

Re: [O] Directly search for Headlines?

2014-07-28 Thread Fabrice Niessen
Ken Mankoff wrote: > On 2014-07-08 at 17:01, Samuel Wales wrote: >> On 7/7/14, Ken Mankoff wrote: >>> "s" in agenda just saves all Org Buffers for me. >> >> c-c a s >> >>> My work-around is to search for "* Foo", but this doesn't find headlines >>> with TODO items. >> >> it should. > > You're righ

Re: [O] Scaling down face maintains line height

2014-07-28 Thread Robert Dudley
Hi again, in a LaTeX buffer, for example, it works smoothly: https://share.eva.mpg.de/public.php?service=files&t=257412dda02bccdc4ed122852e446eb1 Org buffers are the only occasions on which I encountered the described behavior. The versions: - Org-mode version 8.2 (8.2-6-gd745cd-elpa @ /home..

Re: [O] proposal for improved integration of cdlatex

2014-07-28 Thread Bastien
Hi Federico, Federico Beffa writes: > (defun org-cdlatex-environment-indent (&optional environment item) Why those parameters? > (interactive) > (cdlatex-environment environment item) > (save-excursion > (org-mark-el

Re: [O] Fontification of org code block not printed

2014-07-28 Thread Bastien
Hi Stefan, thanks for the thorough analysis. "Stefan-W. Hahn" writes: > I'm sure that this is not what I expect but I'm not sure if this is a fault > in ps-def.el or org.el. This is the fault of Org. I fixed this in master by removing `org-block-background'. This is radical but I think this

Re: [O] Bug: wrong interpretation of LaTeX [8.2.6 (8.2.6-47-ge3d2c1-elpa @ c:/Users/beffa/.emacs.d/elpa/org-20140526/)]

2014-07-28 Thread Bastien
Nicolas Goaziou writes: > That would prevent \[...\] to be recognized within a paragraph, as in > the example above. I don't think it's worth removing it as long as there > is a latex-environment alternative for it. FWIW I fully agree here. -- Bastien

Re: [O] BUG variable expansion with table

2014-07-28 Thread Bastien
Hi Rainer, Rainer M Krug writes: > I did not get far when debugging, only that in the function > org-babel-R-assign-elisp when assigning TABLE_FILE the rownames are > missing in the =value=. Did you have a chance to debug this further? Thanks, -- Bastien

Re: [O] proposal to have ignoreheading tags/properties

2014-07-28 Thread Rasmus
Bastien writes: > Hi Mark, Aaron, Eric and Nicolas, > > Eric Schulte writes: > >> Please feel free to add this to ox-extras. > > I suggest renaming ox-extra.el to ox-filters-extra.el and to have > org-mode/lisp/ox-filters.el for filters that are important enough > to be in core. > > I think Eric

Re: [O] open file link in dired?

2014-07-28 Thread Bastien
Alan Schmitt writes: > Thanks again (and thanks to Org for letting me remember this 18 months > old task), Yep, I know that feeling ;) Thanks for sharing the improved version! -- Bastien

Re: [O] Export agenda to HTML with links to body contents

2014-07-28 Thread Bastien
Hi Sebastian, Sebastian Fischmeister writes: > The only thing I'm missing is links to the body of the item. Does Org > currently support anything in the HTML export that could enable showing > the content on a click? Nope, sorry. -- Bastien

Re: [O] org-table: Reference *one* cell below a hline?

2014-07-28 Thread Bastien
Hi Nick and James, Nick Dokos writes: >> If assigning to an hline-relative reference is not supported, would it >> be a valid feature request? > > Not sure how hard it would be to implement, but at least in this > particular case (getting to the last row or the last few rows of the > table), I'd

Re: [O] [PATCH] ox-bibtex.el: Extend to use bibtex files not in current, working directory

2014-07-28 Thread Bastien
Hi Konrad, Konrad Herbst writes: > I would like to provide a patch for the ox-bibtex.el module which can > now handle bibtexfile destinations of the form: > > #+BIBLIOGRAPHY: /home/user/Literature/foo.bib plain option:-d > > but still accepts bibfiles in the working directory. Thanks for the p

Re: [O] [ANN] Merge export-block type within special-block

2014-07-28 Thread Bastien
Hi Nicolas, thanks for this simplification and for the explanations. Nicolas Goaziou writes: > All back-ends in core and in contrib have been updated this way > already. And for this too! -- Bastien

Re: [O] Scaling down face maintains line height

2014-07-28 Thread Bastien
Hi Andreas, Andreas writes: > when I scale down (C-x C--) an org buffer's faces, they maintain the > original line height, filling up with vertical space, which is not what > I want. Is it just in org-mode or in Emacs in general? -- Bastien

Re: [O] How to list inactive timestamps and logged items together in agenda?

2014-07-28 Thread Bastien
Hi Martin, "Martin Beck" writes: > I want to create an agenda view which lets me list all items, I've > been working on in a certain time interval in chronological order. > > I have created an agenda which does that by listing all headings with > inactice timestamps like that: > > ("ip" "pas

Re: [O] [Mac OS X] - Capture items not clocking-out upon refile

2014-07-28 Thread Bastien
Hi Hassan, Hassan Dar writes: > I am running Mac OS X 10.8 (Mountain Lion) and emacs 24.3. What is your Org version? Please report what M-x org-version RET says. Thanks, -- Bastien

Re: [O] org-agenda-insert-diary-make-new-entry adds entry as first child?

2014-07-28 Thread Bastien
Hi Nikolai, Nikolai Weibull writes: > Here’s a suggested solution. We keep track of whether the parent > entry already has any children, then we call org-insert-heading with > two universal arguments to add an entry at the end of the current > subtree. Finally, if there weren’t any children al

Re: [O] Writing .el files for org in org?

2014-07-28 Thread Bastien
Hi John and Rainer, Rainer M Krug writes: >> What if we created a new directory in the repository called "org" which >> contains these kinds of files? It would be analogous to the "lisp" >> directory. I don't think we need to have both ob-R.org and ob-R.el in the >> repository. > > I think that

Re: [O] [RFC] Deprecate `org-list-empty-line-terminates-plain-lists'

2014-07-28 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > Therefore, I suggest to mark it as deprecated in Org 8.3 release notes, > and remove it altogether in Org 8.4. > > WDYT? Fine for me, please go ahead, -- Bastien

Re: [O] [PATCH] org-git-link.el: Add support for line in org-git-link

2014-07-28 Thread Bastien
Hi Samuel, Samuel Loury writes: > I would like to submit a small enhancement of the org-git-link package > to add the storing and use of a line third argument. > > Please find the patch attached to this mail. I hope you'll find it > useful. Applied, thanks. -- Bastien

Re: [O] indent c-c -?

2014-07-28 Thread Bastien
Hi Samuel, Samuel Wales writes: > i mark headlines then do c-c -. i get this: > > - 1 > - 2 > > i would like this: > > - 1 > - 2 Put the cursor at the beginning of the non-indented item then hit S-M- twice to "demote" the list by two indentation levels. HTH, -- Bastien

Re: [O] Filtering org-clock-display

2014-07-28 Thread Bastien
Hi Noah, Noah Slater writes: > Can I pass in the range when calling it from a function? Not directly. (org-clock-display '(16)) will interactively prompt for a range. (let ((org-clock-display-default-range 'thisweek)) (org-clock-display)) will display the clock with the new option `org-clo

Re: [O] <2014-07-19 Sa .+2d> date switching no more working after some time

2014-07-28 Thread Bastien
Hi Rainer, Rainer Stengele writes: > I had the same problem yesterday. It seems that the current Org mode > does "crash" somewhere in the daily work and then show the wrong > behavior as described. This smells like something that has to do with the element cache. > I know this is not informati

Re: [O] Bug: Problem with hook added to org-mode-hook [8.2.6 (release_8.2.6-1 @ /usr/local/share/emacs/24.4.50/lisp/org/)]

2014-07-28 Thread Bastien
Hi Tianxiang, Tianxiang Xiong writes: > (add-hook 'org-mode-hook > (lambda () > (add-hook 'after-save-hook 'tangle-init nil t))) > > However, when I open my init.org file, I see that the after-save-hook > variable is nil. If I manually reapply org-mode, however, it works a

Re: [O] Bug: org-agenda-get-sexps and erroneous agenda tag filtering. [8.2.6 (8.2.6-dist @ /home/rberger/Emacs/share/emacs/site-lisp/org/)]

2014-07-28 Thread Bastien
Hi Raimund, this is now fixed, thanks and sorry for the delay. Would be good if you can confirm if the issue is gone for you. Thanks, -- Bastien

Re: [O] [Babel] 2 new problems with tangling

2014-07-28 Thread Bastien
Hi Sébastien, Sebastien Vauban writes: > After an update to Org 8.2.7, I have troubles tangling files. Do you still see this? If so, did you have time to bisect and report the first bad commit? Thanks! -- Bastien

Re: [O] Enabling another language in org-babel

2014-07-28 Thread Bastien
Hi Ista, Ista Zahn writes: > I don't know if this is ready for contrib yet (though I don't object > if you think it is). I'm not sure what quality standards exist for > contrib, but this is really quick and dirty; it would be nice to at > least implement graphics support. On the other hand its b

Re: [O] Bug: [PATCH] Make org-narrow-to-subtree usable out of Org mode [8.2.7b (release_8.2.7b-6-g07d470 @ /home/youngfrog/sourcetrees/org-mode/lisp/)]

2014-07-28 Thread Bastien
Hi Nicolas, Nicolas Richard writes: > But now that I think about it, org mode simply should avoid narrow-map > completely : users (me included) won't randomly try to run > org-narrow-to-subtree outside of org buffers (and those who do deserve a > bad error message) but they might want to give "C

Re: [O] Bug in org-paste-subtree

2014-07-28 Thread Bastien
Hi Anders, Anders Johansson writes: > We have no subexpression to match, it should be zero. Indeed, thanks for reporting this and for the fix, applied. -- Bastien

Re: [O] Lots of sticky search agendas clutter buffer list

2014-07-28 Thread Bastien
"Martin Beck" writes: > How do you handle that? > Is there a way so kill all buffers which match e. g. "Org Agend (s:" > with one command? > > Kind regards > > Martin > > -- Bastien

Re: [O] org-table-edit-formulas misbehaving in 8.2.7b

2014-07-28 Thread Bastien
Hi Luke, Luke Crook writes: > I just noticed that org does not jump to the correct cell in the table when > examining formulas using "org-table-edit-formulas". Are you still seeing problems here? I tried to navigate through formulas from your example and I didn't notice any problem. Thanks,

Re: [O] Macros in included file not expanded in batch export

2014-07-28 Thread Fabrice Niessen
Hello Suvayu, Suvayu Ali wrote: > I am trying to export to LaTeX in batch mode, but it seems the exporter > ignores macros defined in included files when exporting in batch mode. > > I tried to export like this: > > $ emacs --eval "(require 'ox-latex)" include-test.org \ > --eval '(org-L

Re: [O] François Pinard RIP

2014-07-28 Thread Bastien
Nick Dokos writes: > I just found out that François Pinard (author of org grep among other > tools and frequent contributor to this list) died recently: > > https://plus.google.com/118038589019918324505/posts/DFuvYBrh4th François was among the few people you can finally call "friends", even when

Re: [O] make orgtbl-ascii-plot easier to install

2014-07-28 Thread Bastien
Hi Thierry, Thierry Banel writes: > I moved orgtbl-ascii-plot to MELPA (it was in Worg). > (orgtbl-ascii-plot draws plots in pure Emacs by typing C-c p). Thanks for this. > Of course, I am still open to Dominik Carsten suggestion > to add it into the core (org-table.el). > http://thread.gmane.

Re: [O] Bug: org table updates [8.2.7 (8.2.7-elpaplus @ /Users/ctanis/.emacs.d/elpa/org-plus-contrib-20140613/)]

2014-07-28 Thread Bastien
Hi Craig, Craig Tanis writes: > Specifically, there's a line in `org-self-insert-command' that checks > `last-command' against a list of table movement functions to see if > auto-blank-field should occur. This list includes > `yas/expand' -- obsolesced in yasnippet 0.8, in favor of > `yas-expa

Re: [O] bug: isearch puts ellipses at top of window

2014-07-28 Thread Bastien
Samuel Wales writes: > in maint, isearch very often puts ... at the top of the window. is > this related to recent ellipsis bugs? This is related to the removal of an ill-thought fix for this very same problem. I suggest we live with it right now. -- Bastien

Re: [O] Request to patch the =org-html-fontify-code= function in =ox-html.el=

2014-07-28 Thread Bastien
Nick Dokos writes: >> To fix this problem by adding the following code after the >> line (funcall lang-mode) in the org-html-fontify-code defun >> in ox-html.el. >> >> (when (require 'fill-column-indicator nil 'noerror) >> (fci-mode -1)) >> >> Can this fix be integrated into ox-html.el?  >> >

Re: [O] What is Babel's language model?

2014-07-28 Thread Bastien
Hi Grant, my suggestion is to start with a verbose report of your own understanding and exploration of Babel, then to refine it so that it can look like a "langage model" (whatever that means.) Anything that takes the users and the developers by the hand would be... handy :) 2 cts of course, --

Re: [O] c-c ' strips final newline or adds blank line, but never neither

2014-07-28 Thread Bastien
Hi Samuel, Samuel Wales writes: > i find that when i do c-c ' on a source block, it either strips the > final newline in the editing buffer or adds an unwanted blank line in > the source block. I can't reproduce this. With (setq org-src-strip-leading-and-trailing-blank-lines nil) there is no c

Re: [O] Escaping again!

2014-07-28 Thread Bastien
Hi Nicolas and Rustom, Nicolas Goaziou writes: > I have no objection, with appropriate documentation, obviously. > > Be careful, though, as some functions need to be updated accordingly: > `org-list-struct', `org-element--list-struct', > `org-at-item-description-p', `org-list-item-body-column',

Re: [O] Babel-R TBLFM example

2014-07-28 Thread Bastien
Hi Shiyuan, Shiyuan writes: > Also, I found this tutorial for org-R http://orgmode.org/worg/ > org-tutorials/org-R/org-R.html, however, the org-R-apply function > seems no longer available in my org mode 8.2.6. Is org-R supposed to > be deprecated? No, but it's moving. Since ob-R.el is perhaps

Re: [O] How to call org-display-inline-images so that after a graphviz block is evaluated the image is refreshed?

2014-07-28 Thread Bastien
Hi Sébastien, Sebastien Vauban writes: > Rick Frankel wrote: >> (add-hook 'org-babel-after-execute-hook >> (lambda () (org-display-inline-images nil t))) > > I simply had: > > (add-hook 'org-babel-after-execute-hook > 'org-display-inline-images) > > Anyway, for me, this shoul

Re: [O] [babel][PATCHES] exporting inline source code

2014-07-28 Thread Bastien
Hi, Aaron Ecay writes: > Have you heard back from the FSF about your copyright assignment? This is more than 5 weeks since the patches were sent, so I hope the FSF sent the papers. Nicolas, let us know so that we can move forward on this. Thanks, -- Bastien

Re: [O] if we operate on a subtree, perhaps we could adjust levels

2014-07-28 Thread Bastien
Hi Samuel and Achim, Achim Gratz writes: > Samuel Wales writes: >> you will notice that the decrypted subtree is actually at a higher >> level than its parent. this is a violation of org structure. >> >> in consequence, it can silently swallow the entire rest of the file. >> >> this is not desi

Re: [O] org-mobile leaks agenda buffer named "*SUMO*" on push [8.2.7 (8.2.7-4-g880362-elpa @ /home/phil/.emacs.d/elpa/org-20140616/)]

2014-07-28 Thread Bastien
Hi Philip, Philip Hudson writes: > Excise spurious Org agenda buffers leaked by org-mobile > https://gist.github.com/PhilHudson/d6429fb48caf6065ec8c maybe we can find some equivalent code without requiring 'syntactic-sugar and 'anaphora ? Let us know how we can improve org-mobile.el steadily f

Re: [O] org agenda clock check shows strange clocking gaps at beginning of day

2014-07-28 Thread Bastien
Hi Gregor, Gregor Zattler writes: > All three clocking items belong to the same heading. I'm fine > with the first clocking gabp. But why is there a gap of 7536 > minutes shown although ‘org-agenda-clock-consistency-checks’ is > at default values (gap-around 4:00)? I've never seen this error

Re: [O] how to hide titles marked with "DONE"

2014-07-28 Thread Bastien
Hi Sébastien, Sebastien Vauban writes: > As I do suffer from the same problem, and do not take the time to > archive all DONE subtrees, I think that an alternative approach would be > that DONE subtrees wouldn't be expanded (by default) in the S-TAB > cycles. > > Does that sound reasonable? N

Re: [O] Bug: [PATCH] Make org-narrow-to-subtree usable out of Org mode [8.2.7b (release_8.2.7b-6-g07d470 @ /home/youngfrog/sourcetrees/org-mode/lisp/)]

2014-07-28 Thread Bastien
Hi Nicolas, Nicolas Richard writes: > org-narrow-to-subtree is very nice, and I now have C-x n s hard-wired > into my fingers, but it doesn't work when outline-regexp is too > different from org-outline-regexp in Outline-but-non-Org mode buffers. > > It looked pretty easy to fix, so here is my s

Re: [O] math minor mode for #+BEGIN_EQUATION blocks

2014-07-28 Thread Bastien
stevejb writes: > 1. How can I make Emacs recognize that once I type '#+LATEX:' that the > rest of the line should be treated as being in the same minor mode as > inside of a \begin{equation} \end{equation}? This is not really a minor mode, thing within \begin{equation} \end{equation} > 2. If q

Re: [O] capture template for interval

2014-07-28 Thread Bastien
Hi David, David Belohrad writes: > any possibility how to do this? I don't see any, but if you use these captured items with `org-agenda-to-appt', you will be able to get reminders, which seems to be what you really want, no? -- Bastien

Re: [O] [BUG] org-open-at-point does not work anymore in comment blocks

2014-07-28 Thread Bastien
Hi Samuel and Nicolas, Nicolas Goaziou writes: > This was discussed before on this ML. Some users made a point that > `org-open-at-point' should process links in node properties. In the case > of comments, though, I think we should be strict and use drawers > instead. I disagree, as you know.

Re: [O] [PATCH] org-capture, :default-time and <...>

2014-07-28 Thread Bastien
Hi Erik, using a custom date is done via `org-overriding-default-time' (within a let construct) instead of (org-capture-put :default-time date). Yes, the details are obscure and we need to better document this. Let us know if you achieve something, -- Bastien

Re: [O] refile affects kill ring

2014-07-28 Thread Bastien
Hi Samuel, Samuel Wales writes: > in recent maint, it seems that refiling an entry will put that entry > into the kill ring. perhaps it should leave the kill ring intact? I agree, I've always found this weird, I pushed a change for this. It might be useful to be able to copy the refiled entry

Re: [O] A way to show time effort estimates in the org-clock-report

2014-07-28 Thread Bastien
Hi Alexander, Alexander Artemenko writes: > Is there a way to show time effort estimates in the org-clock-report? > I found only that :properties ("Effort") could be specified, but it > does not work > neither for one level, nor for summing children nodes' estimations. It works for me. What di

Re: [O] org-special-keyword face not showing in sublevels anymore since commit 69700e1

2014-07-28 Thread Bastien
Hi Martin, mc writes: > 2nd screenshot > org-special-keyword_face_example_after_commit_69700e1.png > shows all ‘COMMENT’ keywords as grey only at the top outline level. > > I hope this clarifies the case. Yes it does! This is now fixed, thanks, -- Bastien

Re: [O] Dired-like agenda

2014-07-28 Thread Bastien
Hi Samuel, Samuel Wales writes: > The idea is to make Org agenda act more like Dired > for consistency. I favor this too -- thanks for raising this. 8.3 is already overloaded with new features, so let's put this for 8.4, and let's continue to refine the suggestion. -- Bastien

Re: [O] :exclude sub folder in org-publish

2014-07-28 Thread Bastien
Hi, regcl writes: > I could not figure out how to do this from INFO. I found examples of > preventing publishing of specific file extensions, but not whole > directories. Unless my memory fails me, :exclude works on names, not just on extensions. So maybe using both :recursive and :exclude can

Re: [O] [FeatReq] New option for `org-entry-properties' WHICH argument?

2014-07-28 Thread Bastien
Hi Thorsten, Thorsten Jolitz writes: > what about adding one more option for WHICH > > ,[ C-h f org-entry-properties RET ] > | org-entry-properties is a compiled Lisp function in `org.el'. > | > | (org-entry-properties &optional POM WHICH SPECIFIC) > | [...] > | If WHICH is nil or `all', ge

  1   2   >