Re: [O] Track time on day-to-day basis

2016-11-25 Thread ngreply
Hi Joost,

I do reports on a day-to-day basis using clocktables:

#+BEGIN: clocktable :maxlevel 4 :block 2016-11 :scope ("./Projekt01.org") :link 
t :step day :stepskip0

#+END:

Hope this helps.

  Regards, Oliver


Am 25.11.2016 um 11:33 schrieb Joost Kremers:

> Hi all,
>
> I've come into the need to track the time I'm working on a particular
> project, which is great with Org, but I also need to report the
> tracked time on a day-to-day basis. This seems somewhat less
> straightforward to do. I realize I can generate a report limited to
> today by specifying `:block today`, but that only gives me the time
> clocked today. What do I do when I want to get a day-to-day overview
> of the time spent on a project? Do I need to maintain another table by
> hand, in which I copy the time calculated by `org-clock-report` at the
> end of each day? Or is there a better method?
>
> BTW, just looking at the LOGBOOK drawer doesn't work, because I may
> clock in and out of a project several times a day.
>
> Thanks for any hints and suggestions!



Re: [O] export to single html file (like reveal_single_file:t) in regular html export

2016-11-25 Thread Xebar Saram
ping anyone :) gotta prepare new assignments for students next week :)

On Sat, Nov 19, 2016 at 7:46 AM, Xebar Saram  wrote:

> Hi all
>
> i love the option in org revel (reveal_single_file:t) that allows me to
> export a presentation to my students with image support embedded in the
> html file./
>
> ive searched for a way to do it in the normal org to html exporter with no
> success. any clue how that can be done?
>
> best
>
> Z
>


[O] Org-mode 9.0 : set tangle file in document PROPERTY

2016-11-25 Thread mcg

Hello,

I noticed that in sections it is necessary to set
:header-args: :tangle ~/filepath.R
in the new org-mode version

What is the syntax to set tangling for the whole file?
#+PROPERTY: tangle ~/filepath.R does not work anymore...

Thanks in advance for any help




Re: [O] Clock tables with file list scope do not work anymore

2016-11-25 Thread Nicolas Goaziou
Hello,

Nikolay Kudryavtsev  writes:

> Hello.
>
> Let's say we have file Test-todo.org:
>
> * Test todo
> :LOGBOOK:
> CLOCK: [2016-11-25 Пт 17:02]--[2016-11-25 Пт 21:02] =>  4:00
> :END:
>
> When we try to add it to a clocktable in a different file using a list, 
> it does not get interpreted:
> * Todo
>
> #+BEGIN: clocktable :maxlevel 4 :scope ("d:/Test-todo.org") :block 2016-11
> #+CAPTION: Clock summary at [2016-11-25 B 21:30], for >O1@L 2016.
>
> | Headline | Time   |
> |--+|
> | *Total time* | *0:00* |
> #+END:

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou



Re: [O] [bug] timed repeater shows up in wrong place

