Re: [O] Basic Q: Display specific property in custom agenda view

2019-09-25 Thread Fraga, Eric
On Thursday, 26 Sep 2019 at 00:06, Nathan Neff wrote:
> Got it!  Now, all I need to do is add the cool ":" functionality
> where a ":" is appended to the result if there is a result :-)

Maybe something like

;; Return PROJ property or category property
(defun njn-get-proj-property()
  (if (org-entry-get (point) "PROJ" t)
  (concat (org-get-category) ":")
""))

(untested)
-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-401-gfabd6d



Re: [O] Bug: Operator associativity problem [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2019-09-25 Thread Fraga, Eric
On Wednesday, 25 Sep 2019 at 20:16, Justus Winter wrote:
> However, I cannot fathom the rationale behind this property, and for a
> spreadsheet-like application I consider it borderline negligent.

Not my place to defend (or otherwise) the decisions that went into defining the 
grammar for Calc.  However, there is no single universal precedence definition 
for algebraic expressions.  People do write, e.g. in heat transfer 
applications, W/m^2 K to mean W/(m^2 K) which is not the precedence you believe 
should be implemented.  Just because Excel, say, implements something does not 
make it negligent for others to implement something different.

As a mathematician, I always write my expressions as, for instance, W m^{-2} 
K^{-1} both in practice and when teaching to avoid all doubt.

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-401-gfabd6d



Re: [O] Basic Q: Display specific property in custom agenda view

2019-09-25 Thread Nathan Neff
Got it!  Now, all I need to do is add the cool ":" functionality
where a ":" is appended to the result if there is a result :-)

Using %-12:(njn-get-proj-property)
doesn't work like %-12:c :-(

