Re: [O] Using org-mode as a personal help desk tool

2016-06-28 Thread darc...@gmail.com
Another option can be using a webservice such as trello and an emacs package to access data on it. There is an org-trello package that is worth investigating. 2016-06-22 9:26 GMT-03:00 Roland Everaert : > org-attach was the feature I needed. > > Thank you. > > On Mon, Jun 20, 2016 at 4:10 PM, Eri

Re: [O] How to export ASCII paintings to HTML

2016-04-25 Thread darc...@gmail.com
You can also use http://ditaa.sourceforge.net/ with org-mode. 2016-04-22 6:41 GMT-03:00 Luis : > Dear Charles, > > thanks, "EXAMPLE" seems to be the "closest" answer here. > except it ignores all the "TAB"s, so I have to change them to "whitespace". > > anyway, it solves my problem . > > On Thu,

Re: [O] change completion function in a headline in a minor mode

2015-07-17 Thread darc...@gmail.com
I don't know much lisp and Emacs completion framework details, but if you use company-mode there's a nice article explaining how to create a new company backend http://sixty-north.com/blog/writing-the-simplest-emacs-company-mode-backend There's also a second part improving the backend with extra i

Re: [O] markup text with leading, trailing spaces

2015-02-14 Thread darc...@gmail.com
Even if you want to run commands in a different computer you can do that with "C-c C-c" thanks to the ":dir folder" header argument and tramp. As an example, suppose I have the code block below #+begin_src sh hostname #+end_src If I run it I get something like #+RESULTS: : my_computer_name H

[O] Bug in the Org-mode version that comes with Emacs

2014-08-16 Thread darc...@gmail.com
Hi, I track the emacs repo (http://git.savannah.gnu.org/r/emacs.git) and from time to time I update my local version and starting using the new version. A few days ago I notice that my org files started opening with all trees fully expanded instead of collapsed and, worse, fill-paragraph didn't f

Re: [O] org-capture target files

2012-09-16 Thread darc...@gmail.com
I also use refile for this. I have a refile.org file where new stuff goes. If I want to refile the note/task now, instead of later, I use "C-u C-u C-c c" and Org goes to the last captured note/task from where I can easily refile it. -- Darlan Em 15/09/2012 18:55, "Charles Philip Chan" escreveu:

Re: [O] preview latex fragments

2012-08-06 Thread darc...@gmail.com
Do you add the tikz package to the org-export-latex-default-packages-alist variable? I had this bug in the past when I added the tikz package to org-export-latex-default-packages-alist and the bug still exists today. Some threads about this (all related to tikz + preview-latex) http://thread.gmane

Re: [O] Gather properties for use by babel source block?

2011-08-03 Thread darc...@gmail.com
I have not used it myself, but isn't org-collector exactly what you want [1]. "org-collector collects headline properties into tables with optional pre-processing" Once you have a table, you can easily pass it to code blocks for further processing with org-babel. [1] - http://orgmode.org/worg/org