Re: [O] Auto org-mobile-push kills buffer

2015-08-29 Thread Jorge
This has happened two more times. On Wed, Aug 26, 2015 at 11:43 AM, Jorge jorge13...@gmail.com wrote: Hi. I use MobileOrg. To automate org-mobile-push I have installed the code below from https://github.com/matburt/mobileorg-android/wiki/FAQ. However, the code sometimes does weird things

[O] Auto org-mobile-push kills buffer

2015-08-26 Thread Jorge
Hi. I use MobileOrg. To automate org-mobile-push I have installed the code below from https://github.com/matburt/mobileorg-android/wiki/FAQ. However, the code sometimes does weird things, such as killing the current buffer (happened twice). Is this a known bug? Also, in the last line, why is

Re: [O] Bug report: org-get-property-block returns nil if the entry does not start with the property drawer

2015-08-25 Thread Jorge
On Tue, Aug 25, 2015 at 7:22 PM, Josiah Schwab jsch...@gmail.com wrote: This is the first item in the 8.3 series changelog. There is a provided script to repair things. Now I see that this new requirement is documented in Info manual subsection 7.1 Property syntax. I had only checked

Re: [O] What is the most practical workflow for capturing things in Mobileorg and later integrating them into the main files?

2015-09-13 Thread Jorge
On Fri, Sep 11, 2015 at 1:23 PM, Ken Mankoff <mank...@gmail.com> wrote: > Hi Jorge, > > My mobile capture work flow is: > [...] Thank you, this is quite better than what I had.

[O] What is the most practical workflow for capturing things in Mobileorg and later integrating them into the main files?

2015-09-11 Thread Jorge
Hi. When I capture something in MobileOrg, it by default is classified as "Captures" and, when I do org-mobile-pull, those captures /silently/ go into ~/org/from-mobile.org. This is bad. So one workflow would be to write some code that warns me if ~/org/from-mobile.org is non-empty, and find a

[O] ODT export backend missing

2015-09-10 Thread Jorge
The export dispatcher does not show ODT. I see no errors in the messages buffer, and Emacs does not print any error to the terminal. This is Ubuntu 15.04, Emacs 24.5 (compiled myself). I have tested with recent Org (from package.el) and with stock Org. I have in fact tested with stock emacs

Re: [O] ODT export backend missing

2015-09-10 Thread Jorge
On Thu, Sep 10, 2015 at 5:48 PM, Jorge <jorge13...@gmail.com> wrote: > The export dispatcher does not show ODT. I see no errors in the > messages buffer, and Emacs does not print any error to the terminal. I discovered command org-odt-export-to-odt and called it directly. Worked.

[O] For Org, numbered backups or version control? Which settings?

2015-12-28 Thread Jorge
Hi. My ~/org folder, with its sub directories, has a total of 13 .org files. Five of them are agenda files. I set up numbered backup, with the backups going to a separate directory: ~/auto-backups. For the most important org files, I raised the number of numbered backups kept. For example, my