;; Return PROJ property or category property
(defun njn-get-proj-property()
  (or (org-entry-get (point) "PROJ" t)
  (org-get-category)))

  (setq org-agenda-custom-commands
 '(
 ("A" agenda "" (
(org-agenda-span 'day)
  (org-agenda-prefix-format " %-12(njn-get-proj-property) %?-12t%
s")
 (org-agenda-include-inactive-timestamps nil)))







On Wed, Sep 25, 2019 at 11:16 PM Nathan Neff  wrote:

>
> On Wed, Sep 25, 2019 at 7:12 PM Nathan Neff  wrote:
>
>> Hello all,
>>
>> My apologies for not finding this in the docs, but I'm trying to define a
>> simple custom agenda view that is exactly the same as the default day
>> week view,
>> except the only difference is displaying a property called FOO instead of
>> the CATEGORY
>> property.
>>
>>
> I found an example here:
> https://lists.gnu.org/archive/html/emacs-orgmode/2016-04/msg00402.html
>
> Thanks,
> --Nate
>
>
>> I think it's simply a matter of setting org-agenda-prefix-format to
>> something
>> other than the default:  " %i %-12:c%?-12t% s" but I can't find the exact
>> function to call
>> in place of %i.  I would think there's something like
>> %(get-property-of-heading(FOO))
>>
>> Thanks for any advice
>> --Nate
>>
>


Re: [O] Basic Q: Display specific property in custom agenda view

2019-09-25 Thread Nathan Neff
On Wed, Sep 25, 2019 at 7:12 PM Nathan Neff  wrote:

> Hello all,
>
> My apologies for not finding this in the docs, but I'm trying to define a
> simple custom agenda view that is exactly the same as the default day week
> view,
> except the only difference is displaying a property called FOO instead of
> the CATEGORY
> property.
>
>
I found an example here:
https://lists.gnu.org/archive/html/emacs-orgmode/2016-04/msg00402.html

Thanks,
--Nate


> I think it's simply a matter of setting org-agenda-prefix-format to
> something
> other than the default:  " %i %-12:c%?-12t% s" but I can't find the exact
> function to call
> in place of %i.  I would think there's something like
> %(get-property-of-heading(FOO))
>
> Thanks for any advice
> --Nate
>


[O] Basic Q: Display specific property in custom agenda view

2019-09-25 Thread Nathan Neff
Hello all,

My apologies for not finding this in the docs, but I'm trying to define a
simple custom agenda view that is exactly the same as the default day week
view,
except the only difference is displaying a property called FOO instead of
the CATEGORY
property.

I think it's simply a matter of setting org-agenda-prefix-format to
something
other than the default:  " %i %-12:c%?-12t% s" but I can't find the exact
function to call
in place of %i.  I would think there's something like
%(get-property-of-heading(FOO))

Thanks for any advice
--Nate


[O] Org-capture %a expansion - create ID link

2019-09-25 Thread Nathan Neff
Hello all,

I'm using capture templates with the %a expansion element [1]

The documentation says:  "Annotation, normally the link created with
org-store-link."

The expansion results in links like this:
file:~/org-mode/inbox.org::*Heading

This not really so good, because I routinely refile things in my inbox -
which
renders the link useless.

Is there a way to force org-capture to generate a link with a globally
unique ID?

A brief look at the code
https://code.orgmode.org/bzg/org-mode/src/master/lisp/org-capture.el#L631
seems to suggest
that org-store-link is called with a nil argument - I don't know what that
exactly does but I wonder if that's what is causing the generated link to
behave differently than when org-store-link is called interactively?

I would also like a globally unique ID generated for the currently clocked
item (the %K expansion
element), but hey, one thing at a time, right? :-)

Any ideas?

Thanks,
--Nate

[1] https://orgmode.org/manual/Template-expansion.html#Template-expansion


[O] Feature request: Allow clocktable :link to use IDs rather than fuzzy search in links

2019-09-25 Thread Robert Irelan
The :link header argument on clock tables (see
https://orgmode.org/manual/The-clock-table.html) currently generates
links that use fuzzy search when `:link t` is set. I'd like to propose
that this setting respect `org-id-link-to-org-use-id`. For example, if
I have `org-id-link-to-org-use-id` set to `t`, I'd like to have an ID
created for the entry in the clock table, if necessary, and then
create the link in the table using the ID instead of a search.

Context: I'm currently trying to publish an Org file that contains my
daily journal entries. In every entry, I generate clock tables
containing the tasks I've clocked time on that day. However, some of
the entries link to headlines that no longer exist. For whatever
reason, setting `org-export-with-broken-links` doesn't work to avoid
aborting the export whenever it encounters a fuzzy search link that
can't be resolved.

-- 
Robert Irelan
rire...@gmail.com



Re: [O] Bug: Operator associativity problem [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2019-09-25 Thread Justus Winter
"Fraga, Eric"  writes:

> On Wednesday, 25 Sep 2019 at 11:50, Justus Winter wrote:
>> I noticed a operator associativity problem when evaluating formulas in
>> tables.  To reproduce, enter:
>>
>> | :=6/2*3 |
>>
>> And evaluate the formula.  This results in:
>>
>> | 1 |
>> #+TBLFM: @1$1=6/2*3
>
> Yes, this is a property (feature, ?) of Emacs Calc.

Wow!  Re-reading the org-mode documentation I see that it is prominently
mentioned indeed, and that it is an precedence thing, not an
associativity one.

However, I cannot fathom the rationale behind this property, and for a
spreadsheet-like application I consider it borderline negligent.

Thanks,
Justus


signature.asc
Description: PGP signature


Re: [O] Is there any orgmode ChangeLog workalike (with enhancements)?

2019-09-25 Thread Alan E. Davis
I am using org-mode installed by the emacs package system:
org-plus-contrib.  I just updated it this morning:

Org mode version 9.2.6 (9.2.6-elpaplus @ /usr/share/emacs/27.0.50/lisp/org/)

I have no trouble, so far, running this template.  If it is of interest, I
am using this also in directories in my Dropbox folder, from my laptop and
a desktop machine.  I will investigate changes in the template parameters.

I am already thinking of another one,  to capture a file listing and
perhaps enable commenting.  That last bit will stymy me.  In fact it's all
pretty much beyond me, for the moment.   I saw a contributed org function
to do something similar.

Anyway, for now, this template shows promise.  It's already easier to save
quick notes about an ongoing project.  Before org-mode, I used steno.el, to
good effect; org-mode, however, is lightyears beyond steno.

Thank you for the comments.

Alan Davis

On Wed, Sep 25, 2019 at 6:51 AM Uwe Brauer  wrote:

> >>> "AED" == Alan E Davis  writes:
>
>> I have come up with something simple that works:
>> ("X" "ChangeLog README" entry (file+datetree "./00_README.org")
> "* %?
>> \n   %U \n %f" :prepend t)
>
> Thanks I tried this and I obtain
>
> Deprecated date/weektree capture templates changed to ‘file+olp+datetree’.
> org-datetree--find-create: Buffer is read-only: #>
>
>
>
> That is why I have only absolute paths in my capture templates, but I
> find them no appropriate in certain circumstances.
>
> Any idea what is wrong here?
>
> Uwe Brauer
>


-- 
[Fill in the blanks]

The use of corrupt manipulations and blatant rhetorical ploys ...---
outright lying, flagwaving, personal attacks, setting up phony
alternatives, misdirection, jargon-mongering, evading key issues, feigning
disinterested objectivity, willful misunderstanding of other points of
view---suggests that ... lacks both credibility and evidence.

  Edward Tufte (in context of making presentations)


Re: [O] Is there any orgmode ChangeLog workalike (with enhancements)?

2019-09-25 Thread Uwe Brauer
>>> "AED" == Alan E Davis  writes:

   > I have come up with something simple that works:
   > ("X" "ChangeLog README" entry (file+datetree "./00_README.org") "* %?
   > \n   %U \n %f" :prepend t)

Thanks I tried this and I obtain 

Deprecated date/weektree capture templates changed to ‘file+olp+datetree’.
org-datetree--find-create: Buffer is read-only: #>



That is why I have only absolute paths in my capture templates, but I
find them no appropriate in certain circumstances.

Any idea what is wrong here?

Uwe Brauer 


smime.p7s
Description: S/MIME cryptographic signature


Re: [O] Bug: Operator associativity problem [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2019-09-25 Thread Fraga, Eric
On Wednesday, 25 Sep 2019 at 11:50, Justus Winter wrote:
> I noticed a operator associativity problem when evaluating formulas in
> tables.  To reproduce, enter:
>
> | :=6/2*3 |
>
> And evaluate the formula.  This results in:
>
> | 1 |
> #+TBLFM: @1$1=6/2*3

Yes, this is a property (feature, ?) of Emacs Calc.

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-401-gfabd6d



Re: [O] Org - mode manual missing

2019-09-25 Thread Fraga, Eric
On Wednesday, 18 Sep 2019 at 17:17, Logan Lee wrote:
> My emacs doesn't come with org-mode manual.
> C-h i m then org TAB produces nothing.

How did you install org (and what version)?
-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-401-gfabd6d



[O] Bug: Operator associativity problem [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2019-09-25 Thread Justus Winter



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.


I noticed a operator associativity problem when evaluating formulas in
tables.  To reproduce, enter:

| :=6/2*3 |

And evaluate the formula.  This results in:

| 1 |
#+TBLFM: @1$1=6/2*3

Whereas AIUI it should be 9:

% gcc -x c - <<< 'int main() { return 6/2*3; }' && ./a.out ; echo $?
9
% python -c 'print(6/2*3)'
9

Emacs  : GNU Emacs 26.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.4)
 of 2019-02-03, modified by Debian
Package: Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @ 
/usr/share/emacs/26.1/lisp/org/)

current state:
==
(setq
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
 org-src-mode-configure-edit-buffer)
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 org-mode-hook '(#[0 "\300\301\302\303\304$\207"
   [add-hook change-major-mode-hook org-show-block-all append
local]
   5]
 #[0 "\300\301\302\303\304$\207"
   [add-hook change-major-mode-hook org-babel-show-result-all
append local]
   5]
 org-babel-result-hide-spec org-babel-hide-all-hashes)
 org-archive-hook '(org-attach-archive-delete-maybe)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-bibtex-headline-format-function #[257 "\300\236A\207" [:title] 3 "\n\n(fn 
ENTRY)"]
 org-babel-pre-tangle-hook '(save-buffer)
 org-tab-first-hook '(org-babel-hide-result-toggle-maybe
  org-babel-header-arg-expand)
 org-occur-hook '(org-first-headline-recenter)
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
  org-cycle-show-empty-lines
  org-optimize-window-after-visibility-change)
 org-speed-command-hook '(org-speed-command-activate
  org-babel-speed-command-activate)
 org-confirm-shell-link-function 'yes-or-no-p
 org-link-parameters '(("id" :follow org-id-open)
   ("rmail" :follow org-rmail-open :store
org-rmail-store-link)
   ("mhe" :follow org-mhe-open :store org-mhe-store-link)
   ("irc" :follow org-irc-visit :store org-irc-store-link)
   ("info" :follow org-info-open :export org-info-export
:store org-info-store-link)
   ("gnus" :follow org-gnus-open :store
org-gnus-store-link)
   ("docview" :follow org-docview-open :export
org-docview-export :store org-docview-store-link)
   ("bibtex" :follow org-bibtex-open :store
org-bibtex-store-link)
   ("bbdb" :follow org-bbdb-open :export org-bbdb-export
:complete org-bbdb-complete-link :store
org-bbdb-store-link)
   ("w3m" :store org-w3m-store-link) ("file+sys")
   ("file+emacs") ("doi" :follow org--open-doi-link)
   ("elisp" :follow org--open-elisp-link)
   ("file" :complete org-file-complete-link)
   ("ftp" :follow
(lambda (path) (browse-url (concat "ftp:" path
   ("help" :follow org--open-help-link)
   ("http" :follow
(lambda (path) (browse-url (concat "http:" path
   ("https" :follow
(lambda (path) (browse-url (concat "https:" path
   ("mailto" :follow
(lambda (path) (browse-url (concat "mailto:; path
   ("news" :follow
(lambda (path) (browse-url (concat "news:; path
   ("shell" :follow org--open-shell-link))
 )



[O] Org - mode manual missing

2019-09-25 Thread Logan Lee
Hello

My emacs doesn't come with org-mode manual.
C-h i m then org TAB produces nothing.

How to install the manual?

THX


Re: [O] Org babel tangle: Don't export code

2019-09-25 Thread Nathan Neff
On Wed, Sep 25, 2019 at 12:54 AM Ken Mankoff  wrote:

>
> On 2019-09-25 at 01:07 +02, Tim Cross  wrote...
> > I just put :tangle no in the block header e.g.
> >
> > #+begin_src emacs-lisp :tangle no
> >
> > #+end_src
>
> Also,
>
> * COMMENT Section
> #+BEGIN_SRC
> # not exported because of COMMENT
> #+END_SRC
>
>   -k.
>
>
Wow - sorry guys but this is really hard to understand - also I found that
the following code will
mess up my config - all of my *other* code blocks are *not* "tangled" and
the only code
block which is "tangled" is the one which I issue :tangle yes fo.

#+BEGIN_SRC emacs-lisp :tangle yes
(some emacs lisp here)
#+END_SRC

The documentation is really vague here and I did not expect it.  I mean, I
set :tangle no according to
Tim Cross, and that's fine - the code is not tangled.  Then I change it to
:tangle yes and then it's the
*only* block which is tangled?  How could I get that from the docs here?

https://orgmode.org/manual/Extracting-source-code.html

I'll propose a change to the docs and submit it - I just want to know if
I'm misunderstanding something
about the docs or if others find that the docs could use some rephrasing
(suggestions welcome).

Thanks,
--Nate


Re: [O] Shameless plug: blog series on how to use org mode features (PIM)

2019-09-25 Thread Diego Zamboni
Hi Karl,

These are an awesome source of information! Thanks for sharing. I've been
using org-mode mainly for writing so far, but I have in the last few weeks
also started delving into org-agenda and other features. I already learned
something from your posts: I discovered org-super-agenda, which I think
will be very useful. Playing with it now :)

Cheers,
--Diego


On Wed, Sep 25, 2019 at 11:48 AM Karl Voit  wrote:

> Hi!
>
> I created a series of my own blog articles on how I am using
> features from Org mode.
>
> It's not related to the manual, it's related to "how to combine misc
> features for everyday's work".
>
> Maybe you find a few tricks here or there:
> https://karl-voit.at/2019/09/25/using-orgmode/
>
> I'll add more articles in the future:
> - Categories versus tags (soon)
> - Using many or few Org mode files?
> - Limiting the stuff visible on my agenda
> - Finding stuff within Org mode
> - ...
>
> Comments welcome!
>
>
> PS: Sorry for the advertisement in case you're feeling upset. I'm not
> earning
> any money with my web page though!
>
> --
> get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode:
>> get Memacs from https://github.com/novoid/Memacs <
> Personal Information Management > http://Karl-Voit.at/tags/pim/
> Emacs-related > http://Karl-Voit.at/tags/emacs/
>
>
>


Re: [O] Shameless plug: blog series on how to use org mode features (PIM)

2019-09-25 Thread Kaushal Modi
On Wed, Sep 25, 2019, 5:49 AM Karl Voit  wrote:

> Hi!
>
> I created a series of my own blog articles on how I am using
> features from Org mode.
>
> It's not related to the manual, it's related to "how to combine misc
> features for everyday's work".
>
> Maybe you find a few tricks here or there:
> https://karl-voit.at/2019/09/25/using-orgmode/


Thanks for putting these together!

PS: Sorry for the advertisement in case you're feeling upset. I'm not
> earning
> any money with my web page though!
>

No upset felt here :)

>


[O] Shameless plug: blog series on how to use org mode features (PIM)

2019-09-25 Thread Karl Voit
Hi!

I created a series of my own blog articles on how I am using
features from Org mode.

It's not related to the manual, it's related to "how to combine misc
features for everyday's work".

Maybe you find a few tricks here or there:
https://karl-voit.at/2019/09/25/using-orgmode/

I'll add more articles in the future:
- Categories versus tags (soon)
- Using many or few Org mode files?
- Limiting the stuff visible on my agenda 
- Finding stuff within Org mode
- ...

Comments welcome!


PS: Sorry for the advertisement in case you're feeling upset. I'm not earning
any money with my web page though!

-- 
get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode:
   > get Memacs from https://github.com/novoid/Memacs <
Personal Information Management > http://Karl-Voit.at/tags/pim/
Emacs-related > http://Karl-Voit.at/tags/emacs/




Re: [O] export to beamer with heading 1 as separators

2019-09-25 Thread Fraga, Eric
On Wednesday, 25 Sep 2019 at 11:11, Luca Ferrari wrote:
> If I can remove the numbering from second level heading, keeping the
> \subsectionpage title information, that would be perfect!

Try using \insertsection and \insertsubsection instead of what you have used.

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-401-gfabd6d



Re: [O] export to beamer with heading 1 as separators

2019-09-25 Thread Luca Ferrari
On Wed, Sep 25, 2019 at 10:39 AM Fraga, Eric  wrote:
> #+latex_header: \AtBeginSubsection[]{\begin{frame}BAR\end{frame}}

Great!
So far, after having activated numbering, the following made me almost happy:

#+latex_header: \newtranslation[to=italian]{Section}{Capitolo}
#+latex_header: \newtranslation[to=italian]{Subsection}{}
#+latex_header: \selectlanguage{italian}
#+latex_header:
\AtBeginSection[]{\begin{frame}{}\sectionpage\end{frame}}
#+latex_header:
\AtBeginSubsection[]{\begin{frame}{}\subsectionpage\end{frame}}

If I can remove the numbering from second level heading, keeping the
\subsectionpage title information, that would be perfect!

Thanks,
Luca



Re: [O] export to beamer with heading 1 as separators

2019-09-25 Thread Fraga, Eric
Hi Luca,

almost there.  You need to enable section numbering for what you want to
work so set num:t in the options.

If you want second level headings to appear as well, add

#+latex_header: \AtBeginSubsection[]{\begin{frame}BAR\end{frame}}

-- 
: Professor Eric S Fraga, http://www.homepages.ucl.ac.uk/~ucecesf
: PGP/GPG key: 8F5C 279D 3907 E14A 5C29  570D C891 93D8 FFFC F67D
: Use plain text email when possible: https://useplaintext.email/



Re: [O] export to beamer with heading 1 as separators

2019-09-25 Thread Luca Ferrari
On Tue, Sep 24, 2019 at 7:22 PM Fraga, Eric  wrote:
> #+latex_header: 
> \AtBeginSection[]{\begin{frame}{Topic}\tableofcontents[currentsection]\end{frame}}

Thanks Eric, but I cannot get it working.
I've build an org example:

#+TITLE: Beamer Test


#+OPTIONS:   H:3 num:nil toc:nil
#+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
#+INFOJS_OPT: view:nil ltoc:t mouse:underline buttons:0
path:http://orgmode.org/org-info.js

#+startup: beamer
#+LaTeX_CLASS: beamer
#+latex_header: \AtBeginSection[]{\begin{frame}FO\end{frame}}
#+BEAMER_FRAME_LEVEL: 3

* First Argument
** Introduction
*** Installing
Here instructions on how to install
*** Check installation
Run the program test
** Usage
*** Main command line option
#+begin_src
foo --bar
#+end_src


Now, all my slides are at heading level 3, so the option should be H:3.
So far so good, how can I make heading level 1 and 2 appear as separate slides?
I've tried to play around with beamer_frame_level without any success.
Also the F in the at-begin-section is not appearing anywhere in
the presentation (and I cannot find it in the latex buffer).

Suggestions?

Thanks,
Luca



[O] Bug: ox-s5: level 1 headers show up as slide sub-title [9.2.3 (9.2.3-dist @ /usr/share/emacs/site-lisp/elpa/org-9.2.3/)]

2019-09-25 Thread Dominique Dumont



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

While exporting an orf file to s5 slide, I would expect h1 section to
show up as slide title. Instead they show up as slide subtitle.

I.e an org file containing:

* My Title

blah-blah


is exported with C-c C-e s o as:


1 My Title


blah-blah





I would expect "My Title" to be enclosed in a  tag, not in a 
tag.

Did I miss something ?

All the best

Dod


Emacs  : GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.11)
 of 2019-09-22, modified by Debian
Package: Org mode version 9.2.3 (9.2.3-dist @ /usr/share/emacs/site-lisp/elpa/
org-9.2.3/)

current state:
==
(setq
 org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-
edit-buffer)
 org-capture-prepare-finalize-hook '(ejira--sync-new-comment)
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-export-with-sub-superscripts '{}
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 org-refile-targets '(("~/private/gtd/gtd.org" :maxlevel . 3)
  ("~/private/gtd/someday.org" :level . 1)
  ("~/private/gtd/tickler.org" :maxlevel . 2))
 org-html-format-inlinetask-function 'org-html-format-inlinetask-default-
function
 org-odt-format-headline-function 'org-odt-format-headline-default-function
 org-agenda-files '("~/private/gtd/inbox.org" "~/private/gtd/gtd.org" "~/
private/gtd/tickler.org")
 org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
 org-plantuml-jar-path "/usr/share/plantuml/plantuml.jar"
 org-mode-hook '(#[0 "\300\301\302\303\304$\207"
   [add-hook change-major-mode-hook org-show-all append local] 
5]
 #[0 "\300\301\302\303\304$\207"
   [add-hook change-major-mode-hook org-babel-show-result-all 
append local] 5]
 org-babel-result-hide-spec org-babel-hide-all-hashes
 #[0 "\301\211\207" [imenu-create-index-function org-imenu-
get-tree] 2]
 org-eldoc-load)
 org-odt-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
 org-archive-hook '(org-attach-archive-delete-maybe)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-bibtex-headline-format-function #[257 "\300\236A\207" [:title] 3 "\n\n(fn 
ENTRY)"]
 org-from-is-user-regexp "|\\"
 org-latex-format-drawer-function #[514 "\207" [] 3 "\n\n(fn _ CONTENTS)"]
 org-babel-pre-tangle-hook '(save-buffer)
 org-tab-first-hook '(org-babel-hide-result-toggle-maybe org-babel-header-arg-
expand)
 org-babel-load-languages '((emacs-lisp . t) (shell . t) (perl . t) (js . t) 
(haskell . t)
(plantuml . t) (R . t))
 org-export-backends '(s5 confluence md beamer odt latex icalendar html ascii)
 org-ascii-format-drawer-function #[771 "\207" [] 4 "\n\n(fn NAME CONTENTS 
WIDTH)"]
 org-src-lang-modes '(("redis" . redis) ("php" . php) ("C" . c) ("C++" . c++) 
("asymptote" . asy)
  ("bash" . sh) ("beamer" . latex) ("calc" . fundamental) 
("cpp" . c++)
  ("ditaa" . artist) ("dot" . fundamental) ("elisp" . 
emacs-lisp)
  ("ocaml" . tuareg) ("screen" . shell-script) ("shell" . 
sh) ("sqlite" . sql))
 org-occur-hook '(org-first-headline-recenter)
 org-structure-template-alist '(("n" . "notes") ("a" . "export ascii") ("c" . 
"center")
("C" . "comment") ("e" . "example") ("E" . 
"export")
("h" . "export html") ("l" . "export latex") 
("q" . "quote")
("s" . "src") ("v" . "verse"))
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-show-empty-lines
  org-optimize-window-after-visibility-change)
 org-todo-keywords '((sequence "TODO(t)" "WAITING(w)" "|" "DONE(d)" 
"CANCELLED(c)"))
 org-speed-command-hook '(org-speed-command-activate org-babel-speed-command-
