emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: org column view header disappears after scrolling for a specific file
@ 2018-06-19 17:03 Aritra Bhattacharjee
  2018-06-26 10:12 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Aritra Bhattacharjee @ 2018-06-19 17:03 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 3570 bytes --]

Hello,

For a specific file that I am making with org column view with
TaskJuggler, the column header in the column view disappears after
scrolling down.

To re produce this issue, please:
1. copy the file content to an org file
2. start col view in first header 'building'
3. scroll down for some time, then scroll up.

PFA: attached file where I am facing the issue.


FYI:
Emacs  : GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 2.24.32)
 of 2018-06-10
Package: Org mode version 9.0.5 (9.0.5-elpa @
/home/aritra/.emacs.d/elpa/org-20170210/)

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 '(org-table-sticky-header-mode er/add-org-mode-expansions
         #[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-babel-pre-tangle-hook '(save-buffer)
 org-tab-first-hook '(org-babel-hide-result-toggle-maybe
org-babel-header-arg-expand)
 org-export-backends '(taskjuggler ascii html icalendar latex odt)
 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-default-hook
org-babel-speed-command-hook)
 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))))
               ("message" :follow (lambda (path) (browse-url (concat
"message:" path))))
               ("news" :follow (lambda (path) (browse-url (concat "news:"
path)))) ("shell" :follow org--open-shell-link))
 org-time-clocksum-use-effort-durations t
 )


Thanks and Regards,
Aritra Bhattacharjee

