Open issues
TODO Clocktable error with multiple source files from parent dir #28
TODO Background color reset for links and DONE headlines #27
http://thread.gmane.org/gmane.emacs.orgmode/76207
http://thread.gmane.org/gmane.emacs.orgmode/68552
DELEGATED Better handling of fontenc in LaTeX export #26
:LOGBOOK:
- State "DELEGATED" from "TODO" [2013-09-25 Mi 10:06] \\
Nicolas Girard is taking this up with TeX people
:END:
http://thread.gmane.org/gmane.emacs.orgmode/76283/focus=76651
The idea is to put LaTeX code that does do the decision on
what kind of encapsulation should be used, based on the LaTeX
processor that actually runs.
TODO org-clock-save.el state unwanted Resume clock prompt #25
http://thread.gmane.org/gmane.emacs.orgmode/75555
TODO Duplicate agenda entries when enabling archives-mode #23
http://thread.gmane.org/gmane.emacs.orgmode/76282
TODO How to trigger the clockcheck in an agenda view #22
http://thread.gmane.org/gmane.emacs.orgmode/74599
TODO org-capture doesn't narrow correctly if prepend is t #18
http://thread.gmane.org/gmane.emacs.orgmode/75896
TODO makes ido think that some candidates are directories #16
http://thread.gmane.org/gmane.emacs.orgmode/75703
http://thread.gmane.org/gmane.emacs.orgmode/26371/focus=75682
TODO Problem with special characters in dired and attachment paths #13
http://thread.gmane.org/gmane.emacs.orgmode/75619
TODO agenda does not restrict to file #11
http://thread.gmane.org/gmane.emacs.orgmode/75479
DELEGATED three bugs/misfeatures in org-reveal (or is org-reveal the wrong way to reveal around point #10
TODO restriction lock ignored in indirect buffer #9
Reported by Samuel Wales on <2013-07-21 So>
:LOGBOOK:
- State "DELEGATED" from "TODO" [2015-01-31 sam. 13:07] \\
Delegated to ngz
:END:
http://thread.gmane.org/gmane.emacs.orgmode/75296
create an indirect buffer for a subtree
set restriction lock to that subtree
agenda m LEVEL>0
what i saw: the entire file
what i expected: the subtree
Thanks.
Samuel
http://thread.gmane.org/gmane.emacs.orgmode/74908
TODO Agenda Search and org-agenda-text-search-extra-files #7
http://thread.gmane.org/gmane.emacs.orgmode/74922
TODO Ido org-refile results in misfiling #6
http://thread.gmane.org/gmane.emacs.orgmode/56578/focus=56622
TODO Can org regenerate the cache automatically #4
Reported by Samuel Wales on <2013-06-24 Mo>
Cannot find Gmane link
When Org says this:
"Please regenerate the refile cache with `C-0 C-c C-w'"
I wonder if it makes sense to:
1) regenerate the cache automatically
- probably usually the user still wants to refile
2) for a massive increase in speed, ONLY regenerate it for
whichever file is out of date
Thanks.
Samuel
TODO how to refile without refiling in order to cache a restricted refile? #3
http://thread.gmane.org/gmane.emacs.orgmode/73636
Archive
Closed issues
CANCELED refile cache and auto-save files #5
:LOGBOOK:
- State "CANCELED" from "TODO" [2013-09-25 Mi 16:06] \\
Another thread also covers this
:END:
http://thread.gmane.org/gmane.emacs.orgmode/74213
RESOLVED [Feature Request] Make property-drawers exportable #2
:LOGBOOK:
- State "RESOLVED" from "STARTED" [2013-09-26 Do 14:17] \\
Patch by Nicolas implemnts this
- State "STARTED" from "TODO" [2013-09-25 Mi 14:31] \\
Nicolas is working with me and Thorsten to fix this
:END:
http://thread.gmane.org/gmane.emacs.orgmode/73597
Reported by Sebastien Vauban on <2013-09-11 Mi>
:LOGBOOK:
- State "RESOLVED" from "DELEGATED" [2013-09-27 Fr 09:24] \\
This is a bug in ps-print, hopefully Sebastien will report it to Emacs
- State "DELEGATED" from "TODO" [2013-09-25 Mi 09:58] \\
Sebastien Vauban
:END:
Hello,
If you have colors for tags:
--8<---------------cut here---------------start------------->8---
;; faces for specific tags
(setq org-tag-faces
'(("home" .
(:slant italic
:foreground "#5C88D3" :background "#BBDDFF"))
("work" .
(:slant italic
:foreground "#5F7C43" :background "#C1D996"))))
--8<---------------cut here---------------end--------------->8---
you can't export the agenda views anymore; they all generate the following
error:
Debugger entered--Lisp error: (wrong-type-argument listp "#5C88D3")
ps-face-attributes("#5C88D3")
ps-face-attribute-list((:slant italic :foreground "#5C88D3" :background "#BBDDFF"))
ps-plot-with-face(459 463 (:slant italic :foreground "#5C88D3" :background "#BBDDFF"))
ps-generate-postscript-with-faces1(1 6850)
ps-generate-postscript-with-faces(1 6850)
ps-generate(# 1 6850 ps-generate-postscript-with-faces)
ps-spool-with-faces(1 6850 nil)
ps-print-with-faces(1 6850 "~/agenda.ps")
ps-print-buffer-with-faces("~/agenda.ps")
...
command-execute(org-agenda-write)
Best regards,
Seb
--
Sebastien Vauban
RESOLVED Org-protocol/org-capture and new emacsclient frames #12
Reported by Josiah Schwab on <2013-08-21 Mi>
CLOSED: [2014-02-18 Tue 10:03]
:LOGBOOK:
- State "RESOLVED" from "TODO" [2014-02-18 Tue 10:03] \\
Resolved in this thread
http://thread.gmane.org/gmane.emacs.orgmode/79644/
:END:
Hi All,
I am in the process of setting up org-protocol to allow me to capture
links from chromium into my TODOs.
After reading this worg article
https://orgmode.org/worg/org-contrib/org-protocol.html
I have the chrome -> org portion working.
When I click my bookmark, which is
javascript:location.href='org-protocol://capture://W/'+encodeURIComponent(location.href)+'/'+encodeURIComponent(document.title)+'/'+encodeURIComponent(window.getSelection())
the org-protocol link is handled correctly, spawning the command
/usr/bin/emacsclient -c -n "org-protocol://capture://W/https%3A%2F%2Fwww.google.com%2F/Google/"
and that interacts with my capture template
("W" "Web TODO" entry (file org-default-notes-file) "* TODO %?\n%U\n%a\n")
to open up a capture buffer that looks like what I want.
All is good except for two undesired behaviors:
1) I get a new emacs frame which is split, with the capture buffer
only occupying one half.
2) When I finish capture with C-c C-c the frame sticks around.
I suppose this is more of an emacs question (org has done its thing),
but a similar question has been discussed on this list before:
http://comments.gmane.org/gmane.emacs.orgmode/33650
Because that discussion was not making use of org-protocol, I was not
able to generalize its conclusions to my circumstance.
Suggestions or pointers to other resources would be welcome.
Best,
Josiah
RESOLVED table.el complex tables and orgtbl-to-latex #19
CLOSED: [2015-01-31 sam. 13:07]
:LOGBOOK:
- State "RESOLVED" from "TODO" [2015-01-31 sam. 13:07] \\
Implemented.
:END:
http://thread.gmane.org/gmane.emacs.orgmode/72677
RESOLVED flyspell check within source code blocks #17
CLOSED: [2015-01-31 sam. 13:06]
:LOGBOOK:
- State "RESOLVED" from "TODO" [2015-01-31 sam. 13:06] \\
Implemented.
:END:
http://thread.gmane.org/gmane.emacs.orgmode/72651/focus=75791
CANCELED Exporting verbatim and code to html converts -- to en dash #1
CLOSED: [2015-01-31 sam. 13:05]
:LOGBOOK:
- State "CANCELED" from "TODO" [2015-01-31 sam. 13:05] \\
~ and = markup have been swapped. ~ is code and = verbatim.
:END:
http://thread.gmane.org/gmane.emacs.orgmode/72967
RESOLVED org-cycle on hidden inline task makes also other inline tasks visible #21
CLOSED: [2015-01-31 sam. 13:14]
:LOGBOOK:
- State "RESOLVED" from "TODO" [2015-01-31 sam. 13:14] \\
Solved.
:END:
http://thread.gmane.org/gmane.emacs.orgmode/76034
CLOSED: [2015-02-01 dim. 01:10]
:LOGBOOK:
- State "RESOLVED" from "TODO" [2015-02-01 dim. 01:10] \\
Fixed in b5d9f4be4d
.
:END:
http://thread.gmane.org/gmane.emacs.orgmode/75690
RESOLVED user-chosen separator in org-table-convert-region #20
CLOSED: [2015-02-01 dim. 01:14]
:LOGBOOK:
- State "RESOLVED" from "TODO" [2015-02-01 dim. 01:14] \\
This feature is already in the code base. Nothing to fix.
:END:
http://thread.gmane.org/gmane.emacs.orgmode/75944
CLOSED: [2015-02-17 mar. 12:02]
:LOGBOOK:
- State "RESOLVED" from "TODO" [2015-02-17 mar. 12:02]
:END:
http://thread.gmane.org/gmane.emacs.orgmode/76347