[O] Bug: typo in [[info:org#Tag hierarchy]] [8.3.4 (8.3.4-34-gacfd41-elpa @ /home/jorge/.emacs.d/elpa/org-20160411/)]

2016-04-11 Thread Jorge
the final quoted paragraph cites the regex `P@.+' (with an `@'). Emacs : GNU Emacs 25.0.92.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.18.6) of 2016-03-05 Package: Org-mode version 8.3.4 (8.3.4-34-gacfd41-elpa @ /home/jorge/.emacs.d/elpa/org-20160411/) I run Ubuntu 15.10 with PPAs gnome3-team/gnome3 and gnome3-t

Re: [O] Bug: group tags defined in org-tag-persistent-alist do not match their subtags [8.3.4 (8.3.4-31-gcb683e-elpa @ /home/jorge/.emacs.d/elpa/org-20160404/)]

2016-04-18 Thread Jorge
OK. Thank you very much for improving Org! Regards On 18 April 2016 at 20:21, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Jorge <jorge13...@gmail.com> writes: > >>> For the record, it is better to simply post minimal init.el and >>> "group-tags-bug

Re: [O] Bug: group tags defined in org-tag-persistent-alist do not match their subtags [8.3.4 (8.3.4-31-gcb683e-elpa @ /home/jorge/.emacs.d/elpa/org-20160404/)]

2016-04-18 Thread Jorge
> For the record, it is better to simply post minimal init.el and > "group-tags-bug.org", both as plain text, in the message. Of course. Sorry for being obtuse. And I took the opportunity to test that the bug still occurs in org-20160418. File group-tags-bug.org: --- *

Re: [O] Bug: Repeated candidate tags in org-set-tags-command interface [8.3.4 (8.3.4-31-gcb683e-elpa @ /home/jorge/.emacs.d/elpa/org-20160404/)]

2016-04-18 Thread Jorge
On 12 April 2016 at 17:35, Nicolas Goaziou wrote: > Could you send it by mail? You can remove the copy of ~/.emacs.d/elpa. As you requested in the other e-mail, here are the files inline: File repeated-tags-bug-trigger.org: -- * Dummy Headline

Re: [O] function to duplicate current header and change ID

2016-08-17 Thread Jorge
On 11 August 2016 at 12:33, John Kitchin wrote: > Does this do what you want? Could not he just use C-u C-c C-x c (org-clone-subtree-with-time-shift)?

Re: [O] How to safely update from ver. 8.2.10 to 8.3.x

2016-08-22 Thread Jorge
On 15 August 2016 at 14:29, Cook, Malcolm wrote: > emacs -Q -batch -eval "(progn (require 'package) (add-to-list > 'package-archives '(\"org\" . \"http://orgmode.org/elpa/\;)) > (package-initialize) (package-refresh-contents) (package-install > 'org-plus-contrib))"

Re: [O] How to safely update from ver. 8.2.10 to 8.3.x

2016-08-22 Thread Jorge
In the last command I forgot to drop the -Q. But I guess it works either way. On 22 August 2016 at 12:25, Jorge <jorge13...@gmail.com> wrote: > On 15 August 2016 at 14:29, Cook, Malcolm <m...@stowers.org> wrote: >> emacs -Q -batch -eval "(progn (requ

Re: [O] Potential feature request – more automatic updating of cookies

2016-08-17 Thread Jorge
[Now sending to the whole list] On 29 July 2016 at 00:53, Adam Porter wrote: > It might be enough to advise a few functions to call > org-update-statistics-cookies, e.g.: > > (advice-add 'org-cut-special :after 'org-update-statistics-cookies) I haven't yet studied the advice

Re: [O] How to safely update from ver. 8.2.10 to 8.3.x

2016-08-22 Thread Jorge
On 22 August 2016 at 14:19, Cook, Malcolm wrote: >> In the last command I forgot to drop the -Q. But I guess it works either >> way. > > I would not trust the result from failing to drop the -Q since the -Q is what > prevents your init file from loading, which we are

Re: [O] Thank you!

2016-09-07 Thread Jorge
On 14 June 2016 at 10:33, Gyro Funch wrote: > I have recently adopted org-mode for both task lists and technical > writing and wanted to express my sincere thanks to the creator, > developers, and maintainers for such a wonderful piece of software. > > Keep up the great

[O] Bug: org-refile, org-archive-subtree and footnotes [8.3.6 (8.3.6-4-g4835be-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20160926/)]

2016-09-28 Thread Jorge
ot to complain about the timestamp. Thank you. Regards. Emacs : GNU Emacs 25.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.18.9) of 2016-09-18 Package: Org-mode version 8.3.6 (8.3.6-4-g4835be-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20160926/) current state: == (setq o

[O] Bug: Several small documentation problems [8.3.6 (8.3.6-4-g4835be-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20160926/)]

2016-09-29 Thread Jorge
" • [info:org#Tag hierarchy] all members in the group and its subgroup "subgroup" → "subgroups" • [info:org#Tag searches] "to find entries which are tagged, like `Kathy' or `Sally'" → "to find entries tagged as `Kathy' or `Sally'" • &

Re: [O] Bug: Several small documentation problems [8.3.6 (8.3.6-4-g4835be-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20160926/)]

2016-09-30 Thread Jorge
On 29 September 2016 at 17:36, Nicolas Goaziou wrote: > I think "grandparent" is correct. In the following document > > * H1 > ** H2 > Text<--point > > "H2" is the parent headline of "Text" and as a consequence, "H1" is its > grandparent. What if point is in the

Re: [O] Bug: org-refile, org-archive-subtree and footnotes [8.3.6 (8.3.6-4-g4835be-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20160926/)]

2016-10-04 Thread Jorge
On 4 October 2016 at 12:08, Nicolas Goaziou wrote: > BTW, would you want to provide a patch? I'm sorry, but I am overloaded. Besides, I know very little Elisp; for example, only in the last few weeks did I learn about backquote constructs. Furthermore, I am a very slow

Re: [O] Emacs movement keys

2016-08-23 Thread Jorge
On 23 August 2016 at 16:38, Eduardo Mercovich wrote: > | | move | move | del | del | > | object| prev | next | back | forw | > |---+--+--+---+--| > | text | M < | M > | - | -| > | screen| M v | C v | - | -

[O] Bug: Feature request: more automatic updating of cookies [8.3.6 (8.3.6-4-g4835be-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20160926/)]

2016-09-27 Thread Jorge
f 2016-09-18 Package: Org-mode version 8.3.6 (8.3.6-4-g4835be-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20160926/) current state: == (setq org-tab-first-hook '(org-hide-block-toggle-maybe org-babel-hide-result-toggle-maybe org-babel-header-arg-expand) org-speed-command-hook

[O] How to report more than two dozen small problems with Org's documentation?

2016-09-28 Thread Jorge
Hello. I have noted a number (more than two dozen) of small problems with Org's documentation. For example, the docstring of org-cut-special mentions `org-table-copy' where the correct would be `org-table-cut-region'. Should I report one bug for all the documentation problems, or one bug for

Re: [O] Bug: Feature request: more automatic updating of cookies [8.3.6 (8.3.6-4-g4835be-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20160926/)]

2016-10-03 Thread Jorge
command-execute nil nil] 8 [profiler-cpu-profile profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute execute-extended-command smex-read-and-run smex funcall-interactively call-interactively command-execute nil nil nil nil] 4 [Automatic\ GC] 272)) (22514

Re: [O] Bug: Several small documentation problems [8.3.6 (8.3.6-4-g4835be-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20160926/)]

2016-10-02 Thread Jorge
ROPERTIES drawer. But I don’t know if this is worthy of documentation. Now something which I do consider worthy of description: This forces the insertion of a heading after the current subtree, independently on the location of point. At least in Org version 8.3.6 (8.3.6-4-g4835be-elpaplus @

[O] Export dedicated target

2018-08-16 Thread Jorge
Hi. I have an Org file with two dedicated targets. Both dedicated targets are at the start of a task (TODO heading). Neither dedicated target is exported. I would like their text (without the angle brackets) to be exported. Is that possible (and easy)? If not, should I then just repeat the

[O] =...= invalid

2012-09-15 Thread Jorge Timón
for five months and I don't think I can change to another editor if it has not org-mode, congratulations to the developers. I still feel that something bigger is going to come out of this. Still using Eclipse for coding, but that has to change. -- Jorge Timón

Re: [O] =...= invalid

2012-09-17 Thread Jorge Timón
appear change too. The number of dots seems to determine the number of chars that each of these false links will have. They can include spaces. I have no idea about what is happening, though. Any help is welcomed. On 9/15/12, Jorge Timón jtimo...@gmail.com wrote: Hi, I'm working with a document

Re: [O] =...= invalid

2012-09-17 Thread Jorge Timón
. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ Factory and User Sound Singles for Waldorf rackAttack: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds -- Jorge Timón

Re: [O] =...= invalid

2012-09-17 Thread Jorge Timón
mode, I should consider a later edition of the tex produced to keep it backend-independent. Not critical for this document, but it is always cool to be able to export to different formats. Thank you for the suggestion, anyway. On 9/17/12, Nick Dokos nicholas.do...@hp.com wrote: Jorge Timón

Re: [O] =...= invalid

2012-09-18 Thread Jorge Timón
I still get \texttt{} \ldots{} \texttt{} I have Org-mode version 6.33x at work. I'll check later at home, where I have both emacs23 and emacs24 (snapshot). On 9/17/12, Nick Dokos nicholas.do...@hp.com wrote: Jorge Timón jtimo...@gmail.com wrote: I wouldn't care about the spaces and I

Re: [O] =...= invalid

2012-09-18 Thread Jorge Timón
Org-mode version 6.30c at home, even with the snapshot. I'll probably update and follow your advice, thank you. On 9/18/12, Jorge Timón jtimo...@gmail.com wrote: I still get \texttt{} \ldots{} \texttt{} I have Org-mode version 6.33x at work. I'll check later at home, where I have both emacs23

[O] Bug report: org-get-property-block returns nil if the entry does not start with the property drawer

2015-08-25 Thread Jorge Morais
In Org mode's info, I could not find any requirement that the property drawer must be the first thing in the entry. However, this is the case in recent versions of Org. Things work OK in the following version: Org-mode version 8.2.10 (8.2.10-42-g2e1bc4-elpa @ /home/jorge/.emacs.d/elpa/org

Re: [O] .emacs (init.el) on Dropbox: Ho to access it?

2014-04-11 Thread Jorge A. Alfaro Murillo
use symbolic links to it in each computer in ~/.emacs From the terminal do: ln -s /path/to/your/Dropbox/.emacs ~/.emacs I assume windows works the same. If not then put in your windows .emacs a single line with: (load-file /path/to/your/Dropbox/.emacs) Best, Jorge.

Re: [O] using org-refile to sort research notes?

2014-05-07 Thread Alfaro-Murillo, Jorge
)) '(org-agenda-text-search-extra-files . (:maxlevel . 1)) '(nil . (:maxlevel . 5 #+END_SRC Best, Jorge.

[O] An org password manager

2014-05-10 Thread Jorge A. Alfaro-Murillo
has detailed information about the usage. If there is interest from the community this can also go to /contrib. Best, Jorge.

Re: [O] An org password manager

2014-05-11 Thread Jorge A. Alfaro-Murillo
-buffer (car gpg-buffers)) (setq gpg-buffers (cdr gpg-buffers)) (add-to-list 'auto-mode-alist '(\\.gpg$ . gpg-killing-mode)) (setq gpg-buffers nil) #+END_SRC Best, Jorge.

Re: [O] An org password manager

2014-05-11 Thread Jorge A. Alfaro-Murillo
jorge.a.alf...@gmail.com (Jorge A. Alfaro-Murillo) writes: I forgot to mention that what org-passwords.el does is to set a timer each time that the password file is opened (analogous to the second option in my previous message) rather than having just one timer with repeat. Jorge. Thanks Ramon

Re: [O] An org password manager

2014-05-13 Thread Jorge A. Alfaro-Murillo
that checks if the file name ends with gpg and if so turns your sensitivity-mode on. Alternatively, define another major mode: #+BEGIN_SRC emacs-lisp (define-derived-mode org-but-sensitive-mode org-mode ...) #+END_SRC and copy in ... whatever your sensitive-minor-mode has. Best, Jorge.

[O] org-edit-src-code outside of org

2014-05-13 Thread Jorge A. Alfaro-Murillo
from org-mode? Shouldn't it be enough that already the org-in-block-p was passed? If I evaluate the function definition of org-edit-src-exit without the last part everything works as expect, I can exit with C-c ' and the code is there. Even doing C-x C-s before exiting works as well. Best, Jorge

Re: [O] org-edit-src-code outside of org

2014-05-13 Thread Jorge A. Alfaro-Murillo
Thanks Ken, I wonder if there is already something like that in Message mode. I like gnus a lot, so I do not think that I am going to change to mu4e just for that =)

