Hello,
I upgraded from emacs 24 to emacs emacs 26.1. Org version is
9.1.9. Diary entries in the Org Agenda view don't work as before. I
have some entries in an org file:
===
:PROPERTIES:
:CATEGORY: Congés
:END:
%%(diary-block 18 04 2017 21 04 2017) 4j
%%(d
Hi,
Set up -
Org mode version 9.1.13 (release_9.1.13-791-gcecbe4 @
/usr/local/share/org-mode/lisp/)
GNU Emacs 27.0.50 (build 30, x86_64-pc-linux-gnu, GTK+ Version 3.22.11)
of 2018-06-02
I group related documents as second level headlines, thus
* All docs :ignoreheading:
** Doc 1 :ignorehea
Hello,
There seems to be an old thread about this but I didn't find an answer
there:
http://lists.gnu.org/archive/html/emacs-orgmode/2011-10/msg01079.html
If, from an org file containing two entries with respective values "foobar"
and "foobaz" for property "prop", I call "org-set-property" to se
Hello,
As far as I know it is not currently possible to get property
auto-completion from the property list of the file itself.
but you could still make use of the stock property in the template and
auto-complete
from there
For instance:
("T" "TEST" entry (file+headline"/tmp/test.org" "drill")
Hello,
Diogo Ferrari writes:
> Remember to cover the basics, that is, what you expected to happen and
> what in fact did happen. You don't know how to make a good report? See
>
> https://orgmode.org/manual/Feedback.html#Feedback
>
> Your bug report will be posted to the Org mailing list.
Hi Nicolas
The problem has to do with links, not only file and html links, but also
latex citation using cite:. It does not behave well also when using Org
Table Edit Field, even when there are no links. I should return from the
editing aligned, but it looses alignment and I need to reopen the fil
Diogo Ferrari writes:
> The problem has to do with links, not only file and html links, but also
> latex citation using cite:. It does not behave well also when using Org
> Table Edit Field, even when there are no links. I should return from the
> editing aligned, but it looses alignment and I ne
Hello,
To get an .org file with my .bib links I'm using this code in my user.el
(i.e. init.el):
#+BEGIN_SRC
(require 'autoinsert)
(push '(org-mode . "/home/joseph/MEGA/org/orgskeleton.org") auto-insert-alist)
(add-hook 'find-file-hook 'auto-insert)
#+END_SRC
in this orgskeleton.org there is
Would you know when the 9.2 is planned to be released?
On Thu, Jun 7, 2018 at 2:16 PM Nicolas Goaziou
wrote:
> Diogo Ferrari writes:
>
> > The problem has to do with links, not only file and html links, but also
> > latex citation using cite:. It does not behave well also when using Org
> > Tab
Diogo Ferrari writes:
> Would you know when the 9.2 is planned to be released?
Very soon, or so I think. Bastien may have a definitive answer on the
subject.
Regards,
Joseph Vidal-Rosset writes:
> Hello,
>
> To get an .org file with my .bib links I’m using this code in my user.el
> (i.e. init.el):
>
> (require 'autoinsert)
> (push '(org-mode . "/home/joseph/MEGA/org/orgskeleton.org") auto-insert-alist)
> (add-hook 'find-file-hook 'auto-insert)
>
> in this org
Thanks.
As far as I know it is not currently possible to get property
> auto-completion from the property list of the file itself.
>
I don't understand: when I call "org-set-property" directly from the file
(C-c C-x p), it does get all the property values in the file and proposes
them for complet
12 matches
Mail list logo