2016-11-25 Thread Samuel Wales
On 11/25/16, Nicolas Goaziou  wrote:
> suggesting, AFAIU. The only change is that for "today", when _no repeat
> is active_, assuming `org-agenda-repeating-timestamp-show-all' is nil,
> the agenda will still display a reminder (e.g., Sched.2x) so you get
> a chance to finish up late tasks. I don't think this was the case
> before.

not sure what you mean by no repeat is active.

> Could you elaborate ? What is an "event"? An example would help.

event means bare timestamp.  some time ago it was suggested that we
have a new planning line entry, event, for those.

* NOTE test event
<2015-06-03 Wed 12:00 .+1d>

does not show up in an agenda for today and tomorrow.

also,

* NEXT [#A] soon end test
DEADLINE: <2016-12-01 Thu -30d>

does not show up either.  this deadline is only a few days away.

so i'm confused about non-repeaters also.



Re: [O] List restarts numbering at 1 after table

2016-11-25 Thread Roger Mason
hello,

Roger Mason  writes:

> On export, the list numbering after the table reverts to 1.  Is there a
> way to avoid this?

Found it.  Sorry for the noise.

Roger



Re: [O] Bug: HTML exports issues: none not working, and issues with #+TITLE

2016-11-25 Thread Peter Davis
It turns out I somehow had org 9.0.1 on my load path. Moving this
elsewhere and restarting emacs got me back to org 8.2.10, in which
export works.

So now I have to wonder ... what's the right way to upgrade org
versions?

Thanks!

-pd


On Tue, Nov 22, 2016, at 07:21 PM, Peter Davis wrote:
> So I figured out how to do all these things, but it doesn't work.
> 
> Does anyone know how to fix this export problem?  I just installed emacs
> from  on a new MacBook Pro.
> 
> Emacs version: GNU Emacs 25.1.1 (x86_64-apple-darwin13.4.0, NS
> appkit-1265.21 Version 10.9.5 (Build 13F1911)) of 2016-09-20
> 
> Org version: Org mode version 9.0.1 (9.0.1-elpa @
> /Users/peterdavis/.emacs.d/elpa/org-20161118/)
> 
> Any clues?
> 
> Thank you!
> -pd
> 
> 
> On Mon, Nov 21, 2016, at 02:16 PM, Peter Davis wrote:
> > This suggests the following, but I don't know how to do any of this:
> > 
> > 
> > The full sequence of steps that worked for me:
> > 
> > From the command line:
> >  - Run emacs without loading the init file: emacs -q
> > 
> > In emacs:
> >  - run C-u M-x org-reload
> >  - Use package-list-packages to uninstall org: select it then d x
> >  - Use package-list-packages to reinstall org: select it then i x
> > 
> > After restarting emacs, everything worked.
> > 
> > I'm on a Mac, and don't know how to start the Emacs.app without loading
> > the init file.
> > 
> > Also, org-mode doesn't show up in the package list.
> > 
> > Any clues?
> > 
> > Thanks,
> > -pd
> > 
> > 
> > 
> > On Tue, Nov 8, 2016, at 08:20 AM, Frederick Giasson wrote:
> > > Hi Nicolas,
> > > 
> > > Thanks anyway, this answer led me to do some more research. What did 
> > > work for me is this:
> > > 
> > >  http://emacs.stackexchange.com/a/16616/13925
> > > 
> > > Only running C-u M-x org-reload was fixing the issue, but when I 
> > > restarted Emacs, it was restarting. Doing org-reload, uninstall and 
> > > re-install fixed the issue.
> > > 
> > > 
> > > Thanks,
> > > 
> > > Fred
> > > > Hi Nicolas,
> > > >> This seem to indicate you have a mixed installation. See, e.g.,
> > > >> .
> > > >
> > > > I am getting a 404 error for that page, would you have another link 
> > > > for that thread?
> > > >
> > > > Thanks,
> > > >
> > > > Fred
> > > >
> > > 
> > > 
> > 
> > 
> > -- 
> >   Peter Davis
> >   www.techcurmudgeon.com
> 
> 
> -- 
>   Peter Davis
>   www.techcurmudgeon.com


-- 
  Peter Davis
  www.techcurmudgeon.com



[O] Clock tables with file list scope do not work anymore

2016-11-25 Thread Nikolay Kudryavtsev

Hello.

Let's say we have file Test-todo.org:

* Test todo
:LOGBOOK:
CLOCK: [2016-11-25 Пт 17:02]--[2016-11-25 Пт 21:02] =>  4:00
:END:

When we try to add it to a clocktable in a different file using a list, 
it does not get interpreted:

* Todo
#+BEGIN: clocktable :maxlevel 4 :scope ("d:/Test-todo.org") :block 2016-11
#+CAPTION: Clock summary at [2016-11-25 Пт 21:30], for Ноябрь 2016.
| Headline | Time   |
|--+|
| *Total time* | *0:00* |
#+END:

I'm using org-plus-contrib package from elpa, the last working version 
is org-plus-contrib-20161024. Dev does not seem to work either.


Also, I'm using Windows 10, just in case.

--
Best Regards,
Nikolay Kudryavtsev




Re: [O] [patch] Small bug fix to the python babel documentation

2016-11-25 Thread Nicolas Goaziou
Hello,

Yuval Langer  writes:

> Fixing a very small bug in which a source block ends with `#+end_src
> python` instead of `#+end_src`, prohibiting it from being recognized
> as a source block.