Re: [O] org-edit-src-code outside of org

2014-05-17 Thread Jorge A. Alfaro-Murillo
) #+END_SRC I just used it right now =) Jorge.

Re: [O] An org password manager

2014-05-31 Thread Jorge A. Alfaro-Murillo
Dear Bastien, This is my first time submitting a patch, so I do not know if this is the way I am supposed to do it. Best, Jorge --- org-passwords.el: Add an org derived mode for managing passwords * contrib/lisp/org-passwords.el: new file. The file gives a mode

Re: [O] An org password manager

2014-06-02 Thread Jorge A. Alfaro-Murillo
Bastien b...@gnu.org writes: This is now in contrib/lisp/ - thanks! Great! Thanks a lot.

Re: [O] latex equations and $ sign

2014-06-06 Thread Jorge A. Alfaro-Murillo
{equation}\n + str(sp.latex(the_equation)) + \n\\end{equation}\n E, m, c = sp.symbols('E, m, c', real=True, positive=True) E = m*c**2 return org_equation(E) #+END_SRC Best, Jorge.

Re: [O] (require 'org-publish) causes downgrade in org-version

2014-06-09 Thread Jorge A. Alfaro-Murillo
psycho_punch psychopunc...@gmail.com writes: So I need to explicitly call (package-initialize) in init.el, probably one of the, if not the, first line? Yes, I had a similar issue with different versions from ELPA, and applying (package-initialize) early (first line in my .emacs) fixed.

Re: [O] babel setup

2014-06-09 Thread Jorge A. Alfaro-Murillo
. Shiyuan Hi Shiyuan, Have you tried to put (package-initialize) early (say first line) in your .emacs? Best, Jorge.

Re: [O] Repeat work / week days

2014-06-09 Thread Jorge A. Alfaro-Murillo
and Fri. The repeat should preferably be from Monday to Tuesday, Tuesday to Wednesday, etc., rather than from Monday to Monday, Tuesday to Tuesday, etc., but this is not so important. This I do not understand, can you explain further? Best, Jorge.

Re: [O] Repeat work / week days

2014-06-09 Thread Jorge A. Alfaro-Murillo
and Thursday. It was also under a single headline. Is this, or several simple timestamps under a single headline also bad syntax? Best, Jorge.

Re: [O] Repeat work / week days

2014-06-09 Thread Jorge A. Alfaro-Murillo
for the clarification. Best, Jorge.

Re: [O] When is the right time to modify the contents of org-structure-template-alist?

2014-06-09 Thread Jorge A. Alfaro-Murillo
modify it after org.el loads: #+BEGIN_SRC emacs-lisp (eval-after-load org '(progn ;; modify org-structure-template-alist here )) #+END_SRC Best, Jorge.

Re: [O] Alternative to arrow keys (more ergonomic)?

2014-06-12 Thread Jorge A. Alfaro-Murillo
. While you are at it you can also remap the Alt key to Cntrl and the Super to Meta, to that you press C- commands with your left thumb and not with your left pinky, avoiding the common emacs pinky problem. Best, Jorge. PS: http://i.stack.imgur.com/2kbJv.jpg http://www.splitreason.com

Re: [O] Alternative to arrow keys (more ergonomic)?

2014-06-12 Thread Jorge A. Alfaro-Murillo
) (define-key key-translation-map (kbd f6) 'hyperify) #+END_SRC Best, Jorge.

Re: [O] Alternative to arrow keys (more ergonomic)?

2014-06-13 Thread Jorge A. Alfaro-Murillo
if [ -s ~/.Xmodmap ]; then xmodmap ~/.Xmodmap fi #+END_EXAMPLE I hope it helps. Best, Jorge PS: For linux check also XKB.

Re: [O] org-ref in action

2014-06-26 Thread Jorge A. Alfaro-Murillo
Grant Rettke g...@wisdomandwonder.com writes: How do people choose today? Why choose bibtex over biblatex? For journal submission. With BibTeX you only have to copy paste at the end of your LaTeX file the contents of the generated .bbl file. Moreover, journals provide a default style for

Re: [O] Pushing and pulling to google calendar

2014-06-29 Thread Jorge A. Alfaro-Murillo
google. MobileOrg can synchronize to your google calendar, you can then set up remainders with the calendar app in your phone. Check (info (org) MobileOrg) Best, Jorge.

Re: [O] Pushing and pulling to google calendar

2014-06-29 Thread Jorge A. Alfaro-Murillo
Parnell Springmeyer parn...@ixmat.us writes: MobileOrg is the best solution so far. But there's no bi-directionality, which is annoying, the sync options in MobileOrg are pretty solid but getting MobileOrg first setup was enormously confusing for me. I've used dropbox and btsync to sync and

Re: [O] org-agenda-files and customize

2014-06-29 Thread Jorge A. Alfaro-Murillo
David Masterson dsmaster...@gmail.com writes: 2. I removed org-agenda-files from the custom-set-variables section of my .emacs. 3. I set org-agenda-files in the standard way (C-c [). 4. I notices that org-agenda-files was back in the custom-set-variables section of my .emacs. Is that

Re: [O] Installing from git

2014-07-02 Thread Jorge A. Alfaro-Murillo
-after-load 'info '(progn (info-initialize) (add-to-list 'Info-directory-list path_to_org-mode_git_directory/doc))) #+END_SRC Best, Jorge.

Re: [O] Installing from git

2014-07-02 Thread Jorge A. Alfaro-Murillo
Achim Gratz strom...@nexgo.de writes: It doesn't work, you just haven't run into a problem that you can positively identify with that habit yet. You'd need to re-build Emacs each time you update Org if you wanted it to work. Why? emacs/lisp points to org-mode/lisp, if I update org it

Re: [O] An Org centric research lab: Goodbye MS word, excel, and powerpoint

2014-07-12 Thread Jorge A. Alfaro-Murillo
plans for this? Jorge.

Re: [O] a quick way to switch orgmode notes between read-only/editing?

2014-07-17 Thread Jorge A. Alfaro-Murillo
. At the end of those files add: #+BEGIN_EXAMPLE %%% Local Variables: %%% buffer-read-only: t %%% End: #+END_EXAMPLE And every time that you want to edit them just do C-x C-q Best, Jorge.

Re: [O] org-mode

2014-07-24 Thread Jorge A. Alfaro-Murillo
Sharon Kimble boudic...@skimble.plus.com writes: How then do I get to use the 8.3 beta please? Hi Sharon, Use the git version, it has had the tag 8.3 beta for about a month. Follow the instructions in http://orgmode.org/worg/org-faq.html#keeping-current-with-Org-mode-development Best, Jorge.

Re: [O] org-mode

2014-07-24 Thread Jorge A. Alfaro-Murillo
Sharon Kimble boudic...@skimble.plus.com writes: Miguel Ruiz rbeni...@inbox.com writes: master branch = make cleanall #git pull #optional git reset --hard origin/master # warning: removes local changes #make test #optional make #not necessary if make test

Re: [O] A gentle introduction to Emacs Org-mode?

2014-07-29 Thread Jorge A. Alfaro-Murillo
Thanks John, The links to the other videos are broken. I think that the addresses have %3D instead of an equal sign (=). Best, Jorge.

Re: [O] What is the best in-Emacs presentation mode for org-files today?

2014-07-29 Thread Jorge A. Alfaro-Murillo
/watch?v=p3Te_a-AGqM Best, Jorge.

Re: [O] Installing Org 8

2014-07-30 Thread Jorge A. Alfaro-Murillo
Try putting (package-initialize) as the first line of your .emacs, that should do the trick. Best, Jorge.

Re: [O] Agenda, Deadline, DONE

2014-08-05 Thread Jorge A. Alfaro-Murillo
) for more details. Best, -- Jorge.

Re: [O] MobileOrg documentation?

2014-08-07 Thread Jorge A. Alfaro-Murillo
not see it that way. If you want to something that allows complete org functionality in your phone you are better off using something like JuiceSSH and connecting to one of your computers. Best, -- Jorge.

Re: [O] MobileOrg documentation?

2014-08-07 Thread Jorge A. Alfaro-Murillo
Also there is a more or less active Google+ page: https://plus.google.com/u/0/101083268903948579162/posts -- Jorge.

Re: [O] MobileOrg documentation?

2014-08-08 Thread Jorge A. Alfaro-Murillo
. I you have access by ssh to a computer that is always on, then I recommend leaving an emacsclient open and using JuiceSSH of ConnectBot for editing your org files on the go. Best, -- Jorge.

Re: [O] MobileOrg documentation?

2014-08-08 Thread Jorge A. Alfaro-Murillo
should be there. At least it works for me under Android. Best, -- Jorge.

Re: [O] MobileOrg documentation?

2014-08-08 Thread Jorge A. Alfaro-Murillo
external application that uses the same conventions). Perhaps that is why the manual seems to new users so vague, they expect that it will explain how to go over the phone installation as well. But that is not the job of the org part, but that of the phone application IMO. -- Jorge.

[O] Fwd: Some thoughts on MobileOrg and its development ....

2014-08-13 Thread Jorge A. Alfaro-Murillo
. Best, Jorge. ---BeginMessage--- Topics: Some thoughts on MobileOrg and its development Re: Some thoughts on MobileOrg and its development Re: Some thoughts on MobileOrg and its development Re: Some thoughts on MobileOrg and its development Re: Some thoughts

Re: [O] Refile: refile to any open file.

2014-08-13 Thread Jorge A. Alfaro-Murillo
$ (buffer-file-name x))) (buffer-file-name x))) (buffer-list))) #+END_SRC Best, -- Jorge.

