[O] Filter by tags issues

2015-02-27 Thread Chris Henderson
I'm having an annoying issue with filter by tag. I filter everything that has @computer, process one item and send it to the archive file; as soon as I archive it, the next item on the list pops up - this item might be a @home item. How do I stop this from happening? Thanks.

[O] refiling with helm

2015-02-27 Thread Xebar Saram
Hi guys I was wondering if anyone uses helm for refiling org capture data. and if so can anyone share his methods/setup? googling for it didnt yield to many results (especially for people like me who dont know to code :)) thx Z

Re: [O] Export to multiple HTML files

2015-02-27 Thread Pete Ley
> This: https://github.com/mbork/org-one-to-many may be a starting point. > It is a small library which splits an org file into many smaller ones. > (Bug reports/feature requests welcome, btw.) The main function returns > the list of generated files, so you could #'mapc some export function > over

Re: [O] autoloads not working correctly for org-table.el?

2015-02-27 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Nicolas Richard writes: > >> Eric Abrahamsen writes: >>> I don't actually know what the right thing to do is. Maybe just a >>> (require 'org-table) inside `orgstruct++-mode'? Autoload doesn't seem to >>> work for variables, nor is there a `declare-variable'.

Re: [O] nicer error message when accessing killed buffer.

2015-02-27 Thread Nicolas Goaziou
Hello, Nicolas Richard writes: > I'd like to suggest the following trivial patch: Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] org-clock-into-drawer not respecting setting?

2015-02-27 Thread Nicolas Goaziou
Hello, Rainer Stengele writes: > I have set this variable > > org-clock-into-drawer is a variable defined in `org-clock.el'. > Its value is 6 > Original value was t > > Clocking in with C-c C-x C-i always creates a logbook drawer. > Can anybody confirm the setting is not regarded in the latest O

Re: [O] Here is a patch I want to add to org.el……

2015-02-27 Thread Nicolas Goaziou
Andreas Leha writes: > I am talking about `org-toggle-latex-fragment'. And even if that is > fast, it is very annoying behaviour. I'd very much like to be able to > toggle individual images. In a math-heavy document the redisplay of all > formula images of even the current section takes notica

Re: [O] Here is a patch I want to add to org.el……

2015-02-27 Thread Andreas Leha
Hi Rasmus, Rasmus writes: > Andreas Leha writes: > >> I am talking about `org-toggle-latex-fragment'. And even if that is >> fast, it is very annoying behaviour. I'd very much like to be able to >> toggle individual images. In a math-heavy document the redisplay of all >> formula images of ev

Re: [O] Here is a patch I want to add to org.el……

2015-02-27 Thread Nick Dokos
writes: > what if search for ‘org-remove-latex-fragment-image-overlays’ in org.el ? I > see it in the function ‘org-ctrl-c-ctrl-c’ (org > 8.2.10) > You wouldn't see it if you were using the development version (aka the master branch). What Nicolas said is that that no longer happens in the ma

Re: [O] Here is a patch I want to add to org.el……

2015-02-27 Thread kuangdash
what if search for ‘org-remove-latex-fragment-image-overlays’ in org.el ? I see it in the function ‘org-ctrl-c-ctrl-c’ (org 8.2.10) Sent from Windows Mail From: Nicolas Goaziou Sent: ‎Saturday‎, ‎February‎ ‎28‎, ‎2015 ‎1‎:‎32‎ ‎AM To: kuangd...@163.com Cc: Andreas Leha, emacs-orgmode@g

Re: [O] Here is a patch I want to add to org.el……

2015-02-27 Thread Nicolas Goaziou
writes: > I'm not sure if the patch proposed may cause any other problems, but > I think this feature should be added by someone. Your patch is about C-c C-c, which is no longer related to `org-toggle-latex-fragment'. So, it cannot be applied. Regards,

Re: [O] autoloads not working correctly for org-table.el?

2015-02-27 Thread Nicolas Goaziou
Hello, Nicolas Richard writes: > Eric Abrahamsen writes: >> I don't actually know what the right thing to do is. Maybe just a >> (require 'org-table) inside `orgstruct++-mode'? Autoload doesn't seem to >> work for variables, nor is there a `declare-variable'... > > Either (require 'org-table) i

Re: [O] Citation syntax: a revised proposal