activate)
 org-odt-format-inlinetask-function 'org-odt-format-inlinetask-default-
function
 org-babel-tangle-lang-exts '(("haskell" . "hs") ("perl" . "pl") ("emacs-lisp" 
. "el")
  ("elisp" . "el"))
 org-confirm-shell-link-function 'yes-or-no-p
 org-link-parameters '(("eww" :follow eww :store org-eww-store-link)
   ("rmail" :follow org-rmail-open :store org-rmail-store-
link)
   ("mhe" :follow org-mhe-open :store org-mhe-store-link)
   ("irc" :follow org-irc-visit :store org-irc-store-link 
:export org-irc-export)
   ("info" :follow org-info-open :export 

Re: [O] Is there any orgmode ChangeLog workalike (with enhancements)?

2019-09-25 Thread Colin Baxter
> Alan E Davis  writes:

> I have come up with something simple that works: ("X" "ChangeLog
> README" entry (file+datetree "./00_README.org") "* %?  \n %U \n
> %f" :prepend t)

This is a nice solution. Depending on the your version of org-mode, you
may get a depreciation warning on file+datetree. If you do then change
it to file+olp+datetree.

Best wishes,

-- 
Colin Baxter
www.Colin-Baxter.com
-
GnuPG fingerprint: 68A8 799C 0230 16E7 BF68  2A27 BBFA 2492 91F5 41C8
-
Since mathematicians have invaded the theory of relativity, I do not
understand it myself. A. Einstein



Re: [O] [BUG] Tags misalign while editing heading

2019-09-25 Thread Dmitrii Korobeinikov
Oh, I forgot about the "-Q"... Anyway, I figured the behavior is present
with evil-mode.

Here's is how to launch a clean evil environment:

$ git clone https://github.com/emacs-evil/evil
$ cd evil
$ make emacs

Should I file a bug in the evil tracker?

Regards,
Dmitrii.

ср, 25 сент. 2019 г. в 09:00, David Masterson :

> Dmitrii Korobeinikov  writes:
>
> > When I edit a heading (the title), if I add characters, the tags
> auto-align.
> > But if I remove text, tags shift left and so are no longer aligned.
>
> Need much more information about your setup.  You wouldn't, by chance,
> be sharing your Org files with BeOrg on an iPhone?
>
> --
> David
>