Re: [O] Some thoughts on MobileOrg and its development ....

2014-08-14 Thread Jorge A. Alfaro-Murillo
! Maybe you could publish a very basic how-to here, and then we could annoy you privately with problems? That's a good idea, 1+ -- Jorge.

Re: [O] Orgtbl, Radiotables: :booktabs t

2014-08-19 Thread Jorge A. Alfaro-Murillo
Hi Nicolas, Are there any news on this? I was just trying to accomplish the same thing (get \midrule instead of \hline in a LaTeX orgtbl), but adding :booktabs t seems to not be enough. Best, Jorge. On [2013-12-01 Sun 10:18], Nicolas Goaziou wrote: Hello, AW alexander.will...@t

Re: [O] Orgtbl, Radiotables: :booktabs t

2014-08-19 Thread Jorge A. Alfaro-Murillo
RECEIVE ORGTBL %n\n% END RECEIVE ORGTBL %n\n\\begin{comment}\n#+ORGTBL: SEND %n orgtbl-to-latex-booktabs :splice nil :skip 0\n| | |\n\\end{comment}\n)) #+END_SRC -- Jorge.

Re: [O] Orgtbl, Radiotables: :booktabs t

2014-08-19 Thread Jorge A. Alfaro-Murillo
Ups... it should be midrule not midline. -- Jorge.

