[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
hile the first sentence in 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 Ubun

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: --- * Dum

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 :dummy: --

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 wrote: > Jorge writes: > >>> For the record, it is better to simply post minimal init.el and >>> "group-tags-bug.org", both as plain text, in the message. >> O

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 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 subsection 2.8 Drawers.

[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 th

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 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, suc

[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

Re: [O] ODT export backend missing

2015-09-10 Thread Jorge
On Thu, Sep 10, 2015 at 5:48 PM, Jorge 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. Should have thought of it

[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 w

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 wrote: > Hi Jorge, > > My mobile capture work flow is: > [...] Thank you, this is quite better than what I had.

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] 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 feature. I'll look i

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))" Here I plan to dr

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 wrote: > On 15 August 2016 at 14:29, Cook, Malcolm wrote: >> emacs -Q -batch -eval "(progn (require 'package) (add-to-list >> 'packa

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 explicitly trying to avoid

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 | - | -| > | paragraph | M p

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 work! [Resurrecting this t

[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
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 org-tab-first-hook '(org-hide-block-toggle-maybe org-babel-hide-result-toggle-maybe org-babel-header-arg-expand) org-spe

[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 eac

[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
org-lint not 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: =

[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
r to create the link." • [info:org#Tag inheritance] "with those tags" → "with all those tags" • [info:org#Tag hierarchy] all members in the group and its subgroup "subgroup" → "subgroups" • [info:org#Tag searches] "to

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 headline, which is often the

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
n’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 @ /home/jorge/.emacs.d/elpa/org

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)) (2251

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 programmer even in C, C++ o

[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 ta

[O] =<<<...>>>= invalid

2012-09-15 Thread Jorge Timón
27;ll do more tests in a separate document or link you to a copy. Well, I'll just do it now: http://preann.svn.sourceforge.net/viewvc/preann/preann/doc/preann-doc.org Note: I've using emacs only 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
gt;>>=. But interestingly, by changing the number of dots inside the inequality signs, the places where the hyperrefs 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 ha

Re: [O] =<<<...>>>= invalid

2012-09-17 Thread Jorge Timón
gets". > > > Regards, > Achim. > -- > +<[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
cific, but if I'm able replace more latex with org 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

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 wrote: > Jorge Timón wrote: > >> I wouldn't care about the sp

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 wrote: > I still get \texttt{<<<} \ldots{} \texttt{>>>} > > I have Org-mode version 6.33x at work. I'll check later at

[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/elp

"Tab width in Org files must be 8, not 2. Please adjust your ‘tab-width’ settings for Org mode"

2025-04-07 Thread Jorge Cuellar
computed.\\n\\nThis function assumes point is always at the beginning of the\\nelement it has to parse.\" #)(210 element planning nil) org-element--parse-to(209) org-element-at-point() org-at-item-p() org-cycle-item-indentation() org-cycle(nil) funcall-interactively(org-cycle nil) command-execute(org-cycle) " Please report this to Org mode mailing list (M-x org-submit-bug-report). Best, Jorge Cuellar

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

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

[O] Is it generally better practice to specify local variables at the first line for Org files?

2016-10-04 Thread Jorge Morais Neto
Hi. In most of my Emacs files, I set any file local variables using a local variables list near the end of the file. However I just realized a pitfall. Emacs, according to its manual, only recognizes this local variables list if its location fulfills two criteria: 1. It starts no more than 3000 c

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-05 Thread Jorge Morais Neto
On 5 October 2016 at 06:44, Nicolas Goaziou wrote: > > OOC, could you show the footnote section triggering this warning? Org > Lint ignores property drawers there (i.e., it shouldn't raise an error), > so I'm wondering how is inserted this timestamp. I don't understand. Have I not already given

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-05 Thread Jorge Morais Neto
On 5 October 2016 at 19:24, Nicolas Goaziou wrote: > You gave a recipe to reproduce the example. I was being lazy and > expected the complete (final) example. Anyway, I did my homework. > > This should be fixed: the message is slightly less frightening now. > > Regards, Thank you! Regards -- •

[O] Bug: second batch of small documentation problems [9.0 (9.0-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20161102/)]

2016-11-06 Thread Jorge Morais Neto
taken into account. #+END_QUOTE "has been taken into account." → "enables tag inheritance for the given agenda type." - Docstring of org-agenda-week-view\\ In "Switch to daily view for agenda", "daily" → "weekly". Emacs : GNU

Re: [O] Bug: second batch of small documentation problems [9.0 (9.0-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20161102/)]

2016-11-07 Thread Jorge Morais Neto
I have some observations about your fixes: 1. Tag keys (for fast selection) 1) When clarifying that tag keys are case-sensitive letters, we forgot to adjust org-tag-persistent-alist’s docstring. Please adjust it. 2) And now that I think of it, is it appropriate to write "a-zA-Z" in

Re: [O] Bug: second batch of small documentation problems [9.0 (9.0-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20161102/)]

2016-11-12 Thread Jorge Morais Neto
On 11 November 2016 at 22:47, Nicolas Goaziou wrote: > `org-tag-persistent-alist' is about "characters". I think it is clear > that characters are case-sensitive already. Currently, the docstring of org-tag-alist says "SELECT is a case-sensitive letter" and the docstring of org-tag-persistent-alis

Re: [O] org-depend: dependencies between TODO entries in different files

2016-12-08 Thread Jorge Morais Neto
On 8 December 2016 at 04:44, Carsten Dominik wrote: > One additional point is, of course, that org-depend is not part of the core, > but was written as a proof of concept. Is anyone besides Karl using it > regularly? I don't want to break anything by changing it. I use it (in a very small number

Re: [O] org-depend: dependencies between TODO entries in different files

2016-12-12 Thread Jorge Morais Neto
On 8 December 2016 at 08:16, Jorge Morais Neto wrote: > On 8 December 2016 at 04:44, Carsten Dominik wrote: >> One additional point is, of course, that org-depend is not part of the core, >> but was written as a proof of concept. Is anyone besides Karl using it >> regula

Re: [O] Disable consistency graphs for some habits

2016-12-12 Thread Jorge Morais Neto
On 9 December 2016 at 21:31, Nicolas Goaziou wrote: >> I set them up as org-habit habits for the following desirable features: >> - Only show on the agenda for today, not for other days. >> - Appear at the end of the agenda for today. >> - Hide when I type K. > > What about using a regular repeate

Re: [O] org-agenda-filter-effort and "invalid face reference"

2017-01-03 Thread Jorge Morais Neto
ior and the message in *Messages*) with my own files and configuration. I have not tested with a bare configuration. I have tested org-agenda-filter-by-effort with both operator = and operator <. org-version reports Org mode version 9.0.3 (9.0.3-elpaplus @ /home/jorge/.emacs.d/elpa/org-plu

[O] How to specify APPT_WARNTIME for entire files?

2017-01-18 Thread Jorge Morais Neto
APPT_WARNTIME in each. I have tried to specify "#+PROPERTY: APPT_WARNTIME 5" and enable inheritance of it through org-use-property-inheritance, but it did not work. I have also searched the web and the Org mailing list archives. I am using Org mode version 9.0.3 (9.0.3-elpaplus @ /home/jorg

[O] Bug: Org separates clock out note from the clock line [9.0.4 (9.0.4-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170124/)]

2017-01-31 Thread Jorge Morais Neto
configure Org to add logs and clock lines into the LOGBOOK drawer. Then the bug does not materialize and I get correct result (except that I cannot configure Org the way I want). Regards Emacs : GNU Emacs 25.1.91.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.18.9) of 2016-12-31 Package: Org mode v

[O] Bug: Log mode shows the wrong clock note [9.0.4 (9.0.4-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170124/)]

2017-02-03 Thread Jorge Morais Neto
1 (x86_64-unknown-linux-gnu, GTK+ Version 3.18.9) of 2016-12-31 Package: Org mode version 9.0.4 (9.0.4-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170124/) current state: == (setq org-capture-prepare-finalize-hook '(J-insert-created-and-id-all) org-clocktable-defaults

Re: [O] Bug: Log mode shows the wrong clock note [9.0.4 (9.0.4-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170124/)]

2017-02-04 Thread Jorge Morais Neto
On 3 February 2017 at 20:01, Nicolas Goaziou wrote: > The fix for the other issue you reported about CLOCK and notes probably > has also fixed this one. Could you confirm it? According to my very brief test, yes it fixed. Thank you! -- • I am Brazilian. I hope my English is correct and I welc

[O] I have org-plus-contrib from ELPA. How do I temporarily test Org from git?

2017-02-04 Thread Jorge Morais Neto
Hi. I wanted to temporarily run git Org so I could test a fix by Nicolas Goaziou. I have pulled the master branch and adapted local.mk. In that file, I set: prefix = ~/.emacs.d/locally_built_org # Where local lisp files go. # $(prefix)/emacs/site-lisp/org lispdir= $(pref

Re: [O] Release 9.0.5

2017-02-10 Thread Jorge Morais Neto
On 10 February 2017 at 11:53, Bastien wrote: > Org 9.0.5, a minor bugfix release, is out. In Org 9.0.5, clock out notes are again stored below the corresponding clock line, restoring the behavior of an earlier release. There were interim releases, up to 9.0.4, that stored the clock out notes /abo

[O] Bug: org-agenda-skip-deadline-prewarning-if-scheduled as pre-scheduled has no effect [9.0.5 (9.0.5-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-03-02 Thread Jorge Morais Neto
appear before the scheduled date. Regards Emacs : GNU Emacs 25.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.18.9) of 2017-02-22 Package: Org mode version 9.0.5 (9.0.5-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170210/) current state: == (setq org-tab-first-hook '(o

Re: [O] Bug: org-agenda-skip-deadline-prewarning-if-scheduled as pre-scheduled has no effect [9.0.5 (9.0.5-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-03-05 Thread Jorge Morais Neto
On 5 March 2017 at 15:03, Nicolas Goaziou wrote: > It has an effect, but you are enforcing a pre-warning delay of 6 days. > in the time stamp above. > > I think local syntax overrides global settings. IOW, I don't think this > qualifies as a bug. It would have been useful for me if 'pre-scheduled

Re: [O] adjustment of schedules in org

2017-03-10 Thread Jorge Morais Neto
On 9 March 2017 at 14:17, Eric Abrahamsen wrote: > You're probably looking for the `org-log-reschedule' option: that will > let you leave a stamp or take a note if you change the scheduled date of > an option. > > I know that would end up doubling the size of my org files. :) Also org-log-redeadl

[O] Bug: Org loses data if the user types C-u C-c C-c while composing a state change note [9.0.9 (9.0.9-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170622/)]

2017-06-26 Thread Jorge Morais Neto
ay be other situations in which the user might discard a note by accident. Perhaps Org should prompt before discarding, or make it reversible. Regards Emacs : GNU Emacs 26.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of 2017-06-07 Package: Org mode version 9.0.9 (9.0.9-elpaplus @

[O] Org mode version 9.0.9 (9.0.9-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170622/); Org lost my state change note during idle clock resolution

2017-06-29 Thread Jorge Morais Neto
d in the latest Spacemacs in holy mode. Unfortunately M-x org-submit-bug-report failed to collect my Org and Outline configuration as I requested. Regards Emacs : GNU Emacs 26.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of 2017-06-07 Package: Org mode version 9.0.9 (9.0.9-elpaplu

Re: [O] Org mode version 9.0.9 (9.0.9-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170622/); Org lost my state change note during idle clock resolution

2017-06-29 Thread Jorge Morais Neto
On 29 June 2017 at 17:11, Jorge Morais Neto wrote: > In two days this is the second time Org loses a TODO state change note > draft. I guess that, if I realize the note will take time to compose, I > am supposed to compose it in some file and, only when it is ready, > change state an

Re: [O] Org mode version 9.0.9 (9.0.9-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170622/); Org lost my state change note during idle clock resolution

2017-07-02 Thread Jorge Morais Neto
On 1 July 2017 at 13:58, Nicolas Goaziou wrote: > Even if the window configuration is lost, I cannot see how the "*Org > Note*" buffer could be closed. Are you certain it was not accessible > anymore from the buffer list? I do not remember and unfortunately I do not have the time to test it this w

Re: [O] Automatic mtime and ctime on all or select group of trees?

2017-09-02 Thread Jorge Morais Neto
On 31 August 2017 at 08:55, Tim Visher wrote: > I would like to track the time I created a tree and the last time it was > edited, like ctime and mtime on a filesystem. Is that possible to have > happen automatically? To insert a creation timestamp I use org-expiry. I have added ~(require 'org-e

Re: [O] Automatic mtime and ctime on all or select group of trees?

2017-09-05 Thread Jorge Morais Neto
[unfortunately the first email went only to Adam Porter; now I address the list] On 2 September 2017 at 22:10, Adam Porter wrote: > Thanks for sharing that, I didn't even remember org-expiry. Very clever > use of it! You seem to know more about elisp than you give yourself > credit for. :) Than

Re: [O] Is it possible to repeat tasks only a certain amount of times?

2017-09-13 Thread Jorge Morais Neto
How about a diary-style sexp entry, with org-class? That is, something like ~<%%(org-class 2017 7 31 2018 3 23 1)>~. That example would appear on the agenda on every Monday between 2017-07-31 and 2018-03-23. Regards -- - I am Brazilian. I hope my English is correct and I welcome feedback - Pl

Re: [O] Ediff org files starts folded

2017-10-25 Thread Jorge Morais Neto
On 25 October 2017 at 12:04, Alex Branham wrote: > Whenever I ediff an org file, the three windows start with the content folded > and out of site. I have to navigate to windows A, B, and C and hit S- > until everything is visible. Does anyone know a way to start org mode files > unfolded when

Re: [O] Bug? Encoding trouble in org-id-locations-load

2017-11-03 Thread Jorge Morais Neto
On 3 November 2017 at 12:11, Anders Johansson wrote: > I use org-id and got some surprising reports of duplicate IDs. It seems that > the issue is that one of my files containing IDs has a filename consisting > of some non-ascii characters (a Swedish ä). This may be related to two problems I had

[O] Bug: Small error in [[info:org#The clock table]] [9.1.3 (9.1.3-10-gadfbfd-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20171127/)]

2017-11-29 Thread Jorge Morais Neto
The mentioned manual section says: `C-c C-c or C-c C-x C-u (`org-dblock-update')' Update dynamic block at point. The cursor needs to be in the `#+BEGIN' line of the dynamic block. However, the docstring only says User command for updating dynamic blocks. Update

Re: [O] org-mobile-push fails

2012-10-24 Thread Jorge A. Alfaro Murillo
:35 AM, Bastien wrote: > Hi Jorge, > > "Jorge A. Alfaro Murillo" writes: > >> Hi, I am having trouble with org-mobile-push, it fails and gives the >> following error: >> org-mobile-create-index-file: Symbol's function definition is void: >> org-p

Re: [O] org-mobile-push fails

2012-10-25 Thread Jorge A. Alfaro Murillo
I think I figured it out. I think it was a problem of having "upgraded" org from the package manager once, when I had another version of emacs. I removed the package, reinstall emacs-snapshot and now it is working again. Thanks. On Oct 25, 2012 4:02 AM, "Bastien" wrote: >

Re: [O] org-ref in action

2014-06-26 Thread Jorge A. Alfaro-Murillo
Grant Rettke 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 BibTeX, not biblatex. And

Re: [O] Pushing and pulling to google calendar

2014-06-29 Thread Jorge A. Alfaro-Murillo
ather than going through 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 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 they aren't >

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

2014-06-29 Thread Jorge A. Alfaro-Murillo
David Masterson 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 supposed to happen?

Re: [O] Installing from git

2014-07-02 Thread Jorge A. Alfaro-Murillo
the documentation: #+BEGIN_SRC emacs-lisp (eval-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 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 updates in its org-mo

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

2014-07-12 Thread Jorge A. Alfaro-Murillo
for research. Come to think about it, there is no ob-sage.el yet. I write my papers directly to LaTeX (and my collaborators write at SMC since they are not emacs users and it provides direct compilation and shows already the results) so I never thought about exporting to sage. Does someone have any 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
t 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 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 writes: Miguel Ruiz 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 maint branch = make cleanall #gi

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
, 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
umentation of org-archive-location or (info "(org) Archiving") for more details. Best, -- Jorge.

Re: [O] MobileOrg documentation?

2014-08-07 Thread Jorge A. Alfaro-Murillo
. 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
obile-push and repeat. 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. --- Begin Message --- 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
ring-match "\\.org$" (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
Sounds great... can't wait! 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 writes: #+ORGTBL

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

2014-08-19 Thread Jorge A. Alfaro-Murillo
equal (car x) 'latex-mode)) orgtbl-radio-table-templates)) (add-to-list 'orgtbl-radio-table-templates '(latex-mode "% BEGIN 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
files 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
nction org-auto-repeat-maybe to be able to ask for a time. Checking 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
remove that from -with-symbols. Best, -- Jorge.

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

2014-09-06 Thread Jorge A. Alfaro-Murillo
_SRC emacs-lisp (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" Date: Sat, 6 Sep 2014 18:01:20 -0400 S

Re: [O] Managing articles in orgmode and collaboration

2014-09-09 Thread Jorge A. Alfaro-Murillo
x-create-bibtex-file =) Best, -- Jorge.

Re: [O] Managing articles in orgmode and collaboration

2014-09-10 Thread Jorge A. Alfaro-Murillo
t might be worth to invest time and come up with a org-based solution. Please keep us posted, I find this a very interesting thread. Cheers, -- Jorge.

  1   2   3   >