Re: [O] BUG: org-block face not working

2015-04-28 Thread Michal Koval
Hello, On 04/28/15 22:06 PM, Nicolas Goaziou wrote: > Hello, > > Michal Koval writes: > >> recently I switched from maint to master (release_8.3beta-1091-g96c533) >> and noticed that org-block face defined in my theme does not work anymore. > > I don't think src blocks ever got `org-block' face.

[O] Mystery appt

2015-04-28 Thread Jared Travis
Hi all, I log hours per Bernt Hansen's method. I sign out for lunch every day by pointing my clock to a journal/diary entry called "lunch". My issue is when I return from lunch and sign back into my task, org-mode is convinced that I have appointments which I don't have. The appointments aren't l

Re: [O] Org-lint and #+call lines

2015-04-28 Thread Nicolas Goaziou
t...@tsdye.com (Thomas S. Dye) writes: > Another false positive, I think: > > 1360 low Unknown value "no" for header ":eval" Fixed too, and also cherry-picked from wip-lint. > Also, after I run org-lint I sometimes lose the cursor. The frame > around the *Org Lint* window flickers a bit, as

Re: [O] Org-lint and #+call lines

2015-04-28 Thread Thomas S. Dye
Nicolas Goaziou writes: > t...@tsdye.com (Thomas S. Dye) writes: > >> Org-lint gives this warning: >> >> ,-- >> | 31 low Unknown value "no-export" for header ":eval" >> `-

Re: [O] BUG: org-block face not working

2015-04-28 Thread Nicolas Goaziou
Hello, Michal Koval writes: > recently I switched from maint to master (release_8.3beta-1091-g96c533) > and noticed that org-block face defined in my theme does not work anymore. > > What could be of some help is that when I type #+BEGIN_SRC > > #+END_SRC > > with the correct background face in

Re: [O] Marking/highlighting text temporarily

2015-04-28 Thread John Kitchin
Eric Abrahamsen writes: > John Kitchin writes: > >> Hi Eric, >> >> I added some functions in the attachment. they colorize the comments, >> add an org-comment menu to the org-menu, and some functions for pop to >> and delete comments from the list mode, and a hydra for commands to >> insert comm

Re: [O] Bug: Priority #B in Agenda causes invalid face reference [8.2.1 (8.2.1-15-ge5cecc-elpa @ /Users/Paul/.emacs.d/elpa/org-20131021/)]

2015-04-28 Thread Nicolas Goaziou
Hello, Renato writes: > I'm using release_8.2.10 and experienced the same problem. > > The problem seems to be the function org-agenda-fontify-priorities which > calls: > (org-face-from-face-or-color > 'priority nil > (cdr (assoc p org-priority-faces)))

Re: [O] [bug, org] footnote-action broken with narrowed buffer

2015-04-28 Thread Rasmus
Nicolas Goaziou writes: >> To have a defcustom that let you choose preferred method. Whether the >> default should be changed I don't know. > > We don't need a defcustom if we can assign a different keybinding to > each of them. Perhaps. Unless C-c C-c should reflect "my" preferred method. >>

Re: [O] [bug, org] footnote-action broken with narrowed buffer

2015-04-28 Thread Nicolas Goaziou
Rasmus writes: > To have a defcustom that let you choose preferred method. Whether the > default should be changed I don't know. We don't need a defcustom if we can assign a different keybinding to each of them. >> This is not possible ATM because it doesn't handle inline footnotes at >> all (

Re: [O] org-latex question

2015-04-28 Thread Thomas S. Dye
Nick Dokos writes: > Vikas Rawal writes: > >> You have num:2, so subsubsections are not TOC'ed, so they don't get >> the alternative. If you set it to 3, all should work. >> >> That is what we have been discussing. There are situations where you >> do not want a headline to appear in TOC

[O] BUG: org-block face not working

2015-04-28 Thread Michal Koval
Hello, recently I switched from maint to master (release_8.3beta-1091-g96c533) and noticed that org-block face defined in my theme does not work anymore. What could be of some help is that when I type

Re: [O] org-latex question

2015-04-28 Thread Nick Dokos
Vikas Rawal writes: > You have num:2, so subsubsections are not TOC'ed, so they don't get > the alternative. If you set it to 3, all should work. > > That is what we have been discussing. There are situations where you > do not want a headline to appear in TOC, but still want the ALT_TITL

[O] Restart tablenote numbering by section?

2015-04-28 Thread Jacob Gerlach
Hello, Latex export explicitly specifies the footnote number when using \footnotetext for a footnote in a table: --- | One[fn:1] | * Footnotes [fn:1] Footnote in the table --- becomes: --- \begin{center

Re: [O] #+LINK abbrevs possible in #+INCLUDEs ?

2015-04-28 Thread Detlef Steuer
> > >> Set-up (e.g., link abbreviations) is not refreshed after expanding > >> INCLUDE keywords. I cannot remember why, tho. Maybe for (dubious) > >> efficiency reasons. > > > > If you don't remember, may be it would be possible to try it out? > > Would love it and as a feature it looks natural fo

[O] Tag background color overridden by hl-line in the agenda

2015-04-28 Thread Sebastien Vauban
Hello, Could it be possible to make the behavior for the tag colors the same as for priority cookies when `hl-line-mode' is enabled? At http://screencast.com/t/T0n1x6L93f, you can easily see what I mean: the background of "#A" is not overridden by the highlighting of the current line while it is