[-- Attachment #1.2: Type: text/html, Size: 4526 bytes --]

[-- Attachment #2: example-schedule.org --]
[-- Type: application/octet-stream, Size: 5069 bytes --]

#+TITLE: Example of Schedule in Column Mode
#+AUTHOR: Aritra Bhattacharjee
#+EMAIL: aritrabhattacharjee12@gmail.com

#+COLUMNS:  %ITEM(Task-Name) %ALLOCATE(Owner) %EFFORT{:} %STATUS %DELAY %BLOCKER %ORDERED
#+PROPERTY: allocate_ALL tom dick harry

* building                                                   :taskjuggler_project:
  :PROPERTIES:
  :COLUMNS:  %ITEM(Task-Name) %ALLOCATE(Owner) %EFFORT(Effort){:} %STATUS %DELAY
  :STATUS_ALL: "Done" "On Progress" "Not Started Yet"
  :EFFORT_ALL: 0.5d 1d 1.5d 2d 2.5d 3d 3.5d 4d 4.5d 5d 5.5d 6d 6.5d 7d 7.5d 8d 8.5d 9d 9.5d 10d 10.5d 11d 11.5d 12d 12.5d 13d 13.5d 14d 14.5d 15d
  :STATUS:   On Progress
  :ALLOCATE: tom
  :END:

** building layout
   :PROPERTIES:
   :ALLOCATE: tom
   :STATUS:   On Progress
   :END:
*** floorplan
    :PROPERTIES:
    :ALLOCATE: tom
    :STATUS:   Done
    :ORDERED:  t
    :task_id:  building_fp
    :END:
**** PG grid planning
     :PROPERTIES:
     :ALLOCATE: tom
     :EFFORT:   1d
     :STATUS:   Done
     :END:
**** ESD planning
     :PROPERTIES:
     :ALLOCATE: tom
     :EFFORT:   1d
     :STATUS:   On Progress
     :END:
*** routing
    :PROPERTIES:
    :ALLOCATE: tom
    :STATUS:   On Progress
    :ORDERED:  t
    :task_id:  building_route
    :BLOCKER:  building_fp
    :END:
**** main routings
     :PROPERTIES:
     :ALLOCATE: tom
     :EFFORT:   1d
     :STATUS:   Not Started Yet
     :END:
**** aux routings
     :PROPERTIES:
     :ALLOCATE: tom
     :EFFORT:   1.5d
     :STATUS:   Not Started Yet
     :END:
** building_balcony
   :PROPERTIES:
   :ALLOCATE:    tom
   :STATUS:   Not Started Yet
   :END:
*** building_balcony layouts
    :PROPERTIES:
    :ALLOCATE: tom
    :ORDERED:  t
    :STATUS:   Not Started Yet
    :END:
**** floorplan
     :PROPERTIES:
     :EFFORT:   0.5d
     :ALLOCATE: tom
     :STATUS:   Not Started Yet
     :END:
**** placement
     :PROPERTIES:
     :EFFORT:   1.5d
     :ALLOCATE: tom
     :STATUS:   Not Started Yet
     :END:
**** routing
     :PROPERTIES:
     :EFFORT:   2.5d
     :ALLOCATE: tom
     :STATUS:   Not Started Yet
     :END:
**** verification
     :PROPERTIES:
     :EFFORT:   1.5d
     :ALLOCATE: tom
     :STATUS:   Not Started Yet
     :END:
**** BA_changes
     :PROPERTIES:
     :EFFORT:   4.5d
     :ALLOCATE: tom
     :STATUS:   Not Started Yet
     :END:
**** EM_IR
     :PROPERTIES:
     :EFFORT:   4.5d
     :ALLOCATE: tom
     :STATUS:   Not Started Yet
     :END:
*** building_dco
    :PROPERTIES:
    :ALLOCATE:    harry
    :STATUS:   On Progress
    :ORDERED:  t
    :END:
**** floorplan
     :PROPERTIES:
     :ALLOCATE: harry
     :EFFORT:   1d
     :STATUS:   Done
     :END:
**** placement
     :PROPERTIES:
     :ALLOCATE: harry
     :EFFORT:   1d
     :STATUS:   Done
     :END:
**** routing
     :PROPERTIES:
     :ALLOCATE: harry
     :EFFORT:   1d
     :STATUS:   On Progress
     :END:
**** verification
     :PROPERTIES:
     :ALLOCATE: harry
     :EFFORT:   1d
     :STATUS:   Not Started Yet
     :END:
**** BA_changes
     :PROPERTIES:
     :ALLOCATE: harry
     :EFFORT:   2d
     :STATUS:   Not Started Yet
     :END:
**** EM_IR
     :PROPERTIES:
     :ALLOCATE: harry
     :EFFORT:   1d
     :STATUS:   Not Started Yet
     :END:
*** building_lights
    :PROPERTIES:
    :ALLOCATE:    harry
    :EFFORT:   2d
    :STATUS:   Done
    :END:
*** building_window
    :PROPERTIES:
    :ALLOCATE: harry
    :EFFORT:   4.5d
    :STATUS:   On Progress
    :END:
*** building_balcony_walls
    :PROPERTIES:
    :ALLOCATE:    dick
    :EFFORT:   1d
    :STATUS:   Done
    :ORDERED:  t
    :END:
*** building_balcony_floor
    :PROPERTIES:
    :ALLOCATE:    dick
    :EFFORT:   1.5d
    :STATUS:   On Progress
    :END:
*** building_balcony_ceiling
    :PROPERTIES:
    :ALLOCATE:    tom
    :EFFORT:   1.5d
    :STATUS:   Done
    :END:

** building_balcony_lights
   :PROPERTIES:
   :ALLOCATE:    dick
   :STATUS:   On Progress
   :ORDERED:  t
   :END:
*** floorplan
    :PROPERTIES:
    :ALLOCATE: dick
    :EFFORT:   0.5d
    :STATUS:   Done
    :END:
*** routing
    :PROPERTIES:
    :ALLOCATE: dick
    :EFFORT:   3d
    :STATUS:   On Progress
    :END:
*** BA_changes
    :PROPERTIES:
    :ALLOCATE: dick
    :EFFORT:   1d
    :STATUS:   Not Started Yet
    :END:
** building_balcony_etc
   :PROPERTIES:
   :ALLOCATE:    harry
   :STATUS:   Done
   :ORDERED:  t
   :END:
*** placement
    :PROPERTIES:
    :ALLOCATE: harry
    :EFFORT:   0.5d
    :STATUS:   Done
    :END:
*** routing
    :PROPERTIES:
    :ALLOCATE: harry
    :EFFORT:   1d
    :STATUS:   Done
    :END:
*** EM_IR
    :PROPERTIES:
    :ALLOCATE: harry
    :EFFORT:   0.5d
    :STATUS:   Done
    :END:


* Resources                                            :taskjuggler_resource:
  :PROPERTIES:
  :COLUMNS:  %ITEM(Name) %START_DATE %LEAVES
  :END:

** Tom
   :PROPERTIES:
   :resource_id: tom
   :START_DATE: <2018-06-12 Tue>
   :END:
** Dick
   :PROPERTIES:
   :resource_id: dick
   :START_DATE: <2018-06-11 Mon>
   :END:
** Harry
   :PROPERTIES:
   :resource_id: harry
   :START_DATE: <2018-06-21 Thu>
   :END:



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug: org column view header disappears after scrolling for a specific file
  2018-06-19 17:03 Bug: org column view header disappears after scrolling for a specific file Aritra Bhattacharjee
@ 2018-06-26 10:12 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2018-06-26 10:12 UTC (permalink / raw)
  To: Aritra Bhattacharjee; +Cc: emacs-orgmode

Hello,

Aritra Bhattacharjee <aritrabhattacharjee12@gmail.com> writes:

> For a specific file that I am making with org column view with
> TaskJuggler, the column header in the column view disappears after
> scrolling down.
>
> To re produce this issue, please:
> 1. copy the file content to an org file
> 2. start col view in first header 'building'
> 3. scroll down for some time, then scroll up.
>
> PFA: attached file where I am facing the issue.
>
>
> FYI:
> Emacs  : GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 2.24.32)
>  of 2018-06-10
> Package: Org mode version 9.0.5 (9.0.5-elpa @
> /home/aritra/.emacs.d/elpa/org-20170210/)

I cannot reproduce your issue. You may want to upgrade Org and try again.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-26 10:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-19 17:03 Bug: org column view header disappears after scrolling for a specific file Aritra Bhattacharjee
2018-06-26 10:12 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).