2015-02-27 Thread Richard Lawrence
Hi Stefan, Stefan Nobis writes: > Aaron Ecay writes: > >> I count roughly 50 commands in sections 3.7.1 – 3.7.6 of the >> biblatex user’s manual (version 2.9a of 24/06/2014). Some of these >> are quite esoteric, of course, but they are all provided. > > There are many commands (and even more pr

[O] Sorting CLOCK entries

2015-02-27 Thread Chaitanya Krishna Ande
Hello there, I was wondering if there is a way to sort clock entries like in the clock entries below. The table is sorted in reverse chronological order except for the last two. I was wondering if there is some to sort these entries so that the last two entries sit in the right place. CLOC

Re: [O] Here is a patch I want to add to org.el……

2015-02-27 Thread Rasmus
Andreas Leha writes: > I am talking about `org-toggle-latex-fragment'. And even if that is > fast, it is very annoying behaviour. I'd very much like to be able to > toggle individual images. In a math-heavy document the redisplay of all > formula images of even the current section takes notica

Re: [O] Here is a patch I want to add to org.el……

2015-02-27 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> I haven't looked at the patch and I do not understand how the patch >> achieves the removal of single overlays. But I am in the same boat. I >> also would (usually) like to remove only the rendered formula at the >> poi

Re: [O] Here is a patch I want to add to org.el……

2015-02-27 Thread kuangdash
Actually, I’m just talking about ‘org-toggle-latex-fragment’…… I'm not sure if the patch proposed may cause any other problems, but I think this feature should be added by someone. Thank you for your guide. Sent from Windows Mail From: Nicolas Goaziou Sent: ‎Friday‎, ‎February‎ ‎27‎

[O] org-clock-into-drawer not respecting setting?

2015-02-27 Thread Rainer Stengele
Hi, I have set this variable org-clock-into-drawer is a variable defined in `org-clock.el'. Its value is 6 Original value was t Clocking in with C-c C-x C-i always creates a logbook drawer. Can anybody confirm the setting is not regarded in the latest Org version? Worked in the past. Org-mode v

Re: [O] [patch, ox-html] mathjax changes

2015-02-27 Thread Rasmus
Rasmus writes: > Hi, > > Rasmus writes: > and *why* is orgmode.org hosting it? Privacy? >>> >>> I don't think CDN service was available at the time mathjax support was >>> implemented. IMO, it hardly makes sense to host it now. >> >> This patch switches the cdn to upstream and removes a lot

[O] autoloads not working correctly for org-table.el?

2015-02-27 Thread Eric Abrahamsen
Hi, I've got this in my message-mode-hook: 'turn-on-orgstruct++ It does just what I want, except the variable orgtbl-line-start-regexp isn't loaded, which wrecks auto-fill. Line 22894 of org.el has this: (defvar orgtbl-line-start-regexp) ; From org-table.el But that doesn't actually *load* the

Re: [O] Citation syntax: a revised proposal

2015-02-27 Thread Rasmus
Aaron Ecay writes: >> In this design, the potential explosion in subtypes has been pretty well >> kept in check. Does that make the design of BibLaTeX a good model for >> Org mode? > > I don’t know, but I suspect not. Latex allows users to create powerful > macros, but has relatively few built-

Re: [O] Citation syntax: a revised proposal

2015-02-27 Thread Rasmus
Samuel Wales writes: >> If you don't allow a generalized link to follow a >> user-specified λs then you don't have a flexible syntax >> that you expressed desire for above. You'd still have to >> wait for somebody "upstream" to develop [color-start:⋯]. > > not sure why you are talking about link

Re: [O] Here is a patch I want to add to org.el……

2015-02-27 Thread Nicolas Goaziou
Hello, Andreas Leha writes: > I haven't looked at the patch and I do not understand how the patch > achieves the removal of single overlays. But I am in the same boat. I > also would (usually) like to remove only the rendered formula at the > point. I think that this should even be the defaul

Re: [O] Here is a patch I want to add to org.el……

2015-02-27 Thread Nicolas Goaziou
writes: > Here comes the reason: > > “C-c C-c” always removes all overlays in org files (such as formulas, images > .etc ),but sometimes I only want to edit one and leave the others as it is > (overlay). > > so, I modified the org.el .(maybe I should use “advice”……) > > Do you think it is des

Re: [O] Citation syntax: a revised proposal

2015-02-27 Thread Stefan Nobis
Aaron Ecay writes: > I count roughly 50 commands in sections 3.7.1 – 3.7.6 of the > biblatex user’s manual (version 2.9a of 24/06/2014). Some of these > are quite esoteric, of course, but they are all provided. There are many commands (and even more private commands are possible) in order to hel