Re: [O] Title/Author missing in Markdown export?

2015-04-28 Thread Rasmus
Andreas Hilboll writes: > Using the current git master, any exported Markdown doesn't include > title, author, and date information. Is this desired behaviour, or is > it a bug? AFAIK it's a "feature". -- ⠠⠵

[O] Title/Author missing in Markdown export?

2015-04-28 Thread Andreas Hilboll
Using the current git master, any exported Markdown doesn't include title, author, and date information. Is this desired behaviour, or is it a bug? -- Andreas.

Re: [O] Marking/highlighting text temporarily

2015-04-28 Thread Eric Abrahamsen
John Kitchin writes: > Hi Eric, > > I added some functions in the attachment. they colorize the comments, > add an org-comment menu to the org-menu, and some functions for pop to > and delete comments from the list mode, and a hydra for commands to > insert comments. Do you want to get this up on

Re: [O] Resolving conflicts with ediff and folding

2015-04-28 Thread Sebastien Vauban
J. David Boyd wrote: > "Charles C. Berry" writes: >> On Tue, 21 Apr 2015, Suvayu Ali wrote: >>> >>> Something that has been bugging me for many years now, everytime >>> I resolve conflicts in Org files with ediff, it's a pain. All the >>> buffers keep folding the outlines, hiding the conflicts.

Re: [O] org-mode and python pandas

2015-04-28 Thread Dov Grobgeld
I returned to this issue recently and tried to get the ob-python to output a table with a header, but didn't manage. Here is the code: #+BEGIN_SRC python :colnames true return [['','A','B','C'], [0,0.628365,0.424279,0.619791], [1,0.799666,0.527572,0.132928]] #+END_SRC #+RESULTS: |

Re: [O] custom agenda view not possible?

2015-04-28 Thread Sebastien Vauban
Traycer Bullet wrote: > This doesn't work because tags-todo excludes 'DONE' status tasks: > (add-to-list 'org-agenda-custom-commands > '("J" "Completed Recently" tags-todo "CLOSED>=\"<-2d>\"")) Use `tags' instead of `tags-todo': --8<---cut here---start

Re: [O] Cannot use unknown "latex" back-end

2015-04-28 Thread Sebastien Vauban
Hello Thomas, Thomas S. Dye wrote: > I pulled from master this morning, refreshed Org mode, and got this > error message in *Messages*: > > Loading /Users/dk/.emacs.d/src/org-mode/contrib/lisp/ox-koma-letter.el > (source)... > org-export-register-backend: Cannot use unknown "latex" back-end as a

Re: [O] [PATCH] Fix `org-refresh-category-properties'