[...]

> Attached is the `git format-patch master` patch file while HEAD is
> pointing at fix-end-src-python.

Applied. Thank you.

Regards,

-- 
Nicolas Goaziou



Re: [O] Changed indentation of property blocks?

2016-11-25 Thread Karl Voit
Hi again,

* Nicolas Goaziou  wrote:
> Hello,
>
> Karl Voit  writes:
>
>> I upgraded my Org-mode maint branch from approx. July to current.
>>
>> Now I noticed a different behavior when adding a new heading via Alt-RET (or
>> org-insert-heading-respect-content):
>>
>> ** Heading with properties (old style)
>> :PROPERTIES:
>> :CREATED:  [2016-11-25 Fri 17:52]
>> :END:
>>
>> ** Heading with properties (current style)
>>:PROPERTIES:
>>:CREATED:  [2016-11-25 Fri 17:52]
>>:END:
>
> See `org-adapt-indentation'.

Exactly the setting I was looking for.

You are truly awesome!

-- 
mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode:
   > get Memacs from https://github.com/novoid/Memacs <

https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github




Re: [O] org-agenda-list: no-catch --cl-block-nil--

2016-11-25 Thread Karl Voit
* Nicolas Goaziou  wrote:
> Hello,
>
> Karl Voit  writes:
>
>> I get an error when calling org-agenda-list after updating my
>> main-branch of Org-mode:
>>
>> GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5)
>> Org mode version 9.0.1 (release_9.0.1-12-g2e35a5)
>>
>> Debug output:
>>
>>   throw(--cl-block-nil-- (quote (space :width (16
>
> It looks like a bug in Emacs 24.5. I pushed a tentative fix. Could you
> update Org (maint) and try again?

Aaaand it is fixed.

Unbelievable fast fix. :-O

Thanks for your work!

-- 
mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode:
   > get Memacs from https://github.com/novoid/Memacs <

https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github




Re: [O] Changed indentation of property blocks?

2016-11-25 Thread Nicolas Goaziou
Hello,

Karl Voit  writes:

> I upgraded my Org-mode maint branch from approx. July to current.
>
> GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5)
>
> Now I noticed a different behavior when adding a new heading via Alt-RET (or
> org-insert-heading-respect-content):
>
> ** Heading with properties (old style)
> :PROPERTIES:
> :CREATED:  [2016-11-25 Fri 17:52]
> :END:
>
> ** Heading with properties (current style)
>:PROPERTIES:
>:CREATED:  [2016-11-25 Fri 17:52]
>:END:
>
> Is this on purpose? I find it quite unfortunate that the drawers are indented
> according to the level of their heading. I'd prefer the old style: drawers not
> indented - as the body below the heading.

See `org-adapt-indentation'.


Regards,

-- 
Nicolas Goaziou



[O] Changed indentation of property blocks?

2016-11-25 Thread Karl Voit
Hi!

I upgraded my Org-mode maint branch from approx. July to current.

GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5)

Now I noticed a different behavior when adding a new heading via Alt-RET (or
org-insert-heading-respect-content):

** Heading with properties (old style)
:PROPERTIES:
:CREATED:  [2016-11-25 Fri 17:52]
:END:

** Heading with properties (current style)
   :PROPERTIES:
   :CREATED:  [2016-11-25 Fri 17:52]
   :END:

Is this on purpose? I find it quite unfortunate that the drawers are indented
according to the level of their heading. I'd prefer the old style: drawers not
indented - as the body below the heading.

If it matters, I am using org-hide-leading-stars.


Thanks for clarifying!

-- 
mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode:
   > get Memacs from https://github.com/novoid/Memacs <

https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github




Re: [O] org-agenda-list: no-catch --cl-block-nil--

2016-11-25 Thread Nicolas Goaziou
Hello,

Karl Voit  writes:

> I get an error when calling org-agenda-list after updating my
> main-branch of Org-mode:
>
> GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5)
> Org mode version 9.0.1 (release_9.0.1-12-g2e35a5)
>
> Debug output:
>
>   throw(--cl-block-nil-- (quote (space :width (16

It looks like a bug in Emacs 24.5. I pushed a tentative fix. Could you
update Org (maint) and try again?

Regards,

-- 
Nicolas Goaziou



Re: [O] List restarts numbering at 1 after table

2016-11-25 Thread Charles C. Berry

On Fri, 25 Nov 2016, Roger Mason wrote:


Hello,

I have a table in a list, like this:

2. Write stuff in the empty table:
# See http://orgmode.org/manual/LaTeX-specific-attributes.html to get
# predetermined width on export.
#+ATTR_LATEX: :align |p{2cm}|p{2cm}|
|--+|
| This | That   |
|--+|
|  ||
|--+|
|  ||
|--+|
|  ||
|--+|
|  ||
|--+|
|  ||
|--+|
3. Write the answer to another question here


On export, the list numbering after the table reverts to 1.  Is there a
way to avoid this?


Indentation matters. I put 4 spaces before every line under `2.'

2. Write stuff in the empty table:
   # See http://orgmode.org/manual/LaTeX-specific-attributes.html to get
   # predetermined width on export.
   #+ATTR_LATEX: :align |p{2cm}|p{2cm}|
   |--+--|
   | This | That |
   |--+--|
   |  |  |
   |--+--|
   |  |  |
   |--+--|
   |  |  |
   |--+--|
   |  |  |
   |--+--|
   |  |  |
   |--+--|
3. Write the answer to another question here


And exporting to ascii the numbering starts at 1. and continues at 2. 
after the table.


Exporting in latex, both items and the table are all enclosed in one 
enumerate environment.


HTH,

Chuck




Re: [O] List restarts numbering at 1 after table

2016-11-25 Thread Nicolas Goaziou
Hello,

Roger Mason  writes:

> I have a table in a list, like this:
>
> 2. Write stuff in the empty table:
> # See http://orgmode.org/manual/LaTeX-specific-attributes.html to get
> # predetermined width on export.
> #+ATTR_LATEX: :align |p{2cm}|p{2cm}|
> |--+|
> | This | That   |
> |--+|
> |  ||
> |--+|
> |  ||
> |--+|
> |  ||
> |--+|
> |  ||
> |--+|
> |  ||
> |--+|
> 3. Write the answer to another question here
>
>
> On export, the list numbering after the table reverts to 1.  Is there a
> way to avoid this?

See (info "(org) Plain lists"), in particular the following paragraphs:

 Items belonging to the same list must have the same indentation on
  the first line.  In particular, if an ordered list reaches number ‘10.’,
  then the 2–digit numbers must be written left-aligned with the other
  numbers in the list.  An item ends before the next line that is less or
  equally indented than its bullet/number.

 A list ends whenever every item has ended, which means before any
  line less or equally indented than items at top level.  It also ends
  before two blank lines(5).  In that case, all items are closed.

Regards,

-- 
Nicolas Goaziou



[O] org-agenda-list: no-catch --cl-block-nil--

2016-11-25 Thread Karl Voit
Hi!

I get an error when calling org-agenda-list after updating my
main-branch of Org-mode:

GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5)
Org mode version 9.0.1 (release_9.0.1-12-g2e35a5)

Debug output:

  throw(--cl-block-nil-- (quote (space :width (16
  org-agenda-get-category-icon("refinement")
  org-agenda-format-item("Sched. 2x: " #("NEXT get confidence-level green on 
[[IPD:13673]] :refinement:" 0 4 (face 
(:foreground "red" :weight bold) fontified nil org-category "refinement") 4 35 
(face org-level-3 fontified nil org-category "refinement") 35 36 (face org-link 
invisible org-link keymap (keymap (follow-link . mouse-face) (mouse-3 . 
org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) mouse-face highlight 
font-lock-multiline t help-echo "LINK: 
http://product.mycompany.at/jira/browse/IPD-13673; htmlize-link (:uri 
"http://product.mycompany.at/jira/browse/IPD-13673;) fontified nil org-category 
"refinement") 36 37 (face org-link invisible org-link keymap (keymap 
(follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . 
org-open-at-mouse)) mouse-face highlight font-lock-multiline t help-echo "LINK: 
http://product.mycompany.at/jira/browse/IPD-13673; htmlize-link (:uri 
"http://product.mycompany.at/jira/browse/IPD-13673;) re
 ar-nonsticky (mouse-face highlight keymap invisible intangible help-echo 
org-linked-text htmlize-link) fontified nil org-category "refinement") 37 45 
(face org-link keymap (keymap (follow-link . mouse-face) (mouse-3 . 
org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) mouse-face highlight 
font-lock-multiline t help-echo "LINK: 
http://product.mycompany.at/jira/browse/IPD-13673; htmlize-link (:uri 
"http://product.mycompany.at/jira/browse/IPD-13673;) fontified nil org-category 
"refinement") 45 46 (face org-link keymap (keymap (follow-link . mouse-face) 
(mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) mouse-face 
highlight font-lock-multiline t help-echo "LINK: 
http://product.mycompany.at/jira/browse/IPD-13673; htmlize-link (:uri 
"http://product.mycompany.at/jira/browse/IPD-13673;) rear-nonsticky (mouse-face 
highlight keymap invisible intangible help-echo org-linked-text htmlize-link) 
fontified nil org-category "refinement") 46 47 (face org-link invisible 
org-link ke
 ymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) 
(mouse-2 . org-open-at-mouse)) mouse-face highlight font-lock-multiline t 
help-echo "LINK: http://product.mycompany.at/jira/browse/IPD-13673; 
htmlize-link (:uri "http://product.mycompany.at/jira/browse/IPD-13673;) 
fontified nil org-category "refinement") 47 48 (face org-link invisible 
org-link keymap (keymap (follow-link . mouse-face) (mouse-3 . 
org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) mouse-face highlight 
font-lock-multiline t help-echo "LINK: 
http://product.mycompany.at/jira/browse/IPD-13673; htmlize-link (:uri 
"http://product.mycompany.at/jira/browse/IPD-13673;) rear-nonsticky (mouse-face 
highlight keymap invisible intangible help-echo org-linked-text htmlize-link) 
fontified nil org-category "refinement") 48 89 (face org-level-3 fontified nil 
org-category "refinement") 89 100 (face (org-tag org-level-3) mouse-face 
highlight keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at
 -mouse) (mouse-2 . org-open-at-mouse)) fontified nil org-category 
"refinement") 100 101 (face (org-tag org-level-3) mouse-face highlight keymap 
(keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 
. org-open-at-mouse)) rear-nonsticky (mouse-face highlight keymap invisible 
intangible help-echo org-linked-text htmlize-link) fontified nil org-category 
"refinement")) "   " "refinement" (#("OrderQuantities" 0 15 (inherited t)) 
#("US_ConfigureOffer" 0 17 (inherited t)) "refinement") time nil nil)
  byte-code("\306 \307\216\310 *\204

I do not have any configuration related to the category
"refinement". I use some icons for categories on my agenda:

(add-to-list 'org-agenda-category-icon-alist
 '(".*" '(space . (:width (16
 )
(add-to-list 'org-agenda-category-icon-alist
 '("contacts" "/usr/share/icons/oxygen/16x16/places/user-identity.png" nil 
nil :ascent center)
 ;;/usr/share/icons/gnome/16x16/emotes/face-smile.png
  )
(add-to-list 'org-agenda-category-icon-alist
 '("public_voit" 
"/usr/share/icons/oxygen/16x16/mimetypes/application-rss+xml.png" nil nil 
:ascent center)
  )
(add-to-list 'org-agenda-category-icon-alist
 '("misc" "/usr/share/icons/oxygen/16x16/emblems/emblem-new.png" nil nil 
:ascent center)
  )
(add-to-list 'org-agenda-category-icon-alist
 '("hardware" "/usr/share/icons/oxygen/16x16/devices/camera-photo.png" nil 
nil :ascent center)
  )
(add-to-list 'org-agenda-category-icon-alist
 '("bwg" "/usr/share/icons/oxygen/16x16/actions/go-home.png" nil nil 
:ascent center)
  )

The content of org-agenda-category-icon-alist 

[O] List restarts numbering at 1 after table

2016-11-25 Thread Roger Mason
Hello,

I have a table in a list, like this:

2. Write stuff in the empty table:
# See http://orgmode.org/manual/LaTeX-specific-attributes.html to get
# predetermined width on export.
#+ATTR_LATEX: :align |p{2cm}|p{2cm}|
|--+|
| This | That   |
|--+|
|  ||
|--+|
|  ||
|--+|
|  ||
|--+|
|  ||
|--+|
|  ||
|--+|
3. Write the answer to another question here


On export, the list numbering after the table reverts to 1.  Is there a
way to avoid this?

GNU Emacs 25.1.1 (i386-portbld-freebsd10.1, GTK+ Version 2.24.29) of
2016-11-04

Org mode version 9.0.1 (release_9.0.1-47-gb06259 @
/home/rmason/.emacs.d/org-git/org-mode/lisp/)

Thanks for any help.

Roger



Re: [O] Track time on day-to-day basis

2016-11-25 Thread Russell Adams
On Fri, Nov 25, 2016 at 11:33:45AM +0100, Joost Kremers wrote:

> I've come into the need to track the time I'm working on a
> particular project, which is great with Org, but I also need to
> report the tracked time on a day-to-day basis. This seems somewhat
> less straightforward to do. I realize I can generate a report
> limited to today by specifying `:block today`, but that only gives
> me the time clocked today. What do I do when I want to get a
> day-to-day overview of the time spent on a project? Do I need to
> maintain another table by hand, in which I copy the time
> calculated by `org-clock-report` at the end of each day? Or is
> there a better method?

Joost,

I keep a time stamped journal of all of my projects. Every time I
switch tasks I add in an inactive timestamp, and I make sure each TODO
item is timestamped on close.

Then I can open the agenda for just that file, enter logbook mode, and
enable inactive timestamps. This gives me a great detailed timeline as
to what occurred and when.

It does not tally hours automatically, but I have previously used it
to justify hours in my consulting practice.

> BTW, just looking at the LOGBOOK drawer doesn't work, because I
> may clock in and out of a project several times a day.

Not the drawer, logbook mode. "l" in the agenda.



--
Russell Adamsrlad...@adamsinfoserv.com

PGP Key ID: 0x1160DCB3   http://www.adamsinfoserv.com/

Fingerprint:1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3



Re: [O] How to find out in Elisp which .bib file is used for the current org buffer?

2016-11-25 Thread Joost Kremers

Hi,

[Sorry for the late reply, I've been rather busy...]

On Fri, Nov 18 2016, John Kitchin wrote:
It depends on how you put citations in I guess. If you use 
org-ref, then
there is a bibliography link or a latex_header with 
addbibresource.

Otherwise, it is one of the files defined in
org-ref-default-bibliography.

I am not sure about the ox-bibtex setup.


Ok, so there's no single method that will always work. Thanks for 
the info. It doesn't solve my problem but at least I know where to 
start looking. :-)


--
Joost Kremers
Life has its moments



Re: [O] Generating LaTeX SRC block during HTML export broken in 9.0.1

2016-11-25 Thread Nicolas Goaziou
Hello,

Éric Würbel  writes:

> This was working in 9.0, but is not working anymore. Consider the
> following_example :
>
> #+BEGIN_SRC org
> #+TITLE LaTeX export minimal test
>
> * Let's go
>
>   A really interresting algorithm :
>
>   #+header: :headers '( "\\renewcommand{\\familydefault}{\\sfdefault}" 
> "\\usepackage{lmodern}" "\\usepackage{algpseudocode}" )
>   #+header: :file algo.png
>   #+header: :imagemagick yes :fit yes
>   #+header: :results raw :iminoptions -density 600 :imoutoptions -geometry 
> 1200 
>   #+BEGIN_SRC latex
> \begin{algorithmic}[1]
>   \Function{triSauvegarde}{nom\_fichier : String}
>   \State tab $\gets$  \Call{copie}{leContenu}
>   \State \Call{trier}{tab}
>   \State \Call{sauvegarder}{nom\_fichier}
>   \EndAlgorithm
> \end{algorithmic}
>   #+END_SRC
>
> #+END_SRC
>
> When exporting to html file (C-x C-e h h) org complains :
>
> org-babel-exp process latex at position 358...
> executing Latex code block...
> Processing LaTeX file /tmp/babel-6122X0-/latex-6122U9y.tex...
> org-compile-file: File "/tmp/babel-6122X0-/latex-6122U9y.pdf" wasn't 
> produced.  See "*Org PDF LaTeX Output*" for details

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou



Re: [O] DEADLINE: position in entry

2016-11-25 Thread Nicolas Goaziou
Hello,

Yasushi SHOJI  writes:

> On Tue, Nov 22, 2016 at 3:08 AM, Sebastien Vauban 
> wrote:
>>
>> Yasushi SHOJI  writes:
>> >  >8  cut  >8 
>> > * DONE org
>> >   DEADLINE: [2016-01-07 Thu 17:39]
>> >
>> >   SCHEDULED: <2015-09-29 Tue .+1w>
>> >
>> >  >8  cut  >8 
>>
>> A shoot in the dark: replace the [] by <>.
>>
>> [] for DEADLINE does not make much sense...
>
> thanks for your comment.
> chainging the inactive timestamp to active doesn't seem
> to change the behavior.
>
> even with an inactive time stamp, it's not a good excuse
> to show a closed entry, isn't it?

I cannot reproduce your problem? Could you try with -Q (and a minimal
Org configuration)?

Regards,

-- 
Nicolas Goaziou



[O] Track time on day-to-day basis

2016-11-25 Thread Joost Kremers

Hi all,

I've come into the need to track the time I'm working on a 
particular project, which is great with Org, but I also need to 
report the tracked time on a day-to-day basis. This seems somewhat 
less straightforward to do. I realize I can generate a report 
limited to today by specifying `:block today`, but that only gives 
me the time clocked today. What do I do when I want to get a 
day-to-day overview of the time spent on a project? Do I need to 
maintain another table by hand, in which I copy the time 
calculated by `org-clock-report` at the end of each day? Or is 
there a better method?


BTW, just looking at the LOGBOOK drawer doesn't work, because I 
may clock in and out of a project several times a day.


Thanks for any hints and suggestions!

--
Joost Kremers
Life has its moments