[O] [PATCH] org-passwords.el: Improvements

2014-09-01 Thread Jorge A. Alfaro-Murillo
Some development in the password manager. Best, Jorge. * contrib/lisp/org-passwords.el (org-passwords-default-password-size, org-passwords-default-random-words-number): New variables. (org-passwords-copy-username, org-passwords-copy-password): Use org-entry-get to obtain the property value

Re: [O] org-agenda

2014-09-02 Thread Jorge A. Alfaro-Murillo
after they are done with C-c C-x C-a. Check the variable `org-archive-location'. Best, -- Jorge.

Re: [O] Marking items done in the past

2014-09-02 Thread Jorge A. Alfaro-Murillo
at the code of this function the SCHEDULED part doesn't look that complicated, but I couldn't understand what produces the 'State DONE from TODO' Does any of the org-gurus have an idea? Best, -- Jorge.

Re: [O] [PATCH] org-passwords.el: Do not insert `org-passwords-generate-password-with-symbols`

2014-09-04 Thread Jorge A. Alfaro-Murillo
to remove that from -with-symbols. Best, -- Jorge.

[O] [PATCH] Refresh appointments from org files exclusively

2014-09-06 Thread Jorge A. Alfaro-Murillo
(add-hook 'org-agenda-finalize-hook (lambda () (org-agenda-to-appt '(16 #+END_SRC Best, -- Jorge. From 2a5bf43b8ce112eab30df55f25e1744a7b388d64 Mon Sep 17 00:00:00 2001 From: Jorge A. Alfaro Murillo jorge.alfaro-muri...@yale.edu Date: Sat, 6 Sep 2014 18:01:20 -0400 Subject: [PATCH] org

Re: [O] Managing articles in orgmode and collaboration

2014-09-09 Thread Jorge A. Alfaro-Murillo
=) Best, -- Jorge.

Re: [O] Managing articles in orgmode and collaboration

2014-09-10 Thread Jorge A. Alfaro-Murillo
with a org-based solution. Please keep us posted, I find this a very interesting thread. Cheers, -- Jorge.

Re: [O] org-crypt doesn't automatically encrypt on save

2014-09-12 Thread Jorge A. Alfaro-Murillo
/passwords.org) ) --8---cut here---end---8--- If you only use one file for your passwords and want it encrypted (that you should), you can also check org-passwords.el that is included in the contrib directory. Best, -- Jorge.

Re: [O] Managing articles in orgmode and collaboration

2014-09-23 Thread Jorge A. Alfaro-Murillo
files if a single bib file proves too much. My current articles.bib is about 14k lines, and it is not sluggish at all, but I will have to wait a couple of years until I tell you if a 50k one would be. Best, -- Jorge.

Re: [O] How to get the link the point is on?

2014-09-25 Thread Jorge A. Alfaro-Murillo
) t) (let* ((complete-link (match-string 0)) (last-place (string-match \\] complete-link))) (substring-no-properties complete-link 2 last-place #+END_SRC Best, -- Jorge.

Re: [O] How to get the link the point is on?

2014-09-25 Thread Jorge A. Alfaro-Murillo
Rasmus writes: If point is on a link you can (org-element-property :raw-link (org-element-context)) That's way easier =) -- Jorge.

Re: [O] How to re-bind C-,?

2014-09-26 Thread Jorge A. Alfaro-Murillo
bound to `org-cycle-agenda-files' instead. For me `org-cycle-agenda-files' is bound to C-', not C-, maybe you have something that sets C-' to C-, globally? Best, -- Jorge.