2015-04-28 Thread Samuel Loury
Nicolas Goaziou writes: > Hello, > > Samuel Loury writes: > >> Samuel Loury writes: >> >>> Dear Nicolas, >> >> [...] >> >>> --8<---cut here---start->8--- >>> #+CATEGORY: c >>> * foo >>> :PROPERTIES: >>> :CATEGORY: a >>> :END: >>> ** bar >>>:PROPERTI

Re: [O] Org-lint and #+call lines

2015-04-28 Thread Nicolas Goaziou
t...@tsdye.com (Thomas S. Dye) writes: > Org-lint gives this warning: > > ,-- > | 31 low Unknown value "no-export" for header ":eval" > `-- > > But, ob-core.el appears to k

Re: [O] org-latex question

2015-04-28 Thread Vikas Rawal
> On 28-Apr-2015, at 1:17 pm, Vikas Rawal > wrote: > > >> On 28-Apr-2015, at 1:16 pm, Nicolas Goaziou wrote: >> >> Vikas Rawal writes: >> > [fn:3] aksjd kajshd kahsd Fixed in 88ea2ced0e38646d393e038bc81d6a0d45b8dcd6. Thank you. >>> The second and third head

Re: [O] org-latex question

2015-04-28 Thread Vikas Rawal
> On 28-Apr-2015, at 1:16 pm, Nicolas Goaziou wrote: > > Vikas Rawal writes: > [fn:3] aksjd kajshd kahsd >>> >>> Fixed in 88ea2ced0e38646d393e038bc81d6a0d45b8dcd6. Thank you. >>> >>> >>> >> The second and third headings are getting exported as: >> >> \subsection*[Heading 2]{Heading 2

Re: [O] org-latex question

2015-04-28 Thread Nicolas Goaziou
Vikas Rawal writes: >> > [fn:3] aksjd kajshd kahsd >> >> Fixed in 88ea2ced0e38646d393e038bc81d6a0d45b8dcd6. Thank you. >> >> >> > The second and third headings are getting exported as: > > \subsection*[Heading 2]{Heading 2\footnote{aksjdlkjaslkjd}} > > I do not think the * should be there. I don

Re: [O] [PATCH] Fix `org-refresh-category-properties'

2015-04-28 Thread Nicolas Goaziou
Hello, Samuel Loury writes: > Samuel Loury writes: > >> Dear Nicolas, > > [...] > >> --8<---cut here---start->8--- >> #+CATEGORY: c >> * foo >> :PROPERTIES: >> :CATEGORY: a >> :END: >> ** bar >>:PROPERTIES: >>:CATEGORY: b >>:END: >> >> --8<-

Re: [O] Tangled Latex code gives error

2015-04-28 Thread e.fraga
On Monday, 27 Apr 2015 at 07:58, Lawrence Bottorff wrote: [...] > will result in both the * Introduction blurb as well as the stuff > between > the tatex "structural elements" being exported. With latex babel I can > tangle and get only what I want. This is handy if I want to throw > around a > l

Re: [O] navigate between source code blocks

2015-04-28 Thread Oleh Krehel
Hi Zhihao, > I’ve got a simple question: how to speed up jumping > between code blocks? You might be interested in https://github.com/abo-abo/worf. It allows you to traverse anything that starts with "*" or "#+" with just "hjkl" keys. See the docs here: http://oremacs.com/worf/README.html. regar

[O] [PATCH] Fix `org-refresh-category-properties' (was: `org-get-category' and `org-entry-get' do not return the same value)

2015-04-28 Thread Samuel Loury
Samuel Loury writes: > Dear Nicolas, [...] > --8<---cut here---start->8--- > #+CATEGORY: c > * foo > :PROPERTIES: > :CATEGORY: a > :END: > ** bar >:PROPERTIES: >:CATEGORY: b >:END: > > --8<---cut here---end---