Re: [O] Weirdness with Agenda and "C-u r"

2016-01-16 Thread Eric Abrahamsen
Marco Wahl writes: > Eric Abrahamsen writes: > >> Something seems to have gone off with the `org-tags-view' Agenda view: >> if I hit "C-u r" to search with another string, I get this traceback: >> >> Debugger entered--Lisp error: (invalid-function 4) >> (4) >> (org-tags-view (4) (if current-

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-16 Thread Stefan Huchler
Rasmus writes: > Stefan Huchler writes: > >> Maybe export/import backend is the wrong way to go, a sync or exchange >> feature would be better so maybe org-agenda todo export/import ability >> would be better? but for now a export alone would be an advancement. >> dont know if import or export c

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-16 Thread Stefan Huchler
> Rasmus writes: > Maybe CalDav? There's a tool on F-droid called Tasks (or maybe Task) that > can sync via DAVDroid to REPO.. Maybe org-caldav.el could be extended to > support the sync. tasks between Org and REPO. > Rasmus hmm then each task have to get assigned to a date I guess? Despite t

Re: [O] [PATCH] org-latex-compile timestamp checks

2016-01-16 Thread Anthony Cowley
> On Jan 16, 2016, at 10:17 AM, Rasmus wrote: > > Hi Anthony and Nicolas, > > Anthony Cowley writes: > >> Thanks for taking a look, Rasmus! The bug is in Org, not Emacs. One >> may perhaps assume the invariant that successive calls to >> `current-time` will return non-decreasing values. One m

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-16 Thread Marcin Borkowski
On 2016-01-16, at 20:59, Stefan Huchler wrote: > I just tried to write am backend for this todolist format: > https://github.com/ginatrapani/todo.txt-cli/wiki/The-Todo.txt-Format > > and after a few hours > with no real success I gave up. Would this help? https://www.youtube.com/watch?v=u_gXtE

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-16 Thread Danie Roux
On Sat, Jan 16, 2016 at 9:59 PM, Stefan Huchler wrote: > I just tried to write am backend for this todolist format: > https://github.com/ginatrapani/todo.txt-cli/wiki/The-Todo.txt-Format This is not ready for general use. Will probably eat your data. Use with care: https://github.com/danieroux/o

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-16 Thread Rasmus
Stefan Huchler writes: > Maybe export/import backend is the wrong way to go, a sync or exchange > feature would be better so maybe org-agenda todo export/import ability > would be better? but for now a export alone would be an advancement. > dont know if import or export can update/replace lines?

[O] backend for todo.txt format (todotxt.com)

2016-01-16 Thread Stefan Huchler
I just tried to write am backend for this todolist format: https://github.com/ginatrapani/todo.txt-cli/wiki/The-Todo.txt-Format and after a few hours with no real success I gave up. I want to first have a very simple convertion of some tasks like that: TODO foo DONE bar to: foo x bar bonus w

Re: [O] Seeing Actual Emphasis in Orgmode Buffer

2016-01-16 Thread Nick Dokos
Kenneth Jacker writes: > Thanks for you suggestions Marco, but I still can't figure out how to get the > "styles"/"emphasis" displayed in a '.org' file buffer. > > As mentioned before, the variable "org-fontify-emphasized-text" is set to `t' > (non-nil).  > > Documentation says this about that

Re: [O] Seeing Actual Emphasis in Orgmode Buffer

2016-01-16 Thread Kenneth Jacker
Thanks for you suggestions Marco, but I still can't figure out how to get the "styles"/"emphasis" displayed in a '.org' file buffer. As mentioned before, the variable "org-fontify-emphasized-text" is set to `t' (non-nil). Documentation says this about that variable: Non-nil means fontify

Re: [O] how to add some features in a newly added headline?

2016-01-16 Thread Bingo UV
Hi John, Thanks a lot. In org 8.3, there seems to be no org-end-of-meta-data-and-drawers. If I replace it with org-end-of-meta-data, I get a PROPERTIES drawer which is open, not collapsed. Since it is a new heading, it should have no drawers, so I am guessing org-end-of-meta-data-and-drawers

Re: [O] [PATCH] org-latex-compile timestamp checks

2016-01-16 Thread Rasmus
Hi Anthony and Nicolas, Anthony Cowley writes: > Thanks for taking a look, Rasmus! The bug is in Org, not Emacs. One > may perhaps assume the invariant that successive calls to > `current-time` will return non-decreasing values. One might also > assume the invariant that successive touches of di

Re: [O] Bug: Use of Global Tag Hierarchies Breaks Agenda View [8.3.3 (8.3.3-2-g6bc48c-elpa @ ~/.emacs.d/elpa/org-20160111/)]

2016-01-16 Thread Nicolas Goaziou
Hello, Vincent Emanuele writes: > I'm attempting to use global tag hierarchies/groups in a revamp of my > org-mode setup. This seems to be breaking the default Agenda Views > (Emacs goes into a race condition with 100% CPU usage and attempts to > swallow up all 16GB of RAM on my machine). > > Ho

Re: [O] [PATCH] org-latex-compile timestamp checks

2016-01-16 Thread Nicolas Goaziou
Hello, Anthony Cowley writes: > * lisp/ox-latex.el (org-latex-compile): Improve timestamp check on HFS+ > filesystem by only considering 1-second clock resolution. > > Previously, the call to (current-time) could return a timestamp with > a non-zero microsecond or picosecond fields, while the

Re: [O] [PATCH] make options available for custom source environment in ox-latex

2016-01-16 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > Thanks a lot for these comments. Here is an updated patch. Applied. Thank you. I almost forgot: would you mind preparing an entry about it for ORG-NEWS? Regards, -- Nicolas Goaziou

Re: [O] Footnote attributes

2016-01-16 Thread Nicolas Goaziou
Hello, Thomas S. Dye writes: > I'm trying to hijack Org footnotes to export \sidenotes with an > optional offset parameter to LaTeX. I can't figure out how to specify > and access the offset parameter for a footnote. > > I have an attr_latex line in front of the footnote-definition and > footno

Re: [O] how to add some features in a newly added headline?

2016-01-16 Thread John Kitchin
I would define a function for this, so you can call it only when you want. this does what you describe for me (org 8.2.10) (defun my-heading () (interactive) (org-insert-heading) (org-id-get-create) (save-excursion ;-> add time stamp (org-end-of-meta-data-and-drawers) (newline)

Re: [O] org-links in tags

2016-01-16 Thread Nicolas Goaziou
Hello, John Kitchin writes: > I think there may be an issue with tags that are defined as links (at > least in 8.2.10). > > For example, if I tag a heading :file:test:, the tags become a file > link. Fixed. Thank you. Regards, -- Nicolas Goaziou

[O] how to add some features in a newly added headline?

2016-01-16 Thread Bingo UV
Hi, When I create a new headline, I want a set of features in it: 1. The ID property in the properties drawer 2. The properties drawer should be collapsed 3. An inactive timestamp at the beginning of text 4. Cursor at the beginning of heading Currently, I have a hook for org-insert-heading-hoo

Re: [O] Weirdness with Agenda and "C-u r"

2016-01-16 Thread Marco Wahl
Eric Abrahamsen writes: > Something seems to have gone off with the `org-tags-view' Agenda view: > if I hit "C-u r" to search with another string, I get this traceback: > > Debugger entered--Lisp error: (invalid-function 4) > (4) > (org-tags-view (4) (if current-prefix-arg nil "publishing"))