Re: [O] How to re-bind C-,?

2014-09-26 Thread Jorge A. Alfaro-Murillo
Grant Rettke writes: On Fri, Sep 26, 2014 at 12:17 PM, Jorge A. Alfaro-Murillo jorge.alfaro-muri...@yale.edu wrote: For me `org-cycle-agenda-files' is bound to C-', not C-, maybe you have something that sets C-' to C-, globally? Definitely, here in my .emacs.el: ╭ │ (global-set-key

Re: [O] How to re-bind C-,?

2014-09-26 Thread Jorge A. Alfaro-Murillo
Jorge A. Alfaro-Murillo writes: Grant Rettke writes: On Fri, Sep 26, 2014 at 12:17 PM, Jorge A. Alfaro-Murillo jorge.alfaro-muri...@yale.edu wrote: For me `org-cycle-agenda-files' is bound to C-', not C-, maybe you have something that sets C-' to C-, globally? Definitely, here in my

Re: [O] Other editors supporting Org-Mode

2014-10-08 Thread Jorge A. Alfaro-Murillo
to the agenda, without the user freaking out and not knowing how to exit (unless it is always opened on a separate frame I guess). But I think achieving agenda capabilities in another editor would also be very difficult. Best, -- Jorge.

Re: [O] exporting tables + equations to latex

2014-10-09 Thread Jorge A. Alfaro-Murillo
Hi Giuseppe. Giuseppe Lipari writes: The big problem I have is that I do not know how to put equations in cells. [...] the underlines are translated as underlines, and not as subscript command. Try adding :no-escape t to the #+ORGTBL line Best, -- Jorge.

Re: [O] [PATCH] org-passwords.el: Improvements

2014-10-12 Thread Jorge A. Alfaro-Murillo
Bastien writes: Can you resend the patch as an attachment? Sure, it is attached. If you have commit access, feel free to push your commit directly. I do not have commit access. Best, -- Jorge. From 4b1b7f291af29b94919620f9a824c2da1ce09458 Mon Sep 17 00:00:00 2001 From: Jorge

Re: [O] Org-mode Habit with Varying Description

2014-10-20 Thread Jorge A. Alfaro-Murillo
#+END_EXAMPLE Then when closing one of the sub headlines, schedule the next one. Best, -- Jorge.

Re: [O] Agenda in MobileOrg for Android

2013-04-09 Thread Jorge A. Alfaro Murillo
I think entries of the form %%(org-class 2013 1 7 2013 4 27 2) 12:00pm-01:15pm TITLE show up on MobileOrg. I have org-mobile-agendas set up to 'default and they do for me. Also the synchronization with Google Calendar is quite good in Android, you can let then Google Calendar handles the

  1   2   3   >